|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Future | |
org.objectweb.proactive.core.body | Provides all classes used for implementing the active part of an active object. |
org.objectweb.proactive.core.body.future | Provides the definition and implementation of the future object. |
org.objectweb.proactive.core.body.proxy | **For internal use only** Defines the proxy associated to any ProActive Stub of an active Object. |
Uses of Future in org.objectweb.proactive.core.body |
Methods in org.objectweb.proactive.core.body with parameters of type Future | |
void |
AbstractBody.sendRequest(MethodCall methodCall,
Future future,
UniversalBody destinationBody)
|
void |
LocalBodyStrategy.sendRequest(MethodCall methodCall,
Future future,
UniversalBody destinationBody)
Sends the request request with the future future to the local body
body . |
Uses of Future in org.objectweb.proactive.core.body.future |
Classes in org.objectweb.proactive.core.body.future that implement Future | |
class |
FutureProxy
This proxy class manages the semantic of future objects |
Methods in org.objectweb.proactive.core.body.future with parameters of type Future | |
void |
FutureMap.receiveFuture(Future futureObject)
Add a future (id, creatorID) in the map. |
static void |
FuturePool.registerIncomingFuture(Future f)
|
void |
FuturePool.receiveFuture(Future futureObject)
To put a future in the FutureMap |
Uses of Future in org.objectweb.proactive.core.body.proxy |
Methods in org.objectweb.proactive.core.body.proxy with parameters of type Future | |
protected void |
UniversalBodyProxy.sendRequest(MethodCall methodCall,
Future future)
|
protected void |
UniversalBodyProxy.sendRequest(MethodCall methodCall,
Future future,
Body sourceBody)
|
protected void |
UniversalBodyProxy.sendRequestInternal(MethodCall methodCall,
Future future,
Body sourceBody)
|
protected abstract void |
AbstractBodyProxy.sendRequest(MethodCall methodCall,
Future future)
|
protected abstract void |
AbstractBodyProxy.sendRequest(MethodCall methodCall,
Future future,
Body sourceBody)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |