Class RemoteCallEntry

java.lang.Object
org.nustaq.kontraktor.remoting.encoding.RemoteCallEntry
All Implemented Interfaces:
Serializable

public class RemoteCallEntry extends Object implements Serializable
Created by ruedi on 08.08.14.
See Also:
  • Field Details

  • Constructor Details

    • RemoteCallEntry

      public RemoteCallEntry()
    • RemoteCallEntry

      public RemoteCallEntry(long futureKey, long receiverKey, String method, Object[] args, byte[] serializedArgs)
  • Method Details

    • getMethodHandle

      public Method getMethodHandle()
    • setMethodHandle

      public RemoteCallEntry setMethodHandle(Method methodHandle)
    • 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

      public String getMethod()
    • setMethod

      public void setMethod(String method)
    • getArgs

      public Object[] getArgs()
    • setArgs

      public void setArgs(Object[] args)
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • 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

      public Callback getCB()
    • setCB

      public void setCB(Callback CB)
    • createCopy

      public RemoteCallEntry createCopy()