|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
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.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 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.core.component.request |
Subinterfaces of BlockingRequestQueue 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 BlockingRequestQueue | |
class |
ComponentRequestQueueImpl
Extension of the standard ProActive request queue. |
Uses of BlockingRequestQueue in org.objectweb.proactive.ext.implicit |
Classes in org.objectweb.proactive.ext.implicit that implement BlockingRequestQueue | |
class |
ImplicitService
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |