org.apache.catalina.tribes.group
public class RpcMessage extends Object implements Externalizable
Title:
Description:
Company:
Version: 1.0
Nested Class Summary | |
---|---|
static class | RpcMessage.NoRpcChannelReply |
Field Summary | |
---|---|
protected Serializable | message |
protected boolean | reply |
protected byte[] | rpcId |
protected byte[] | uuid |
Constructor Summary | |
---|---|
RpcMessage() | |
RpcMessage(byte[] rpcId, byte[] uuid, Serializable message) |
Method Summary | |
---|---|
void | readExternal(ObjectInput in) |
String | toString() |
void | writeExternal(ObjectOutput out) |