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

Packages that use Request
org.objectweb.proactive.core.body.request Defines the request messages based of the common message layer.  
org.objectweb.proactive.core.component.request Requests addressed to components are extensions of standard ProActive requests, and are processed by the component request queue, an extension of the standard ProActive request queue.  
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 Request in org.objectweb.proactive.core.body.request
 

Classes in org.objectweb.proactive.core.body.request that implement Request
 class BodyRequest
           
 class RequestImpl
           
 

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

Subinterfaces of Request in org.objectweb.proactive.core.component.request
 interface ComponentRequest
          Marker interface.
 

Classes in org.objectweb.proactive.core.component.request that implement Request
 class ComponentRequestImpl
          Method calls to components are actually reified calls, and ComponentRequest contains a reification of the call.
 

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

Classes in org.objectweb.proactive.ext.locationserver that implement Request
 class RequestWithLocationServer
           
 class TimedRequestWithLocationServer
           
 

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

Classes in org.objectweb.proactive.ext.mixedlocation that implement Request
 class RequestWithMixedLocation
           
 class TimedRequestWithMixedLocation
           
 



Copyright © April 2004 INRIA All Rights Reserved.