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

Packages that use ReplyReceiver
org.objectweb.proactive.core.body Provides all classes used for implementing the active part of an active object.  
org.objectweb.proactive.core.body.migration Defines the migration primitive of ProActive.  
org.objectweb.proactive.core.body.reply Defines the reply messages based of the common message layer.  
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 ReplyReceiver in org.objectweb.proactive.core.body
 

Fields in org.objectweb.proactive.core.body declared as ReplyReceiver
protected  ReplyReceiver BodyImpl.replyReceiver
          The component in charge of receiving reply
 

Methods in org.objectweb.proactive.core.body that return ReplyReceiver
 ReplyReceiver ProActiveMetaObjectFactory.ReplyReceiverFactoryImpl.newReplyReceiver()
           
 

Uses of ReplyReceiver in org.objectweb.proactive.core.body.migration
 

Methods in org.objectweb.proactive.core.body.migration that return ReplyReceiver
 ReplyReceiver MigrationManagerImpl.createReplyReceiver(UniversalBody remoteBody, ReplyReceiver currentReplyReceiver)
           
 ReplyReceiver MigrationManager.createReplyReceiver(UniversalBody remoteBody, ReplyReceiver currentReplyReceiver)
           
 

Methods in org.objectweb.proactive.core.body.migration with parameters of type ReplyReceiver
 ReplyReceiver MigrationManagerImpl.createReplyReceiver(UniversalBody remoteBody, ReplyReceiver currentReplyReceiver)
           
 ReplyReceiver MigrationManager.createReplyReceiver(UniversalBody remoteBody, ReplyReceiver currentReplyReceiver)
           
 

Uses of ReplyReceiver in org.objectweb.proactive.core.body.reply
 

Classes in org.objectweb.proactive.core.body.reply that implement ReplyReceiver
 class ReplyReceiverForwarder
           
 class ReplyReceiverImpl
           
 

Methods in org.objectweb.proactive.core.body.reply that return ReplyReceiver
 ReplyReceiver ReplyReceiverFactory.newReplyReceiver()
          Creates or reuses a ReplyReceiver object
 

Uses of ReplyReceiver in org.objectweb.proactive.ext.locationserver
 

Methods in org.objectweb.proactive.ext.locationserver that return ReplyReceiver
 ReplyReceiver MigrationManagerWithLocationServer.createReplyReceiver(UniversalBody remoteBody, ReplyReceiver currentReplyReceiver)
           
 

Methods in org.objectweb.proactive.ext.locationserver with parameters of type ReplyReceiver
 ReplyReceiver MigrationManagerWithLocationServer.createReplyReceiver(UniversalBody remoteBody, ReplyReceiver currentReplyReceiver)
           
 

Uses of ReplyReceiver in org.objectweb.proactive.ext.mixedlocation
 

Methods in org.objectweb.proactive.ext.mixedlocation that return ReplyReceiver
 ReplyReceiver MigrationManagerWithMixedLocation.createReplyReceiver(UniversalBody remoteBody, ReplyReceiver currentReplyReceiver)
           
 

Methods in org.objectweb.proactive.ext.mixedlocation with parameters of type ReplyReceiver
 ReplyReceiver MigrationManagerWithMixedLocation.createReplyReceiver(UniversalBody remoteBody, ReplyReceiver currentReplyReceiver)
           
 



Copyright 2001-2005 INRIA All Rights Reserved.