|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use FutureFactory.FutureComponents | |
mandala.jacob.remote.gpf | Generic Protocol Framework (GPF) contains classes that may help implementors of new JACOb protocols. |
mandala.jacob.remote.rmi | Direct RMI implementation of JACOb. |
mandala.rami.impl | Contains all classes related to Reflective Asynchronous Method Invocation. |
Uses of FutureFactory.FutureComponents in mandala.jacob.remote.gpf |
Classes in mandala.jacob.remote.gpf that implement FutureFactory.FutureComponents | |
protected class |
AbstractFutureFactoryWrapper.RemoteFutureComponentsWrapper
|
Fields in mandala.jacob.remote.gpf declared as FutureFactory.FutureComponents | |
protected FutureFactory.FutureComponents |
AbstractFutureFactoryWrapper.RemoteFutureComponentsWrapper.futureComponents
|
Methods in mandala.jacob.remote.gpf that return FutureFactory.FutureComponents | |
FutureFactory.FutureComponents |
AbstractFutureFactoryWrapper.getFutureComponents(AsynchronousReference ar,
MethodOp method,
java.lang.Object[] args,
ThreadOp caller,
Callback callBack)
|
Constructors in mandala.jacob.remote.gpf with parameters of type FutureFactory.FutureComponents | |
AbstractFutureFactoryWrapper.RemoteFutureComponentsWrapper(FutureFactory.FutureComponents futureComponents)
|
Uses of FutureFactory.FutureComponents in mandala.jacob.remote.rmi |
Methods in mandala.jacob.remote.rmi that return FutureFactory.FutureComponents | |
FutureFactory.FutureComponents |
RMIFutureFactoryWrapper.getFutureComponents(AsynchronousReference ar,
MethodOp method,
java.lang.Object[] args,
ThreadOp caller,
Callback callBack)
|
FutureFactory.FutureComponents |
RMIDistributedFutureFactory.getFutureComponents(AsynchronousReference ar,
MethodOp method,
java.lang.Object[] args,
ThreadOp caller,
Callback callBack)
|
Uses of FutureFactory.FutureComponents in mandala.rami.impl |
Methods in mandala.rami.impl that return FutureFactory.FutureComponents | |
FutureFactory.FutureComponents |
BasicFutureFactory.getFutureComponents(AsynchronousReference ar,
MethodOp method,
java.lang.Object[] args,
ThreadOp caller,
Callback callback)
|
FutureFactory.FutureComponents |
FutureFactory.getFutureComponents(AsynchronousReference ar,
MethodOp method,
java.lang.Object[] args,
ThreadOp caller,
Callback callback)
Returns the FutureComponents of the specified reflexive
asynchronous method invocation. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |