Uses of Class
mandala.util.ThreadPool

Packages that use ThreadPool
mandala.rami.impl Contains all classes related to Reflective Asynchronous Method Invocation
mandala.util This package is a util package for anything in Mandala. 
 

Uses of ThreadPool in mandala.rami.impl
 

Fields in mandala.rami.impl declared as ThreadPool
protected  ThreadPool ThreadPooledPolicy.threadPool
          The thread pool used.
 

Methods in mandala.rami.impl that return ThreadPool
static ThreadPool ThreadPooledPolicy.getDefaultThreadPool()
          Returns the default thread pool used if non is given when instanciating this class.
 ThreadPool ThreadPooledPolicy.getThreadPool()
          Returns the thread pool used by this instance.
 

Constructors in mandala.rami.impl with parameters of type ThreadPool
ThreadPooledPolicy(ThreadPool threadPool)
          Creates a new ThreadPooledPolicy instance with a specified thread pool.
 

Uses of ThreadPool in mandala.util
 

Subclasses of ThreadPool in mandala.util
 class SafeThreadPool
          Safe threads pool implementation with unlimited maximum bound.
 



Mandala help mailing list