|
|||||||||||
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 | Requests addressed to components are extensions of standard ProActive requests, and are processed by the component request queue, an extension of the standard ProActive request queue. |
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 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)
|
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 |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |