| Constructor and Description |
|---|
CallEntry(T actor,
Method method,
Object[] args,
DispatcherThread disp) |
| Modifier and Type | Method and Description |
|---|---|
Message |
copy() |
Future |
exec(T... targets) |
Object[] |
getArgs() |
DispatcherThread |
getDispatcher() |
Future |
getFutureCB() |
Method |
getMethod() |
T |
getTarget() |
boolean |
hasFutureResult() |
Future |
send() |
Future |
send(T target) |
void |
setFutureCB(Future futureCB) |
String |
toString() |
Message |
withTarget(T newTarget) |
Message |
withTarget(T newTarget,
boolean copyArgs) |
Future |
yield(T... targets) |
public CallEntry(T actor, Method method, Object[] args, DispatcherThread disp)
public T getTarget()
public Object[] getArgs()
public DispatcherThread getDispatcher()
getDispatcher in interface Message<T>public Message copy()
public Message withTarget(T newTarget)
withTarget in interface Message<T>public Message withTarget(T newTarget, boolean copyArgs)
withTarget in interface Message<T>public boolean hasFutureResult()
public void setFutureCB(Future futureCB)
public Future getFutureCB()
Copyright © 2014. All rights reserved.