Package org.objectweb.proactive.core.component.request

This package contains classes related to component requests.

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.
 

Package org.objectweb.proactive.core.component.request Description

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.

Author:
Matthieu Morel


Copyright 2001-2005 INRIA All Rights Reserved.