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

Packages that use ThreadPool
org.apache.sling.commons.threads   
org.apache.sling.event   
 

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

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

Methods in org.apache.sling.commons.threads with parameters of type ThreadPool
 boolean ThreadPoolManager.add(ThreadPool pool)
          Add a new pool.
 

Uses of ThreadPool in org.apache.sling.event
 

Subinterfaces of ThreadPool in org.apache.sling.event
 interface ThreadPool
          The eventing thread pool is a special thread pool used for the eventing.
 



Copyright © 2007-2009. All Rights Reserved.