|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectmandala.rami.impl.BasicFutureFactory
Basic implementation of the FutureFactory
interface.
FutureFactory
,
Serialized FormNested Class Summary |
Nested classes inherited from class mandala.rami.impl.FutureFactory |
FutureFactory.FutureComponents |
Constructor Summary | |
BasicFutureFactory()
|
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. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public BasicFutureFactory()
Method Detail |
public FutureFactory.FutureComponents getFutureComponents(AsynchronousReference ar, MethodOp method, java.lang.Object[] args, ThreadOp caller, Callback callback)
FutureFactory
Returns the FutureComponents
of the specified reflexive
asynchronous method invocation.
getFutureComponents
in interface FutureFactory
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 |