|
|||||||||||
PREV NEXT | FRAMES NO FRAMES All Classes |
Packages that use org.sape.carbon.services.threadpool | |
org.sape.carbon.services.scheduler | The Scheduler service allows components to be called at scheduled times and intervals. |
org.sape.carbon.services.threadpool |
Classes in org.sape.carbon.services.threadpool used by org.sape.carbon.services.scheduler | |
ThreadPool
Thread pool components manage a number of Threads that can be used to execute miscellaneous tasks. |
Classes in org.sape.carbon.services.threadpool used by org.sape.carbon.services.threadpool | |
QueueFullPolicyEnum
This Class enumerates the different policies that can be used when the thread pool queue is full and a client attempts to queue a task. |
|
QueueFullPolicyEnum.QueueFullPolicyEnumNotFoundException
This class is a typesafe retriever exception for an enumeration |
|
TaskCallback
This interface should be implemented by clients who want to take some action when a task is complete. |
|
TaskInfo
An object that implements this interface is returned by the ThreadPool execute methods. |
|
TaskInfoImpl
Besides supplying the functionality described by the TaskInfo interface, this implementation also is responsible for making callbacks using the TaskCallback interface if a callback has been specified. |
|
TaskStatusEnum
This class enumerates the possible task states. |
|
TaskStatusEnum.TaskStatusEnumNotFoundException
This class is a typesafe retriever exception for an enumeration |
|
ThreadPool
Thread pool components manage a number of Threads that can be used to execute miscellaneous tasks. |
|
ThreadPoolConfiguration
Configuration for the DefaultThreadPoolImpl. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES All Classes |