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 Summary
-
Field Summary
Modifier and TypeFieldDescriptionprotected Serializable
protected boolean
protected byte[]
protected byte[]
-
Constructor Summary
-
Method Summary
-
Field Details
-
message
-
uuid
protected byte[] uuid -
rpcId
protected byte[] rpcId -
reply
protected boolean reply
-
-
Constructor Details
-
RpcMessage
public RpcMessage() -
RpcMessage
-
-
Method Details
-
readExternal
- Specified by:
readExternal
in interfaceExternalizable
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Specified by:
writeExternal
in interfaceExternalizable
- Throws:
IOException
-
toString
-