mandala.jacob.remote.gpf
Class AbstractFutureFactoryWrapper.RemoteFutureComponentsWrapper

java.lang.Object
  extended bymandala.jacob.remote.gpf.AbstractFutureFactoryWrapper.RemoteFutureComponentsWrapper
All Implemented Interfaces:
FutureFactory.FutureComponents, java.io.Serializable
Enclosing class:
AbstractFutureFactoryWrapper

protected class AbstractFutureFactoryWrapper.RemoteFutureComponentsWrapper
extends java.lang.Object
implements FutureFactory.FutureComponents, java.io.Serializable

See Also:
Serialized Form

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

futureComponents

protected FutureFactory.FutureComponents futureComponents
Constructor Detail

AbstractFutureFactoryWrapper.RemoteFutureComponentsWrapper

public AbstractFutureFactoryWrapper.RemoteFutureComponentsWrapper(FutureFactory.FutureComponents futureComponents)
Method Detail

getFutureClient

public FutureClient getFutureClient(Cancelable cancelable)
Description copied from interface: FutureFactory.FutureComponents

Returns the client side of the future components.

Specified by:
getFutureClient in interface FutureFactory.FutureComponents
Parameters:
cancelable - the cancelable object returned by the underlying implementation.
Returns:
the client side of the future components.

getFutureServer

public FutureServer getFutureServer()
Description copied from interface: FutureFactory.FutureComponents

Returns the server side of the future components.

Specified by:
getFutureServer in interface FutureFactory.FutureComponents
Returns:
the server side of the future components.


Mandala help mailing list