Apache Tomcat 7.0.37

org.apache.catalina.tribes.group
Class RpcMessage

java.lang.Object
  extended by 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

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)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

message

protected Serializable message

uuid

protected byte[] uuid

rpcId

protected byte[] rpcId

reply

protected boolean reply
Constructor Detail

RpcMessage

public RpcMessage()

RpcMessage

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

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

Apache Tomcat 7.0.37

Copyright © 2000-2013 Apache Software Foundation. All Rights Reserved.