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

Packages that use ThreadPoolConfig
org.apache.sling.commons.threads   
org.apache.sling.commons.threads.impl   
org.apache.sling.event.impl   
 

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

Classes in org.apache.sling.commons.threads that implement ThreadPoolConfig
 class ModifiableThreadPoolConfig
          This is a modifiable thread pool configuration that can be instantiated and then configured to create a new thread pool.
 

Methods in org.apache.sling.commons.threads that return ThreadPoolConfig
 ThreadPoolConfig ThreadPool.getConfiguration()
          The thread pool configuration.
 

Methods in org.apache.sling.commons.threads with parameters of type ThreadPoolConfig
 ThreadPool ThreadPoolManager.create(ThreadPoolConfig config)
          Create a new thread pool with this configuration.
 ThreadPool ThreadPoolManager.create(ThreadPoolConfig config, String label)
          Create a new thread pool with this configuration.
 

Constructors in org.apache.sling.commons.threads with parameters of type ThreadPoolConfig
ModifiableThreadPoolConfig(ThreadPoolConfig copy)
          Clone an existing configuration
 

Uses of ThreadPoolConfig in org.apache.sling.commons.threads.impl
 

Methods in org.apache.sling.commons.threads.impl that return ThreadPoolConfig
 ThreadPoolConfig DefaultThreadPoolManager.Entry.getConfig()
           
 ThreadPoolConfig DefaultThreadPool.getConfiguration()
           
 ThreadPoolConfig ThreadPoolFacade.getConfiguration()
           
 

Methods in org.apache.sling.commons.threads.impl with parameters of type ThreadPoolConfig
 ThreadPool DefaultThreadPoolManager.create(ThreadPoolConfig config)
           
 ThreadPool DefaultThreadPoolManager.create(ThreadPoolConfig config, String label)
           
 void DefaultThreadPoolManager.Entry.update(ThreadPoolConfig config, String name, String pid)
           
 

Constructors in org.apache.sling.commons.threads.impl with parameters of type ThreadPoolConfig
DefaultThreadPool(String name, ThreadPoolConfig origConfig)
          Create a new thread pool.
DefaultThreadPoolManager.Entry(String pid, ThreadPoolConfig config, String name)
           
 

Uses of ThreadPoolConfig in org.apache.sling.event.impl
 

Methods in org.apache.sling.event.impl that return ThreadPoolConfig
 ThreadPoolConfig EventingThreadPool.getConfiguration()
           
 



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