mandala.rami.impl
Interface FutureFactory.FutureComponents

All Known Implementing Classes:
AbstractFutureFactoryWrapper.RemoteFutureComponentsWrapper
Enclosing interface:
FutureFactory

public static interface FutureFactory.FutureComponents

A FutureComponents object wraps both side of a future object : the client side and the server side.

Since:
1.0
Version:
1.0
Author:
eipi
See Also:
FutureClient, FutureServer, FutureFactory

Method Summary
 FutureClient getFutureClient(Cancelable cancelable)
          Returns the client side of the future components.
 FutureServer getFutureServer()
          Returns the server side of the future components.
 

Method Detail

getFutureClient

public FutureClient getFutureClient(Cancelable cancelable)

Returns the client side of the future components.

Parameters:
cancelable - the cancelable object returned by the underlying implementation.
Returns:
the client side of the future components.

getFutureServer

public FutureServer getFutureServer()

Returns the server side of the future components.

Returns:
the server side of the future components.


Mandala help mailing list