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

Packages that use BlockingRequestQueue
org.objectweb.proactive Provides the main classes for creating active objects and futures.  
org.objectweb.proactive.core.body Provides all classes used for implementing the active part of an active object.  
org.objectweb.proactive.core.body.request Defines the request messages based of the common message layer.  
org.objectweb.proactive.ext.implicit *under development* Defines an implicit way of programming the live method using declarations.  
org.objectweb.proactive.ext.security   
 

Uses of BlockingRequestQueue in org.objectweb.proactive
 

Fields in org.objectweb.proactive declared as BlockingRequestQueue
protected  BlockingRequestQueue Service.requestQueue
           
 

Uses of BlockingRequestQueue in org.objectweb.proactive.core.body
 

Methods in org.objectweb.proactive.core.body that return BlockingRequestQueue
 BlockingRequestQueue ProActiveMetaObjectFactory.RequestQueueFactoryImpl.newRequestQueue(UniqueID ownerID)
           
 BlockingRequestQueue AbstractBody.getRequestQueue()
           
 BlockingRequestQueue LocalBodyStrategy.getRequestQueue()
          Returns the request queue associated to this body
 

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

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

Methods in org.objectweb.proactive.core.body.request that return BlockingRequestQueue
 BlockingRequestQueue RequestQueueFactory.newRequestQueue(UniqueID ownerID)
          Creates or reuses a RequestQueue object
 

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

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

Uses of BlockingRequestQueue in org.objectweb.proactive.ext.security
 

Methods in org.objectweb.proactive.ext.security that return BlockingRequestQueue
 BlockingRequestQueue EncryptedBody.getRequestQueue()
           
 



Copyright 2001-2005 INRIA All Rights Reserved.