Class CallEntry<T>

java.lang.Object
org.nustaq.kontraktor.impl.CallEntry<T>

public class CallEntry<T> extends Object
Created by ruedi on 18.05.14.
  • Constructor Details

    • CallEntry

      public CallEntry(T target, Method method, Object[] args, Actor sender, Actor targetActor, boolean isCB)
  • Method Details

    • setRemoteRefRegistry

      public void setRemoteRefRegistry(ConnectionRegistry remoteRefRegistry)
    • getRemoteRefRegistry

      public ConnectionRegistry getRemoteRefRegistry()
    • getTargetActor

      public Actor getTargetActor()
    • getTarget

      public T getTarget()
    • getMethod

      public Method getMethod()
    • getArgs

      public Object[] getArgs()
    • getSendingActor

      public Actor getSendingActor()
    • hasFutureResult

      public boolean hasFutureResult()
    • setFutureCB

      public void setFutureCB(IPromise futureCB)
    • getFutureCB

      public IPromise getFutureCB()
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • isCallback

      public boolean isCallback()