Package org.nustaq.kontraktor.impl
Class CallEntry<T>
java.lang.Object
org.nustaq.kontraktor.impl.CallEntry<T>
public class CallEntry<T>
extends java.lang.Object
Created by ruedi on 18.05.14.
-
Constructor Summary
-
Method Summary
Modifier and Type Method Description java.lang.Object[]getArgs()IPromisegetFutureCB()java.lang.reflect.MethodgetMethod()ConnectionRegistrygetRemoteRefRegistry()ActorgetSendingActor()TgetTarget()ActorgetTargetActor()booleanhasFutureResult()booleanisCallback()voidsetFutureCB(IPromise futureCB)voidsetRemoteRefRegistry(ConnectionRegistry remoteRefRegistry)java.lang.StringtoString()
-
Constructor Details
-
Method Details
-
setRemoteRefRegistry
-
getRemoteRefRegistry
-
getTargetActor
-
getTarget
-
getMethod
public java.lang.reflect.Method getMethod() -
getArgs
public java.lang.Object[] getArgs() -
getSendingActor
-
hasFutureResult
public boolean hasFutureResult() -
setFutureCB
-
getFutureCB
-
toString
public java.lang.String toString()- Overrides:
toStringin classjava.lang.Object
-
isCallback
public boolean isCallback()
-