Uses of Interface
org.apache.cocoon.components.thread.ThreadPool

Packages that use ThreadPool
org.apache.cocoon.components.thread   
 

Uses of ThreadPool in org.apache.cocoon.components.thread
 

Classes in org.apache.cocoon.components.thread that implement ThreadPool
 class DefaultThreadPool
          The DefaultThreadPool class implements the ThreadPool interface.
 

Methods in org.apache.cocoon.components.thread that return ThreadPool
 ThreadPool DefaultRunnableManager.createPool(int queueSize, int maxPoolSize, int minPoolSize, int priority, boolean isDaemon, long keepAliveTime, String blockPolicy, boolean shutdownGraceful, int shutdownWaitTime)
          Create a private ThreadPool
 ThreadPool RunnableManager.createPool(int queueSize, int maxPoolSize, int minPoolSize, int priority, boolean isDaemon, long keepAliveTime, String blockPolicy, boolean shutdownGraceful, int shutdownWaitTime)
          Create a private ThreadPool with a specific ThreadFactory
 



Copyright © 1999-2010 The Apache Software Foundation. All Rights Reserved.