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

Packages that use ComponentRequestQueue
org.objectweb.proactive.core.component.identity The ProActiveComponentIdentityImpl class is the base class for the component meta-objects.  
org.objectweb.proactive.core.component.representative A representative is the reference on a ProActive component.  
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.  
 

Uses of ComponentRequestQueue in org.objectweb.proactive.core.component.identity
 

Methods in org.objectweb.proactive.core.component.identity that return ComponentRequestQueue
 ComponentRequestQueue ProActiveComponentImpl.getRequestQueue()
           
 ComponentRequestQueue ProActiveComponent.getRequestQueue()
          This method's implementation is only valid in the component meta-objects.
 

Uses of ComponentRequestQueue in org.objectweb.proactive.core.component.representative
 

Methods in org.objectweb.proactive.core.component.representative that return ComponentRequestQueue
 ComponentRequestQueue ProActiveComponentRepresentativeImpl.getRequestQueue()
          (non-Javadoc) only available in the meta-objects
 

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

Classes in org.objectweb.proactive.core.component.request that implement ComponentRequestQueue
 class ComponentRequestQueueImpl
          Extension of the standard ProActive request queue.
 

Methods in org.objectweb.proactive.core.component.request that return ComponentRequestQueue
 ComponentRequestQueue ComponentRequestQueueFactory.newComponentRequestQueue(UniqueID ownerID)
          factory for ComponentRequestQueue
 



Copyright ? October 2004 INRIA All Rights Reserved.