Uses of Interface
rabbit.util.RestartableThreadFactory

Packages that use RestartableThreadFactory
rabbit.util This package holds the various utils used in the proxy. 
 

Uses of RestartableThreadFactory in rabbit.util
 

Methods in rabbit.util that return RestartableThreadFactory
 RestartableThreadFactory ThreadPool.getFactory()
          Get the current factory.
 

Methods in rabbit.util with parameters of type RestartableThreadFactory
 void ThreadPool.setFactory(RestartableThreadFactory tf)
          Set the factory to use for creating threads.
 

Constructors in rabbit.util with parameters of type RestartableThreadFactory
ThreadPool(RestartableThreadFactory tf, int limit)
          Create a ThreadPool.