JBoss Threads 2.0.0.GA

Uses of Package
org.jboss.threads

Packages that use org.jboss.threads
org.jboss.threads   
 

Classes in org.jboss.threads used by org.jboss.threads
AsyncCancellable
          An interface which supports asynchronous cancellation.
AsyncFuture
          This interface represents the result of an asynchronous future task, which provides all the features of Future while also adding several additional convenience methods and the ability to add asynchronous callbacks.
AsyncFuture.Listener
          A listener for an asynchronous future computation result.
AsyncFuture.Status
          The possible statuses of an AsyncFuture.
AtomicArray
          Utility for snapshot/copy-on-write arrays.
AtomicArray.Creator
           
BlockingExecutor
          An executor which can optionally block or not block on task submission.
BlockingExecutorService
          A blocking executor service.
Dependency
          A task which depends on other tasks, and which may have tasks depending upon it.
DependencyTaskBuilder
          A builder for a dependency task.
DirectExecutor
          A direct executor.
DirectExecutorService
          A direct executor service.
EventListener
          An event listener which handles a single event and accepts an attachment of some type.
InterruptHandler
          A thread interrupt handler.
JBossThread
          A JBoss thread.
ShutdownListenable
          An object which can have shutdown listeners registered on it.
TaskNotifier
          A notifier which is called when tasks start, stop, or fail.
WrappingExecutor
          An executor which runs a task within the given direct executor.
 


JBoss Threads 2.0.0.GA

Copyright © 2012 JBoss, a division of Red Hat, Inc.. All Rights Reserved.