
public class ODistributedResponse extends Object implements Externalizable
| Constructor and Description |
|---|
ODistributedResponse()
Constructor used by serializer.
|
ODistributedResponse(ODistributedRequestId iRequestId,
String executorNodeName,
String senderNodeName,
Serializable payload) |
| Modifier and Type | Method and Description |
|---|---|
String |
getExecutorNodeName() |
Object |
getPayload() |
ODistributedRequestId |
getRequestId() |
String |
getSenderNodeName() |
void |
readExternal(ObjectInput in) |
ODistributedResponse |
setExecutorNodeName(String executorNodeName) |
ODistributedResponse |
setPayload(Object payload) |
String |
toString() |
void |
writeExternal(ObjectOutput out) |
public ODistributedResponse()
public ODistributedResponse(ODistributedRequestId iRequestId, String executorNodeName, String senderNodeName, Serializable payload)
public ODistributedRequestId getRequestId()
public String getExecutorNodeName()
public String getSenderNodeName()
public Object getPayload()
public ODistributedResponse setPayload(Object payload)
public ODistributedResponse setExecutorNodeName(String executorNodeName)
public void writeExternal(ObjectOutput out) throws IOException
writeExternal in interface ExternalizableIOExceptionpublic void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
readExternal in interface ExternalizableIOExceptionClassNotFoundExceptionCopyright © 2009–2016 Orient Technologies. All rights reserved.