Uses of Interface
org.sape.carbon.services.threadpool.ThreadPool

Packages that use ThreadPool
org.sape.carbon.services.scheduler The Scheduler service allows components to be called at scheduled times and intervals. 
org.sape.carbon.services.threadpool   
 

Uses of ThreadPool in org.sape.carbon.services.scheduler
 

Fields in org.sape.carbon.services.scheduler declared as ThreadPool
private  ThreadPool AbstractTask.threadPool
           
private  ThreadPool AbstractTask.TaskQueuer.threadPool
           
 

Methods in org.sape.carbon.services.scheduler that return ThreadPool
 ThreadPool SchedulerServiceConfiguration.getThreadPool()
           
 

Methods in org.sape.carbon.services.scheduler with parameters of type ThreadPool
 void SchedulerServiceConfiguration.setThreadPool(ThreadPool threadPool)
           
 

Constructors in org.sape.carbon.services.scheduler with parameters of type ThreadPool
FixedRateTask(FixedRateTaskConfiguration taskConfiguration, ThreadPool threadPool)
          This constructor determines the starting time and date and the repeat period of the task.
FixedDelayTask(FixedDelayTaskConfiguration taskConfiguration, ThreadPool threadPool)
          Loads and validates configuration information.
AbstractTask(BaseTaskConfiguration taskConfiguration, ThreadPool threadPool)
          Loads and validates the component called from this task.
AbstractTask.TaskQueuer(ThreadPool threadPool, AbstractTask.InternalTask task, String taskName)
           
 

Uses of ThreadPool in org.sape.carbon.services.threadpool
 

Classes in org.sape.carbon.services.threadpool that implement ThreadPool
 class DefaultThreadPoolImpl
          This implementation of ThreadPool relys on Doug Lea's PooledExecutor thread pool thread pool implementation.
 



Copyright 1999-2003 Sapient Corporation. All Rights Reserved.