public class CallEntry<T> extends Object
| Constructor and Description |
|---|
CallEntry(T target,
Method method,
Object[] args,
Actor sender,
Actor targetActor,
boolean isCB) |
| Modifier and Type | Method and Description |
|---|---|
Object[] |
getArgs() |
IPromise |
getFutureCB() |
Method |
getMethod() |
RemoteRegistry |
getRemoteRefRegistry() |
Actor |
getSendingActor() |
T |
getTarget() |
Actor |
getTargetActor() |
boolean |
hasFutureResult() |
boolean |
isCallback() |
void |
setFutureCB(IPromise futureCB) |
void |
setRemoteRefRegistry(RemoteRegistry remoteRefRegistry) |
String |
toString() |
public void setRemoteRefRegistry(RemoteRegistry remoteRefRegistry)
public RemoteRegistry getRemoteRefRegistry()
public Actor getTargetActor()
public T getTarget()
public Method getMethod()
public Object[] getArgs()
public Actor getSendingActor()
public boolean hasFutureResult()
public void setFutureCB(IPromise futureCB)
public IPromise getFutureCB()
public boolean isCallback()
Copyright © 2017. All rights reserved.