org.apache.catalina.tribes.group

Class RpcMessage

public class RpcMessage extends Object implements Externalizable

Title:

Description:

Company:

Version: 1.0

Author: not attributable

Nested Class Summary
static classRpcMessage.NoRpcChannelReply
Field Summary
protected Serializablemessage
protected booleanreply
protected byte[]rpcId
protected byte[]uuid
Constructor Summary
RpcMessage()
RpcMessage(byte[] rpcId, byte[] uuid, Serializable message)
Method Summary
voidreadExternal(ObjectInput in)
StringtoString()
voidwriteExternal(ObjectOutput out)

Field Detail

message

protected Serializable message

reply

protected boolean reply

rpcId

protected byte[] rpcId

uuid

protected byte[] uuid

Constructor Detail

RpcMessage

public RpcMessage()

RpcMessage

public RpcMessage(byte[] rpcId, byte[] uuid, Serializable message)

Method Detail

readExternal

public void readExternal(ObjectInput in)

toString

public String toString()

writeExternal

public void writeExternal(ObjectOutput out)
Copyright © 2000-2011 Apache Software Foundation. All Rights Reserved.