Package org.jboss.threads
package org.jboss.threads
-
ClassDescriptionArrayQueue<E>A simple array-backed queue with a fixed size.An interface which supports asynchronous cancellation.AsyncFuture<T>This interface represents the result of an asynchronous future task, which provides all the features of
Futurewhile also adding several additional convenience methods and the ability to add asynchronous callbacks.An abstract base class for an implementation of theListenerinterface.AsyncFuture.Listener<T,A> A listener for an asynchronous future computation result.The possible statuses of anAsyncFuture.A base class for implementing asynchronous tasks.AtomicArray<T,V> Utility for snapshot/copy-on-write arrays.Deprecated.A simple load-balancing executor.Deprecated.Executors in this package will always accept tasks immediately.Deprecated.A task which depends on other tasks, and which may have tasks depending upon it.A builder for a dependency task.A direct executor.A direct executor service.A task-or-thread queue backed thread pool executor service.The builder class for anEnhancedQueueExecutor.An event listener which handles a single event and accepts an attachment of some type.Deprecated.Deprecated.A thread interrupt handler.JBoss thread- and executor-related utility and factory methods.A JBoss thread.A factory forJBossThreadinstances.Deprecated.UseEnhancedQueueExecutorinstead.An executor for long-running tasks which limits the total concurrency over a delegate thread pool.A version ofThreadPoolExecutorwhich implementsManageableThreadPoolExecutorServicein order to allow opting out of usingEnhancedQueueExecutor.Warning this class consists of generated code.An executor that always runs all tasks in queue order, using a delegate executor to run the tasks.Deprecated.UseEnhancedQueueExecutorinstead.Deprecated.UseEnhancedQueueExecutorinstead.An object which can have shutdown listeners registered on it.A simple shutdown-listenable registry.Thrown when a task is submitted to an executor which is in the process of, or has completed shutting down.TaskNotifier<R extends Runnable, A>A notifier which is called when tasks start, stop, or fail.Thrown when a thread factory refuses to create a thread for a thread pool.A privileged action which allows setting a thread on-exit action.An executor which runs a task within the given direct executor.