|
|||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
See:
Description
Interface Summary | |
ComponentRequest | Marker interface. |
Class Summary | |
ComponentRequestImpl | Method calls to components are actually reified calls, and ComponentRequest contains a reification of the call. |
Shortcut | This class represents a shortcut. |
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. |
This package contains classes related to component requests. Component requests are requests addressed to components and are extensions of standard ProActive requests.
This package also holds classes to help optimize the transfer of requests thanks to a shortcutting mechanism.
This package used to hold the code for a custom request queue for components, that was used for managing the lifecycle of the components. This has now been replaced by a more generic mechanism in the org.objectweb.proactive.core.Service class.
|
|||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |