Package net.sf.jbaobab.thread

Provides some useful classes related with Thread and Executor.

See:
          Description

Interface Summary
RunnableManager An interface for managing threads, normally used with ManagedThreadFactory.
 

Class Summary
ExecutorPool Provides static methods for sharing ExecutorService between different instances.
ManagedThreadFactory A ThreadFactory that creates managed threads, intended to be used with ThreadPoolExecutor.
RunnableManager.NullManager A dummny implementation of RunnableManager.
 

Package net.sf.jbaobab.thread Description

Provides some useful classes related with Thread and Executor.