Uses of Interface
org.jboss.util.threadpool.ThreadPool

Packages that use ThreadPool
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
 class BasicThreadPool
          A basic thread pool.
 

Methods in org.jboss.util.threadpool that return ThreadPool
 ThreadPool ThreadPoolMBean.getInstance()
          Get the instance
 ThreadPool BasicThreadPool.getInstance()
           
 

Uses of ThreadPool in org.jboss.util.timeout
 

Constructors in org.jboss.util.timeout with parameters of type ThreadPool
TimeoutFactory(ThreadPool threadPool)
          Constructs a new TimeoutFactory that uses the provided ThreadPool
 



Copyright © 2002 JBoss Group, LLC. All Rights Reserved.