Uses of Interface
org.apache.excalibur.thread.ThreadPool

Packages that use ThreadPool
org.apache.avalon.cornerstone.blocks.connection Default implementation of a connection manager. 
org.apache.avalon.cornerstone.blocks.threads Default implementation of a thread pool manager. 
org.apache.avalon.cornerstone.services.connection Defintion of the connection service. 
org.apache.avalon.cornerstone.services.threads Defintion of the thread pool service. 
org.apache.avalon.excalibur.thread.impl   
org.apache.excalibur.thread.impl   
 

Uses of ThreadPool in org.apache.avalon.cornerstone.blocks.connection
 

Methods in org.apache.avalon.cornerstone.blocks.connection with parameters of type ThreadPool
 void AbstractConnectionManager.connect(java.lang.String name, java.net.ServerSocket socket, ConnectionHandlerFactory handlerFactory, ThreadPool threadPool)
          Start managing a connection.
 

Uses of ThreadPool in org.apache.avalon.cornerstone.blocks.threads
 

Methods in org.apache.avalon.cornerstone.blocks.threads that return ThreadPool
 ThreadPool AbstractThreadManager.getThreadPool(java.lang.String name)
          Retrieve a thread pool by name.
 ThreadPool AbstractThreadManager.getDefaultThreadPool()
          Retrieve the default thread pool.
 

Uses of ThreadPool in org.apache.avalon.cornerstone.services.connection
 

Fields in org.apache.avalon.cornerstone.services.connection declared as ThreadPool
protected  ThreadPool AbstractService.m_threadPool
           
 

Methods in org.apache.avalon.cornerstone.services.connection with parameters of type ThreadPool
 void ConnectionManager.connect(java.lang.String name, java.net.ServerSocket socket, ConnectionHandlerFactory handlerFactory, ThreadPool threadPool)
          Start managing a connection.
 

Uses of ThreadPool in org.apache.avalon.cornerstone.services.threads
 

Methods in org.apache.avalon.cornerstone.services.threads that return ThreadPool
 ThreadPool ThreadManager.getThreadPool(java.lang.String name)
          Retrieve a thread pool by name.
 ThreadPool ThreadManager.getDefaultThreadPool()
          Retrieve the default thread pool.
 

Uses of ThreadPool in org.apache.avalon.excalibur.thread.impl
 

Classes in org.apache.avalon.excalibur.thread.impl that implement ThreadPool
 class DefaultThreadPool
          This class is the public frontend for the thread pool code.
 class InstrumentedResourceLimitingThreadPool
          A Thread Pool which can be configured to have a hard limit on the maximum number of threads which will be allocated.
 class ResourceLimitingThreadPool
           
 

Uses of ThreadPool in org.apache.excalibur.thread.impl
 

Classes in org.apache.excalibur.thread.impl that implement ThreadPool
 class AbstractThreadPool
          This is the base class of all ThreadPools.
 



Copyright © 1997-2005 The Apache Software Foundation. All Rights Reserved.