org.objectweb.proactive.core.body.request
Interface RequestQueueFactory

All Known Implementing Classes:
ProActiveMetaObjectFactory.RequestQueueFactoryImpl

public interface RequestQueueFactory

A class implementing this interface is a factory of RequestQueue objects. It is able to create RequestQueue tailored for a particular purpose.

Since:
ProActive 0.9.2
Version:
1.0, 2002/05
Author:
ProActive Team

Method Summary
 BlockingRequestQueue newRequestQueue(UniqueID ownerID)
          Creates or reuses a RequestQueue object
 

Method Detail

newRequestQueue

public BlockingRequestQueue newRequestQueue(UniqueID ownerID)
Creates or reuses a RequestQueue object

Returns:
the newly created or already existing RequestQueue object.


Copyright © April 2004 INRIA All Rights Reserved.