Uses of Interface
org.objectweb.proactive.core.body.request.RequestQueue

Packages that use RequestQueue
org.objectweb.proactive.core.body.request Defines the request messages based of the common message layer.  
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.  
org.objectweb.proactive.ext.implicit *under development* Defines an implicit way of programming the live method using declarations.  
 

Uses of RequestQueue in org.objectweb.proactive.core.body.request
 

Subinterfaces of RequestQueue in org.objectweb.proactive.core.body.request
 interface BlockingRequestQueue
           
 

Classes in org.objectweb.proactive.core.body.request that implement RequestQueue
 class BlockingRequestQueueImpl
           
 class RequestQueueImpl
           
 

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

Subinterfaces of RequestQueue in org.objectweb.proactive.core.component.request
 interface ComponentRequestQueue
          Defines the request queue for components.
 

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

Uses of RequestQueue in org.objectweb.proactive.ext.implicit
 

Classes in org.objectweb.proactive.ext.implicit that implement RequestQueue
 class ImplicitService
           
 



Copyright © April 2004 INRIA All Rights Reserved.