org.objectweb.proactive.core.util
Interface ThreadStoreFactory

All Known Implementing Classes:
ProActiveMetaObjectFactory.ThreadStoreFactoryImpl

public interface ThreadStoreFactory

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

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

Method Summary
 ThreadStore newThreadStore()
          Creates or reuses a ThreadStore object
 

Method Detail

newThreadStore

public ThreadStore newThreadStore()
Creates or reuses a ThreadStore object

Returns:
the newly created or already existing ThreadStore object.


Copyright © April 2004 INRIA All Rights Reserved.