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