Uses of Interface
net.sf.jbaobab.thread.RunnableManager

Packages that use RunnableManager
net.sf.jbaobab.thread Provides some useful classes related with Thread and Executor
 

Uses of RunnableManager in net.sf.jbaobab.thread
 

Classes in net.sf.jbaobab.thread that implement RunnableManager
static class RunnableManager.NullManager
           A dummny implementation of RunnableManager.
 

Fields in net.sf.jbaobab.thread declared as RunnableManager
protected  RunnableManager ManagedThreadFactory.manager
           
static RunnableManager RunnableManager.NULL
           
 

Constructors in net.sf.jbaobab.thread with parameters of type RunnableManager
ManagedThreadFactory.ManagedRunnable(Runnable runnable, RunnableManager manager)
           
ManagedThreadFactory(RunnableManager manager)
           
ManagedThreadFactory(ThreadFactory factory, RunnableManager manager)