Uses of Class
org.exoplatform.social.common.service.thread.ThreadPoolConfig

Packages that use ThreadPoolConfig
org.exoplatform.social.common.service   
org.exoplatform.social.common.service.impl   
org.exoplatform.social.common.service.thread   
 

Uses of ThreadPoolConfig in org.exoplatform.social.common.service
 

Methods in org.exoplatform.social.common.service that return ThreadPoolConfig
 ThreadPoolConfig ExecutorServiceManager.getThreadPoolConfig(String id)
           
 

Methods in org.exoplatform.social.common.service with parameters of type ThreadPoolConfig
 ExecutorService ExecutorServiceManager.newThreadPool(String name, ThreadPoolConfig config)
           
 

Uses of ThreadPoolConfig in org.exoplatform.social.common.service.impl
 

Methods in org.exoplatform.social.common.service.impl that return ThreadPoolConfig
 ThreadPoolConfig ExecutorServiceManagerImpl.getThreadPoolConfig(String id)
           
 

Methods in org.exoplatform.social.common.service.impl with parameters of type ThreadPoolConfig
 ExecutorService ExecutorServiceManagerImpl.newThreadPool(String name, ThreadPoolConfig config)
           
 

Uses of ThreadPoolConfig in org.exoplatform.social.common.service.thread
 

Methods in org.exoplatform.social.common.service.thread with parameters of type ThreadPoolConfig
 ScheduledExecutorService DefaultThreadPoolFactory.newScheduledThreadPool(ThreadPoolConfig config, ThreadFactory threadFactory)
           
 ScheduledExecutorService ThreadPoolFactory.newScheduledThreadPool(ThreadPoolConfig config, ThreadFactory threadFactory)
          Create a scheduled thread pool using the given thread pool profile
 ExecutorService DefaultThreadPoolFactory.newThreadPool(ThreadPoolConfig config, ThreadFactory factory)
           
 ExecutorService ThreadPoolFactory.newThreadPool(ThreadPoolConfig config, ThreadFactory threadFactory)
          Create a thread pool using the given thread pool profile
 



Copyright © 2003-2013 eXo Platform SAS. All Rights Reserved.