Package org.apache.catalina.tribes.group
Class RpcMessage
java.lang.Object
org.apache.catalina.tribes.group.RpcMessage
- All Implemented Interfaces:
- Externalizable,- Serializable
- Direct Known Subclasses:
- RpcMessage.NoRpcChannelReply
- See Also:
- 
Nested Class SummaryNested Classes
- 
Field SummaryFieldsModifier and TypeFieldDescriptionprotected Serializableprotected booleanprotected byte[]protected byte[]
- 
Constructor SummaryConstructors
- 
Method Summary
- 
Field Details- 
message
- 
uuidprotected byte[] uuid
- 
rpcIdprotected byte[] rpcId
- 
replyprotected boolean reply
 
- 
- 
Constructor Details- 
RpcMessagepublic RpcMessage()
- 
RpcMessage
 
- 
- 
Method Details- 
readExternal- Specified by:
- readExternalin interface- Externalizable
- Throws:
- IOException
- ClassNotFoundException
 
- 
writeExternal- Specified by:
- writeExternalin interface- Externalizable
- Throws:
- IOException
 
- 
toString
 
-