Uses of Interface
org.jboss.util.threadpool.ThreadPool
-
Packages that use ThreadPool Package Description org.jboss.util.threadpool org.jboss.util.timeout Timeout utilties. -
-
Uses of ThreadPool in org.jboss.util.threadpool
Classes in org.jboss.util.threadpool that implement ThreadPool Modifier and Type Class Description class
BasicThreadPool
A basic thread pool.Methods in org.jboss.util.threadpool that return ThreadPool Modifier and Type Method Description ThreadPool
BasicThreadPool. getInstance()
ThreadPool
ThreadPoolMBean. getInstance()
-
Uses of ThreadPool in org.jboss.util.timeout
Fields in org.jboss.util.timeout declared as ThreadPool Modifier and Type Field Description private ThreadPool
TimeoutFactory. threadPool
Per TimeoutFactory thread pool used to execute timeoutsConstructors in org.jboss.util.timeout with parameters of type ThreadPool Constructor Description TimeoutFactory(ThreadPool threadPool)
Constructs a new TimeoutFactory that uses the provided ThreadPool
-