Class RemoteCallEntry
java.lang.Object
org.nustaq.kontraktor.remoting.encoding.RemoteCallEntry
- All Implemented Interfaces:
Serializable
Created by ruedi on 08.08.14.
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionRemoteCallEntry(long futureKey, long receiverKey, String method, Object[] args, byte[] serializedArgs) -
Method Summary
Modifier and TypeMethodDescriptionObject[]getArgs()getCB()longintgetQueue()longbyte[]booleanvoidpack(org.nustaq.serialization.FSTConfiguration conf) voidvoidvoidsetContinue(boolean aContinue) voidsetFutureKey(long futureKey) voidsetMethodHandle(Method methodHandle) voidsetQueue(int queue) voidsetReceiverKey(long receiverKey) voidsetSerializedArgs(byte[] serializedArgs) toString()voidunpackArgs(org.nustaq.serialization.FSTConfiguration conf)
-
Field Details
-
MAILBOX
public static final int MAILBOX- See Also:
-
CBQ
public static final int CBQ- See Also:
-
-
Constructor Details
-
RemoteCallEntry
public RemoteCallEntry() -
RemoteCallEntry
-
-
Method Details
-
getMethodHandle
-
setMethodHandle
-
isContinue
public boolean isContinue() -
setContinue
public void setContinue(boolean aContinue) -
getSerializedArgs
public byte[] getSerializedArgs() -
getQueue
public int getQueue() -
setQueue
public void setQueue(int queue) -
getReceiverKey
public long getReceiverKey() -
setReceiverKey
public void setReceiverKey(long receiverKey) -
getFutureKey
public long getFutureKey() -
setFutureKey
public void setFutureKey(long futureKey) -
getMethod
-
setMethod
-
getArgs
-
setArgs
-
toString
-
setSerializedArgs
public void setSerializedArgs(byte[] serializedArgs) -
pack
public void pack(org.nustaq.serialization.FSTConfiguration conf) -
unpackArgs
public void unpackArgs(org.nustaq.serialization.FSTConfiguration conf) -
getCB
-
setCB
-
createCopy
-