|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use RequestHandler | |
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.identity | The ProActiveComponentIdentityImpl class is the base class for the component meta-objects. |
Uses of RequestHandler in org.objectweb.proactive.core.component.controller |
Classes in org.objectweb.proactive.core.component.controller that implement RequestHandler | |
class |
AbstractProActiveController
Base class for all component controllers. |
class |
AbstractRequestHandler
This class is able to handle requests, and checks if the current request can be handled by the current handler in the chain of handlers (here, it is actually a list of controllers). |
class |
ProActiveBindingControllerImpl
Implementation of the BindingController interface. |
class |
ProActiveComponentParametersController
This class defines a controller for accessing configuration parameters of the component. |
class |
ProActiveContentController
Implementation of ContentController (@see org.objectweb.fractal.api.control.ContentController). |
class |
ProActiveLifeCycleControllerImpl
Implementation of the LifeCycleController interface. |
class |
ProActiveNameController
Implementation of the NameController |
class |
ProActiveSuperControllerImpl
An implementation of the SuperController interface. |
Methods in org.objectweb.proactive.core.component.controller that return RequestHandler | |
RequestHandler |
AbstractRequestHandler.nextHandler()
|
RequestHandler |
RequestHandler.nextHandler()
|
Methods in org.objectweb.proactive.core.component.controller with parameters of type RequestHandler | |
void |
AbstractRequestHandler.setNextHandler(RequestHandler handler)
|
void |
RequestHandler.setNextHandler(RequestHandler handler)
Sets the next handler in the chain of handlers. |
Uses of RequestHandler in org.objectweb.proactive.core.component.identity |
Methods in org.objectweb.proactive.core.component.identity that return RequestHandler | |
RequestHandler |
ProActiveComponentImpl.getControllerRequestHandler()
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |