Uses of Interface
org.objectweb.proactive.core.body.request.RequestReceiver

Packages that use RequestReceiver
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.request Defines the request messages based of the common message layer.  
org.objectweb.proactive.core.component.request This package contains classes related to component requests.  
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 RequestReceiver in org.objectweb.proactive.core.body
 

Fields in org.objectweb.proactive.core.body declared as RequestReceiver
protected  RequestReceiver BodyImpl.requestReceiver
          The component in charge of receiving request
 

Methods in org.objectweb.proactive.core.body that return RequestReceiver
 RequestReceiver ProActiveMetaObjectFactory.RequestReceiverFactoryImpl.newRequestReceiver()
           
 

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

Methods in org.objectweb.proactive.core.body.migration that return RequestReceiver
 RequestReceiver MigrationManagerImpl.createRequestReceiver(UniversalBody remoteBody, RequestReceiver currentRequestReceiver)
           
 RequestReceiver MigrationManager.createRequestReceiver(UniversalBody remoteBody, RequestReceiver currentRequestReceiver)
           
 

Methods in org.objectweb.proactive.core.body.migration with parameters of type RequestReceiver
 RequestReceiver MigrationManagerImpl.createRequestReceiver(UniversalBody remoteBody, RequestReceiver currentRequestReceiver)
           
 RequestReceiver MigrationManager.createRequestReceiver(UniversalBody remoteBody, RequestReceiver currentRequestReceiver)
           
 

Uses of RequestReceiver in org.objectweb.proactive.core.body.request
 

Classes in org.objectweb.proactive.core.body.request that implement RequestReceiver
 class RequestReceiverForwarder
           
 class RequestReceiverImpl
           
 

Methods in org.objectweb.proactive.core.body.request that return RequestReceiver
 RequestReceiver RequestReceiverFactory.newRequestReceiver()
          Creates or reuses a RequestReceiver object
 

Uses of RequestReceiver in org.objectweb.proactive.core.component.request
 

Classes in org.objectweb.proactive.core.component.request that implement RequestReceiver
 class SynchronousComponentRequestReceiver
          This is an extension of the RequestReceiverImpl class, which allows the shortcutting of functional requests : when crossing a composite component that has such a request receiver, a shortcut notification is sent to the emitter, and the request is directly transferred to the following linked interface.
 

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

Classes in org.objectweb.proactive.ext.locationserver that implement RequestReceiver
 class BouncingRequestReceiver
           
 

Methods in org.objectweb.proactive.ext.locationserver that return RequestReceiver
 RequestReceiver MigrationManagerWithLocationServer.createRequestReceiver(UniversalBody remoteBody, RequestReceiver currentRequestReceiver)
           
 

Methods in org.objectweb.proactive.ext.locationserver with parameters of type RequestReceiver
 RequestReceiver MigrationManagerWithLocationServer.createRequestReceiver(UniversalBody remoteBody, RequestReceiver currentRequestReceiver)
           
 

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

Methods in org.objectweb.proactive.ext.mixedlocation that return RequestReceiver
 RequestReceiver MigrationManagerWithMixedLocation.createRequestReceiver(UniversalBody remoteBody, RequestReceiver currentRequestReceiver)
           
 

Methods in org.objectweb.proactive.ext.mixedlocation with parameters of type RequestReceiver
 RequestReceiver MigrationManagerWithMixedLocation.createRequestReceiver(UniversalBody remoteBody, RequestReceiver currentRequestReceiver)
           
 



Copyright 2001-2005 INRIA All Rights Reserved.