|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use FutureReply | |
com.ibm.aglet | |
com.ibm.aglets |
Uses of FutureReply in com.ibm.aglet |
Methods in com.ibm.aglet that return FutureReply | |
FutureReply |
AgletProxy.sendAsyncMessage(Message msg)
Sends a message in asynchronous way. |
FutureReply |
AgletProxy.sendFutureMessage(Message msg)
Sends a future message to the aglet. |
FutureReply |
ReplySet.getNextFutureReply()
Gets the next FutureReply whose reply is available. |
Methods in com.ibm.aglet with parameters of type FutureReply | |
void |
ReplySet.addFutureReply(FutureReply reply)
Adds the FutureReplyd object to this ReplySet. |
void |
ReplySet.done(FutureReply reply)
Is is not normally used by the aglet programmers. |
Uses of FutureReply in com.ibm.aglets |
Methods in com.ibm.aglets that return FutureReply | |
FutureReply |
RemoteAgletRef.sendFutureMessage(Message msg)
Sends a message in asynchronous way. |
FutureReply |
LocalAgletRef.sendFutureMessage(Message msg)
|
FutureReply |
AgletRef.sendFutureMessage(Message msg)
Sends a future message in asynchronous way. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |