Uses of Interface
org.objectweb.proactive.core.component.request.ComponentRequest

Packages that use ComponentRequest
org.objectweb.proactive.core.component.body Component meta-objects are created from the ComponentBody.  
org.objectweb.proactive.core.component.controller Implementations of the "membrane" of the Fractal components, i.e. the controllers that manage non-functional properties of a component.  
org.objectweb.proactive.core.component.request This package contains classes related to component requests.  
 

Uses of ComponentRequest in org.objectweb.proactive.core.component.body
 

Methods in org.objectweb.proactive.core.component.body with parameters of type ComponentRequest
 boolean RequestFilterOnComponentControllerClasses.acceptRequest(ComponentRequest componentRequest)
           
 boolean PrioritizedComponentRequestFilter.acceptRequest(ComponentRequest componentRequest)
           
 boolean NFRequestFilterImpl.acceptRequest(ComponentRequest request)
          This methods verifies whether a component request is a component controller request.
 boolean ComponentRequestFilter.acceptRequest(ComponentRequest componentRequest)
           
 

Uses of ComponentRequest in org.objectweb.proactive.core.component.controller
 

Methods in org.objectweb.proactive.core.component.controller with parameters of type ComponentRequest
 java.lang.Object AbstractRequestHandler.handleRequest(ComponentRequest request)
           
 java.lang.Object RequestHandler.handleRequest(ComponentRequest request)
          If the current controller is suitable, the request is executed.
 

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

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



Copyright 2001-2005 INRIA All Rights Reserved.