|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use FutureResult | |
org.objectweb.proactive.core.body.future | Provides the definition and implementation of the future object. |
org.objectweb.proactive.core.body.reply | Defines the reply messages based of the common message layer. |
org.objectweb.proactive.core.body.request | Defines the request messages based of the common message layer. |
org.objectweb.proactive.core.component.request | This package contains classes related to component requests. |
Uses of FutureResult in org.objectweb.proactive.core.body.future |
Fields in org.objectweb.proactive.core.body.future declared as FutureResult | |
protected FutureResult |
FutureProxy.target
The object the proxy sends calls to |
Methods in org.objectweb.proactive.core.body.future that return FutureResult | |
FutureResult |
FutureProxy.getFutureResult()
|
FutureResult |
Future.getFutureResult()
Get the encapsulation of the result and the potential exception. |
Methods in org.objectweb.proactive.core.body.future with parameters of type FutureResult | |
void |
FutureProxy.receiveReply(FutureResult obj)
Invoked by a thread of the skeleton that performed the service in order to tie the result object to the proxy. |
void |
LocalFuture.receiveReply(FutureResult obj)
|
int |
FuturePool.receiveFutureValue(long id,
UniqueID creatorID,
FutureResult result,
Reply reply)
Method called when a reply is recevied, ie a value is available for a future. |
Uses of FutureResult in org.objectweb.proactive.core.body.reply |
Fields in org.objectweb.proactive.core.body.reply declared as FutureResult | |
protected FutureResult |
ReplyImpl.result
The hypothetic result |
Methods in org.objectweb.proactive.core.body.reply that return FutureResult | |
FutureResult |
ReplyImpl.getResult()
|
FutureResult |
Reply.getResult()
|
Constructors in org.objectweb.proactive.core.body.reply with parameters of type FutureResult | |
ReplyImpl(UniqueID senderID,
long sequenceNumber,
java.lang.String methodName,
FutureResult result,
ProActiveSecurityManager psm)
|
|
ReplyImpl(UniqueID senderID,
long sequenceNumber,
java.lang.String methodName,
FutureResult result,
ProActiveSecurityManager psm,
boolean isAutomaticContinuation)
|
Uses of FutureResult in org.objectweb.proactive.core.body.request |
Methods in org.objectweb.proactive.core.body.request that return FutureResult | |
protected FutureResult |
RequestImpl.serveInternal(Body targetBody)
|
Methods in org.objectweb.proactive.core.body.request with parameters of type FutureResult | |
protected Reply |
RequestImpl.createReply(Body targetBody,
FutureResult result)
|
Uses of FutureResult in org.objectweb.proactive.core.component.request |
Methods in org.objectweb.proactive.core.component.request that return FutureResult | |
protected FutureResult |
ComponentRequestImpl.serveInternal(Body targetBody)
redirects the call to the adequate component metaobject : either to a controller, through the chain of controllers, to a functional interface in the case of a composite (no preprocessing in that case), or directly executes the invocation on the base object if this component is a primitive component and the invocation is a functional invocation. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |