|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Reply | |
org.objectweb.proactive.core.body | Provides all classes used for implementing the active part of an active object. |
org.objectweb.proactive.core.body.http | HTTP implementation of the remote Body |
org.objectweb.proactive.core.body.ibis | IBIS implementation of the remote Body |
org.objectweb.proactive.core.body.jini | The body of an active object act as a hub of communication with other remote objects. |
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.body.rmi | The body of an active object act as a hub of communication with other remote objects. |
org.objectweb.proactive.ext.locationserver | Defines a Body associated with a location server able to give the location of one body on demand. |
org.objectweb.proactive.ext.mixedlocation |
Uses of Reply in org.objectweb.proactive.core.body |
Methods in org.objectweb.proactive.core.body with parameters of type Reply | |
protected void |
HalfBody.internalReceiveReply(Reply reply)
Receives a reply in response to a former request. |
protected void |
BodyImpl.internalReceiveReply(Reply reply)
Receives a reply in response to a former request. |
void |
AbstractBody.receiveReply(Reply reply)
|
protected abstract void |
AbstractBody.internalReceiveReply(Reply reply)
Receives a reply in response to a former request. |
void |
UniversalBody.receiveReply(Reply r)
Receives a reply in response to a former request. |
Uses of Reply in org.objectweb.proactive.core.body.http |
Methods in org.objectweb.proactive.core.body.http with parameters of type Reply | |
void |
RemoteBodyAdapter.receiveReply(Reply reply)
|
void |
HttpRemoteBodyImpl.receiveReply(Reply reply)
|
Constructors in org.objectweb.proactive.core.body.http with parameters of type Reply | |
HttpReply(Reply reply,
UniqueID idBody)
Constructs an HTTP Message containing a ProActive Reply |
Uses of Reply in org.objectweb.proactive.core.body.ibis |
Methods in org.objectweb.proactive.core.body.ibis with parameters of type Reply | |
void |
IbisRemoteBodyImpl.receiveReply(Reply r)
|
void |
IbisRemoteBodyAdapter.receiveReply(Reply r)
|
void |
IbisRemoteBody.receiveReply(Reply r)
Receives a reply in response to a former request. |
Uses of Reply in org.objectweb.proactive.core.body.jini |
Methods in org.objectweb.proactive.core.body.jini with parameters of type Reply | |
void |
JiniBodyImpl.receiveReply(Reply r)
|
void |
JiniBodyAdapter.receiveReply(Reply r)
|
void |
JiniBody.receiveReply(Reply r)
Receives a reply in response to a former request. |
Uses of Reply in org.objectweb.proactive.core.body.reply |
Classes in org.objectweb.proactive.core.body.reply that implement Reply | |
class |
ReplyImpl
|
Methods in org.objectweb.proactive.core.body.reply with parameters of type Reply | |
void |
ReplyReceiverImpl.receiveReply(Reply r,
Body receiverBody,
FuturePool futurePool)
|
void |
ReplyReceiverForwarder.receiveReply(Reply reply,
Body receiverBody,
FuturePool futurePool)
|
void |
ReplyReceiver.receiveReply(Reply r,
Body receiverBody,
FuturePool futurePool)
|
Uses of Reply in org.objectweb.proactive.core.body.request |
Methods in org.objectweb.proactive.core.body.request that return Reply | |
Reply |
RequestImpl.serve(Body targetBody)
|
Reply |
RequestImpl.serveAlternate(Body targetBody,
NonFunctionalException nfe)
|
protected Reply |
RequestImpl.createReply(Body targetBody,
java.lang.Object result)
|
Reply |
BodyRequest.serve(Body targetBody)
|
Reply |
BodyRequest.serveAlternate(Body targetBody,
NonFunctionalException nfe)
|
Reply |
Request.serve(Body targetBody)
Serves this request by executing the embedded method call using the given targetBody . |
Reply |
Request.serveAlternate(Body targetBody,
NonFunctionalException nfe)
Create a fake but valid reply by encapsulating a non functional exception instead of a result |
Uses of Reply in org.objectweb.proactive.core.body.rmi |
Methods in org.objectweb.proactive.core.body.rmi with parameters of type Reply | |
void |
RemoteBodyImpl.receiveReply(Reply r)
|
void |
RemoteBodyAdapter.receiveReply(Reply r)
|
void |
RemoteBody.receiveReply(Reply r)
Receives a reply in response to a former request. |
Uses of Reply in org.objectweb.proactive.ext.locationserver |
Methods in org.objectweb.proactive.ext.locationserver that return Reply | |
Reply |
TimedRequestWithLocationServer.serve(Body targetBody)
|
Reply |
RequestWithLocationServer.serve(Body targetBody)
|
Uses of Reply in org.objectweb.proactive.ext.mixedlocation |
Methods in org.objectweb.proactive.ext.mixedlocation with parameters of type Reply | |
void |
UniversalBodyWrapper.receiveReply(Reply r)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |