|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface RemotingCommand
Remoting command.
| Method Summary | |
|---|---|
void |
deserialize()
Deserialize all parts of remoting command |
void |
deserializeContent(InvokeContext invokeContext)
Deserialize content of remoting command |
CommandCode |
getCmdCode()
Get the command code for this command |
int |
getId()
Get the id of the command |
InvokeContext |
getInvokeContext()
Get invoke context for this command |
ProtocolCode |
getProtocolCode()
Get the code of the protocol that this command belongs to |
ProtocolSwitch |
getProtocolSwitch()
Get the protocol switch status for this command |
byte |
getSerializer()
Get serializer type for this command |
void |
serialize()
Serialize all parts of remoting command |
void |
serializeContent(InvokeContext invokeContext)
Serialize content of remoting command |
| Method Detail |
|---|
ProtocolCode getProtocolCode()
CommandCode getCmdCode()
int getId()
InvokeContext getInvokeContext()
byte getSerializer()
ProtocolSwitch getProtocolSwitch()
void serialize()
throws SerializationException
SerializationException
void deserialize()
throws DeserializationException
DeserializationException
void serializeContent(InvokeContext invokeContext)
throws SerializationException
invokeContext -
SerializationException
void deserializeContent(InvokeContext invokeContext)
throws DeserializationException
invokeContext -
DeserializationException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||