public class RpcMessage
extends java.lang.Object
implements java.io.Externalizable
Modifier and Type | Class and Description |
---|---|
static class |
RpcMessage.NoRpcChannelReply |
Modifier and Type | Field and Description |
---|---|
protected java.io.Serializable |
message |
protected boolean |
reply |
protected byte[] |
rpcId |
protected byte[] |
uuid |
Constructor and Description |
---|
RpcMessage() |
RpcMessage(byte[] rpcId,
byte[] uuid,
java.io.Serializable message) |
Modifier and Type | Method and Description |
---|---|
void |
readExternal(java.io.ObjectInput in) |
java.lang.String |
toString() |
void |
writeExternal(java.io.ObjectOutput out) |
protected java.io.Serializable message
protected byte[] uuid
protected byte[] rpcId
protected boolean reply
public RpcMessage()
public RpcMessage(byte[] rpcId, byte[] uuid, java.io.Serializable message)
public void readExternal(java.io.ObjectInput in) throws java.io.IOException, java.lang.ClassNotFoundException
readExternal
in interface java.io.Externalizable
java.io.IOException
java.lang.ClassNotFoundException
public void writeExternal(java.io.ObjectOutput out) throws java.io.IOException
writeExternal
in interface java.io.Externalizable
java.io.IOException
public java.lang.String toString()
toString
in class java.lang.Object
Copyright © 2000-2018 Apache Software Foundation. All Rights Reserved.