public class RemoteCallEntry extends Object implements Serializable
| Constructor and Description |
|---|
RemoteCallEntry() |
RemoteCallEntry(long futureKey,
long receiverKey,
String method,
Object[] args,
byte[] serializedArgs) |
| Modifier and Type | Method and Description |
|---|---|
RemoteCallEntry |
createCopy() |
Object[] |
getArgs() |
Callback |
getCB() |
long |
getFutureKey() |
String |
getMethod() |
int |
getQueue() |
long |
getReceiverKey() |
byte[] |
getSerializedArgs() |
boolean |
isContinue() |
void |
pack(org.nustaq.serialization.FSTConfiguration conf) |
void |
setArgs(Object[] args) |
void |
setCB(Callback CB) |
void |
setContinue(boolean aContinue) |
void |
setFutureKey(long futureKey) |
void |
setMethod(String method) |
void |
setQueue(int queue) |
void |
setReceiverKey(long receiverKey) |
void |
setSerializedArgs(byte[] serializedArgs) |
String |
toString() |
void |
unpackArgs(org.nustaq.serialization.FSTConfiguration conf) |
public static final int MAILBOX
public static final int CBQ
public boolean isContinue()
public void setContinue(boolean aContinue)
public byte[] getSerializedArgs()
public int getQueue()
public void setQueue(int queue)
public long getReceiverKey()
public void setReceiverKey(long receiverKey)
public long getFutureKey()
public void setFutureKey(long futureKey)
public String getMethod()
public void setMethod(String method)
public Object[] getArgs()
public void setArgs(Object[] args)
public void setSerializedArgs(byte[] serializedArgs)
public void pack(org.nustaq.serialization.FSTConfiguration conf)
public void unpackArgs(org.nustaq.serialization.FSTConfiguration conf)
public Callback getCB()
public void setCB(Callback CB)
public RemoteCallEntry createCopy()
Copyright © 2019. All rights reserved.