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

Uses of ThreadPool in org.apache.cocoon.thread
 

Methods in org.apache.cocoon.thread that return ThreadPool
 ThreadPool RunnableManager.createPool(String name, int queueSize, int maxPoolSize, int minPoolSize, int priority, boolean isDaemon, long keepAliveTime, String blockPolicy, boolean shutdownGraceful, int shutdownWaitTime)
          Create a shared ThreadPool with a specific ThreadFactory
 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
 ThreadPool RunnableManager.getPool(String name)
          Get a thread pool
 



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