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 classBasicThreadPoolA basic thread pool.Methods in org.jboss.util.threadpool that return ThreadPool Modifier and Type Method Description ThreadPoolBasicThreadPool. getInstance()ThreadPoolThreadPoolMBean. getInstance() -
Uses of ThreadPool in org.jboss.util.timeout
Fields in org.jboss.util.timeout declared as ThreadPool Modifier and Type Field Description private ThreadPoolTimeoutFactory. threadPoolPer 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
-