org.apache.catalina.tribes.group
Class RpcMessage
java.lang.Object
   org.apache.catalina.tribes.group.RpcMessage
org.apache.catalina.tribes.group.RpcMessage
- All Implemented Interfaces: 
- java.io.Externalizable, java.io.Serializable
- Direct Known Subclasses: 
- RpcMessage.NoRpcChannelReply
- public class RpcMessage 
- extends java.lang.Object- implements java.io.Externalizable
Title: 
 Description: 
 Company: 
- Version:
- 1.0
- Author:
- not attributable
- See Also:
- Serialized Form
 
| Field Summary | 
| protected  java.io.Serializable | message
 | 
| protected  boolean | reply
 | 
| protected  byte[] | rpcId
 | 
| protected  byte[] | uuid
 | 
 
| Constructor Summary | 
| RpcMessage()
 | 
| RpcMessage(byte[] rpcId,
           byte[] uuid,
           java.io.Serializable message)
 | 
 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait | 
 
message
protected java.io.Serializable message
uuid
protected byte[] uuid
rpcId
protected byte[] rpcId
reply
protected boolean reply
RpcMessage
public RpcMessage()
RpcMessage
public RpcMessage(byte[] rpcId,
                  byte[] uuid,
                  java.io.Serializable message)
readExternal
public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException
- 
- Specified by:
- readExternalin interface- java.io.Externalizable
 
- 
- Throws:
- java.io.IOException
- java.lang.ClassNotFoundException
 
writeExternal
public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException
- 
- Specified by:
- writeExternalin interface- java.io.Externalizable
 
- 
- Throws:
- java.io.IOException
 
toString
public java.lang.String toString()
- 
- Overrides:
- toStringin class- java.lang.Object
 
- 
 
Copyright © 2000-2017 Apache Software Foundation. All Rights Reserved.