|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ThreadPool | |
mandala.rami.impl | Contains all classes related to Reflective Asynchronous Method Invocation. |
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. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |