|
|||||||||||
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.ft.message | Defines message logs, i.e. messages that have to be resent after a recovery. |
org.objectweb.proactive.core.body.ft.protocols | Defines specific behavior for each implemented fault-tolerance protocol. |
org.objectweb.proactive.core.body.ft.protocols.cic.managers | Defines active object behavior for the CIC protocol. |
org.objectweb.proactive.core.body.ft.protocols.cic.servers | Defines the CIC protocol specific behavior of the fault-tolerance servers. |
org.objectweb.proactive.core.body.ft.protocols.pmlrb.infos | Defines informations that have to be linked with checkpoints and messages for PML protocol. |
org.objectweb.proactive.core.body.ft.protocols.pmlrb.managers | Defines active object behavior for the PML protocol. |
org.objectweb.proactive.core.body.ft.protocols.pmlrb.servers | Defines the PML protocol specific behavior of the fault-tolerance servers. |
org.objectweb.proactive.core.body.ft.servers | Defines all needed servers for fault-tolerance mecanism, and a global server that implements all needed behaviors. |
org.objectweb.proactive.core.body.ft.servers.storage | Defines the storage process interface of the fault-tolerance server, i.e. the checkpoints storage service. |
org.objectweb.proactive.core.body.future | Provides the definition and implementation of the future object. |
org.objectweb.proactive.core.body.http | HTTP implementation of the remote Body |
org.objectweb.proactive.core.body.http.util.messages | Contains all types of messages usefull for HTTP communications |
org.objectweb.proactive.core.body.ibis | IBIS implementation of the remote Body |
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 | |
org.objectweb.proactive.ext.security |
Uses of Reply in org.objectweb.proactive.core.body |
Methods in org.objectweb.proactive.core.body with parameters of type Reply | |
protected int |
HalfBody.internalReceiveReply(Reply reply)
Receives a reply in response to a former request. |
int |
UniversalBodyForwarder.receiveReply(UniqueID id,
Reply r)
|
int |
BodyForwarderImpl.receiveReply(UniqueID id,
Reply r)
|
int |
BodyAdapterImpl.receiveReply(Reply r)
|
int |
RemoteBodyForwarder.receiveReply(UniqueID id,
Reply r)
|
int |
RemoteBody.receiveReply(Reply r)
Receives a reply in response to a former request. |
int |
BodyAdapterForwarder.receiveReply(Reply r)
|
protected int |
BodyImpl.internalReceiveReply(Reply reply)
Receives a reply in response to a former request. |
int |
AbstractBody.receiveReply(Reply reply)
|
protected abstract int |
AbstractBody.internalReceiveReply(Reply reply)
Receives a reply in response to a former request. |
int |
UniversalBody.receiveReply(Reply r)
Receives a reply in response to a former request. |
Uses of Reply in org.objectweb.proactive.core.body.ft.message |
Methods in org.objectweb.proactive.core.body.ft.message that return Reply | |
Reply |
ReplyLog.getReply()
Return the logged reply. |
Constructors in org.objectweb.proactive.core.body.ft.message with parameters of type Reply | |
ReplyLog(Reply r,
UniversalBody d)
Create a reply log. |
Uses of Reply in org.objectweb.proactive.core.body.ft.protocols |
Methods in org.objectweb.proactive.core.body.ft.protocols with parameters of type Reply | |
int |
FTManager.sendReply(Reply r,
UniversalBody destination)
Fault-tolerant sending: this send notices fault tolerance servers if the destination is unreachable and resent the message until destination is reachable. |
abstract int |
FTManager.onReceiveReply(Reply reply)
This method is called when a reply is received. |
abstract int |
FTManager.onDeliverReply(Reply reply)
This method is called after the future is updated by the reply. |
abstract int |
FTManager.onSendReplyBefore(Reply reply)
This method is called before the sending of a reply |
abstract int |
FTManager.onSendReplyAfter(Reply reply,
int rdvValue,
UniversalBody destination)
This method is called after the sending of a reply |
Uses of Reply in org.objectweb.proactive.core.body.ft.protocols.cic.managers |
Methods in org.objectweb.proactive.core.body.ft.protocols.cic.managers with parameters of type Reply | |
int |
HalfFTManagerCIC.onReceiveReply(Reply reply)
|
int |
HalfFTManagerCIC.onDeliverReply(Reply reply)
|
int |
HalfFTManagerCIC.onSendReplyBefore(Reply reply)
|
int |
HalfFTManagerCIC.onSendReplyAfter(Reply reply,
int rdvValue,
UniversalBody destination)
|
int |
FTManagerCIC.onReceiveReply(Reply reply)
|
int |
FTManagerCIC.onDeliverReply(Reply reply)
|
int |
FTManagerCIC.onSendReplyBefore(Reply reply)
|
int |
FTManagerCIC.onSendReplyAfter(Reply reply,
int rdvValue,
UniversalBody destination)
|
Uses of Reply in org.objectweb.proactive.core.body.ft.protocols.cic.servers |
Methods in org.objectweb.proactive.core.body.ft.protocols.cic.servers with parameters of type Reply | |
void |
CheckpointServerCIC.storeReply(UniqueID receiverID,
Reply reply)
Not implemented for the CIC protocol |
Uses of Reply in org.objectweb.proactive.core.body.ft.protocols.pmlrb.infos |
Methods in org.objectweb.proactive.core.body.ft.protocols.pmlrb.infos with parameters of type Reply | |
void |
CheckpointInfoPMLRB.addReply(Reply r)
|
Uses of Reply in org.objectweb.proactive.core.body.ft.protocols.pmlrb.managers |
Methods in org.objectweb.proactive.core.body.ft.protocols.pmlrb.managers with parameters of type Reply | |
int |
HalfFTManagerPMLRB.onReceiveReply(Reply reply)
|
int |
HalfFTManagerPMLRB.onDeliverReply(Reply reply)
|
int |
HalfFTManagerPMLRB.onSendReplyBefore(Reply reply)
|
int |
HalfFTManagerPMLRB.onSendReplyAfter(Reply reply,
int rdvValue,
UniversalBody destination)
|
int |
FTManagerPMLRB.onReceiveReply(Reply reply)
Message can be ignored if its index is l.t. lastestReceivedIndex[sender] |
int |
FTManagerPMLRB.onDeliverReply(Reply reply)
Message must be synchronously logged before being delivered. |
int |
FTManagerPMLRB.onSendReplyBefore(Reply reply)
|
int |
FTManagerPMLRB.onSendReplyAfter(Reply reply,
int rdvValue,
UniversalBody destination)
|
Uses of Reply in org.objectweb.proactive.core.body.ft.protocols.pmlrb.servers |
Methods in org.objectweb.proactive.core.body.ft.protocols.pmlrb.servers with parameters of type Reply | |
void |
CheckpointServerPMLRB.storeReply(UniqueID receiverID,
Reply reply)
|
Uses of Reply in org.objectweb.proactive.core.body.ft.servers |
Methods in org.objectweb.proactive.core.body.ft.servers with parameters of type Reply | |
void |
FTServer.storeReply(UniqueID receiverID,
Reply reply)
|
Uses of Reply in org.objectweb.proactive.core.body.ft.servers.storage |
Methods in org.objectweb.proactive.core.body.ft.servers.storage with parameters of type Reply | |
void |
CheckpointServer.storeReply(UniqueID receiverID,
Reply reply)
The reply passed in paramter must be synchronously logged on the server. |
Uses of Reply in org.objectweb.proactive.core.body.future |
Methods in org.objectweb.proactive.core.body.future with parameters of type Reply | |
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 Reply in org.objectweb.proactive.core.body.http |
Methods in org.objectweb.proactive.core.body.http with parameters of type Reply | |
int |
HttpRemoteBodyImpl.receiveReply(Reply reply)
|
Uses of Reply in org.objectweb.proactive.core.body.http.util.messages |
Constructors in org.objectweb.proactive.core.body.http.util.messages with parameters of type Reply | |
HttpReply(Reply reply,
UniqueID idBody,
java.lang.String url)
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 | |
int |
IbisRemoteBodyImpl.receiveReply(Reply r)
|
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 | |
int |
ReplyReceiverImpl.receiveReply(Reply r,
Body receiverBody,
FuturePool futurePool)
|
int |
ReplyReceiverForwarder.receiveReply(Reply reply,
Body receiverBody,
FuturePool futurePool)
|
int |
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,
ProxyNonFunctionalException nfe)
|
protected Reply |
RequestImpl.createReply(Body targetBody,
FutureResult result)
|
Reply |
BodyRequest.serve(Body targetBody)
|
Reply |
BodyRequest.serveAlternate(Body targetBody,
ProxyNonFunctionalException nfe)
|
Reply |
AwaitedRequest.serve(Body targetBody)
Serve the request. |
Reply |
AwaitedRequest.serveAlternate(Body targetBody,
ProxyNonFunctionalException nfe)
|
Reply |
Request.serve(Body targetBody)
Serves this request by executing the embedded method call using the given targetBody . |
Reply |
Request.serveAlternate(Body targetBody,
ProxyNonFunctionalException 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 | |
int |
RmiRemoteBodyForwarderImpl.receiveReply(UniqueID id,
Reply r)
|
int |
RmiRemoteBodyImpl.receiveReply(Reply r)
|
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 | |
int |
UniversalBodyWrapper.receiveReply(Reply r)
|
Uses of Reply in org.objectweb.proactive.ext.security |
Methods in org.objectweb.proactive.ext.security with parameters of type Reply | |
int |
EncryptedBody.receiveReply(Reply r)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |