|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectmandala.jacob.remote.gpf.AbstractFutureFactoryWrapper.RemoteFutureComponentsWrapper
Field Summary | |
protected FutureFactory.FutureComponents |
futureComponents
|
Constructor Summary | |
AbstractFutureFactoryWrapper.RemoteFutureComponentsWrapper(FutureFactory.FutureComponents futureComponents)
|
Method Summary | |
FutureClient |
getFutureClient(Cancelable cancelable)
Returns the client side of the future components. |
FutureServer |
getFutureServer()
Returns the server side of the future components. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
protected FutureFactory.FutureComponents futureComponents
Constructor Detail |
public AbstractFutureFactoryWrapper.RemoteFutureComponentsWrapper(FutureFactory.FutureComponents futureComponents)
Method Detail |
public FutureClient getFutureClient(Cancelable cancelable)
FutureFactory.FutureComponents
Returns the client side of the future components.
getFutureClient
in interface FutureFactory.FutureComponents
cancelable
- the cancelable object returned by the underlying
implementation.
public FutureServer getFutureServer()
FutureFactory.FutureComponents
Returns the server side of the future components.
getFutureServer
in interface FutureFactory.FutureComponents
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |