|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This interface defines a factory used by
AsynchronousReferenceImpl
to create future object.
FutureFactory.FutureComponents
,
FutureClient
,
FutureServer
Nested Class Summary | |
static interface |
FutureFactory.FutureComponents
A FutureComponents object wraps both side of a
future object : the client side and the server
side. |
Method Summary | |
FutureFactory.FutureComponents |
getFutureComponents(AsynchronousReference ar,
MethodOp method,
java.lang.Object[] args,
ThreadOp caller,
Callback callback)
Returns the FutureComponents of the specified reflexive
asynchronous method invocation. |
Method Detail |
public FutureFactory.FutureComponents getFutureComponents(AsynchronousReference ar, MethodOp method, java.lang.Object[] args, ThreadOp caller, Callback callback)
Returns the FutureComponents
of the specified reflexive
asynchronous method invocation.
method
- the method which will be invoked asynchronouslyargs
- the arguments of the specified methodcaller
- the thread which has requested the reflexive asynchronous
method invocationcallback
- the Callback
to use when the asynchronous
method invocation is terminated.
FutureComponents
object representing both side of
the future objectFutureFactory.FutureComponents
,
Callback
,
MethodOp
,
ThreadOp
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |