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