Package | Description |
---|---|
org.jboss.threads |
Class and Description |
---|
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
Deprecated.
|
BlockingExecutor
Deprecated.
Executors in this package will always accept tasks immediately.
|
BlockingExecutorService
Deprecated.
|
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.
|
EnhancedQueueExecutor
A task-or-thread queue backed thread pool executor service.
|
EnhancedQueueExecutor.Builder
The builder class for an
EnhancedQueueExecutor . |
EventListener
An event listener which handles a single event and accepts an attachment of some type.
|
ExecutionInterruptedException
Deprecated.
|
ExecutionTimedOutException
Deprecated.
|
InterruptHandler
A thread interrupt handler.
|
JBossThread
A JBoss thread.
|
ShutdownListenable
An object which can have shutdown listeners registered on it.
|
StoppedExecutorException
Thrown when a task is submitted to an executor which is in the process of, or has completed shutting down.
|
TaskNotifier
A notifier which is called when tasks start, stop, or fail.
|
ThreadCreationException
Thrown when a thread factory refuses to create a thread for a thread pool.
|
WrappingExecutor
An executor which runs a task within the given direct executor.
|
Copyright © 2023 JBoss by Red Hat. All rights reserved.