Uses of Interface
org.objectweb.proactive.core.body.reply.Reply

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.logging 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 Defines specific behavior for Communication-Induced Checkpointing protocol.  
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.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  int HalfBody.internalReceiveReply(Reply reply)
          Receives a reply in response to a former request.
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.logging
 

Methods in org.objectweb.proactive.core.body.ft.logging that return Reply
 Reply ReplyLog.getReply()
          Return the logged reply.
 

Constructors in org.objectweb.proactive.core.body.ft.logging 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
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
abstract  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.
 

Uses of Reply in org.objectweb.proactive.core.body.ft.protocols.cic
 

Methods in org.objectweb.proactive.core.body.ft.protocols.cic 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 HalfFTManagerCIC.sendReply(Reply r, 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)
           
 int FTManagerCIC.sendReply(Reply r, UniversalBody destination)
           
 

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 RemoteBodyAdapter.receiveReply(Reply reply)
           
 int 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
 int IbisRemoteBodyImpl.receiveReply(Reply r)
           
 int IbisRemoteBodyAdapter.receiveReply(Reply r)
           
 int 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
 int JiniBodyImpl.receiveReply(Reply r)
           
 int JiniBodyAdapter.receiveReply(Reply r)
           
 int 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
 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, NonFunctionalException nfe)
           
protected  Reply RequestImpl.createReply(Body targetBody, FutureResult result)
           
 Reply BodyRequest.serve(Body targetBody)
           
 Reply BodyRequest.serveAlternate(Body targetBody, NonFunctionalException nfe)
           
 Reply AwaitedRequest.serve(Body targetBody)
          Serve the request.
 Reply AwaitedRequest.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
 int RemoteBodyImpl.receiveReply(Reply r)
           
 int RemoteBodyAdapter.receiveReply(Reply r)
           
 int 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
 int UniversalBodyWrapper.receiveReply(Reply r)
           
 



Copyright ? April 2005 INRIA All Rights Reserved.