Interface | Description |
---|---|
Task |
Represents a task that may take a few iterations to complete.
|
TaskRunner |
Allows you to request a thread execute the associated Task.
|
Class | Description |
---|---|
DefaultThreadPools | |
DeterministicTaskRunner | |
Scheduler | |
SchedulerTimerTask |
A TimeTask for a Runnable object
|
TaskRunnerFactory |
Manages the thread pool for long running tasks.
|
Valve |
A Valve is a synchronization object used enable or disable the "flow" of
concurrent processing.
|
Copyright © 2005-2012. All Rights Reserved.