Uses of Interface
org.apache.sling.commons.threads.ThreadPool

Uses of ThreadPool in org.apache.sling.commons.threads
 

Methods in org.apache.sling.commons.threads that return ThreadPool
 ThreadPool ThreadPoolManager.create(ThreadPoolConfig config)
          Create a new thread pool with this configuration.
 ThreadPool ThreadPoolManager.create(ThreadPoolConfig config, java.lang.String label)
          Create a new thread pool with this configuration.
 ThreadPool ThreadPoolManager.get(java.lang.String name)
          Get a thread pool.
 

Methods in org.apache.sling.commons.threads with parameters of type ThreadPool
 void ThreadPoolManager.release(ThreadPool pool)
          Release the thread pool again.
 



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