org.objectweb.proactive.core.body
Class ProActiveMetaObjectFactory.RequestQueueFactoryImpl

java.lang.Object
  |
  +--org.objectweb.proactive.core.body.ProActiveMetaObjectFactory.RequestQueueFactoryImpl
All Implemented Interfaces:
RequestQueueFactory, java.io.Serializable
Enclosing class:
ProActiveMetaObjectFactory

protected class ProActiveMetaObjectFactory.RequestQueueFactoryImpl
extends java.lang.Object
implements RequestQueueFactory, java.io.Serializable

See Also:
Serialized Form

Constructor Summary
protected ProActiveMetaObjectFactory.RequestQueueFactoryImpl()
           
 
Method Summary
 BlockingRequestQueue newRequestQueue(UniqueID ownerID)
          Creates or reuses a RequestQueue object
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProActiveMetaObjectFactory.RequestQueueFactoryImpl

protected ProActiveMetaObjectFactory.RequestQueueFactoryImpl()
Method Detail

newRequestQueue

public BlockingRequestQueue newRequestQueue(UniqueID ownerID)
Description copied from interface: RequestQueueFactory
Creates or reuses a RequestQueue object

Specified by:
newRequestQueue in interface RequestQueueFactory
Returns:
the newly created or already existing RequestQueue object.


Copyright © April 2004 INRIA All Rights Reserved.