Package javax.util.concurrent

Interface Summary
ContextService The ContextService provides methods for creating contextual dynamic proxy objects.
Identifiable A tasks submitted to an ManagedExecutorService can optionally implement this interface.
ManagedExecutorService A manageable version of a ExecutorService.
ManagedScheduledExecutorService A manageable version of a ScheduledExecutorService.
ManagedTaskListener A ManagedTaskListener is used to monitor the state of a task's Future.
ManagedThreadFactory A manageable version of a ThreadFactory.
Trigger Triggers allow application developers to plug in rules for when and how often a task should run.
 

Exception Summary
AbortedException Exception indicating that the result of a value-producing task, cannot be retrieved because the task run was aborted.
ExecutorNotAvailableException Exception indicating that the result of a value-producing task cannot be retrieved because the remote executor that the task is running on is no longer available.
SkippedException Exception indicating that the result of a value-producing task, cannot be retrieved because the task run was skipped.
 



Copyright © 2003-2008 The Apache Software Foundation. All Rights Reserved.