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
public class RpcMessage
- extends Object
- implements Externalizable
Title:
Description:
Company:
- Version:
- 1.0
- Author:
- not attributable
- See Also:
- Serialized Form
message
protected Serializable message
uuid
protected byte[] uuid
rpcId
protected byte[] rpcId
reply
protected boolean reply
RpcMessage
public RpcMessage()
RpcMessage
public RpcMessage(byte[] rpcId,
byte[] uuid,
Serializable message)
readExternal
public void readExternal(ObjectInput in)
throws IOException,
ClassNotFoundException
- Specified by:
readExternal
in interface Externalizable
- Throws:
IOException
ClassNotFoundException
writeExternal
public void writeExternal(ObjectOutput out)
throws IOException
- Specified by:
writeExternal
in interface Externalizable
- Throws:
IOException
toString
public String toString()
- Overrides:
toString
in class Object
Copyright © 2000-2012 Apache Software Foundation. All Rights Reserved.