- abortPolicy() - Static method in class org.jboss.threads.JBossExecutors
-
- AbstractListener() - Constructor for class org.jboss.threads.AsyncFuture.AbstractListener
-
- add(T, V) - Method in class org.jboss.threads.AtomicArray
-
Atomically replace the array with a new array which is one element longer, and which includes the given value.
- add(T, V, Comparator<? super V>) - Method in class org.jboss.threads.AtomicArray
-
Add a value to a sorted array.
- add(Dependency) - Method in class org.jboss.threads.DependencyTaskBuilder
-
Add a dependency.
- add(Collection<Dependency>) - Method in class org.jboss.threads.DependencyTaskBuilder
-
Add many dependencies.
- add(Dependency...) - Method in class org.jboss.threads.DependencyTaskBuilder
-
Add many dependencies.
- addExecutor(Executor) - Method in class org.jboss.threads.BalancingExecutor
-
Add a delegate executor.
- addIfAbsent(T, V, boolean) - Method in class org.jboss.threads.AtomicArray
-
Atomically replace the array with a new array which is one element longer, and which includes the given value,
if the value is not already present within the array.
- addIfAbsent(T, V, Comparator<? super V>) - Method in class org.jboss.threads.AtomicArray
-
Add a value to a sorted array if it is not already present.
- addListener(AsyncFuture.Listener<? super T, A>, A) - Method in interface org.jboss.threads.AsyncFuture
-
Add an asynchronous listener to be called when this operation completes.
- addListener(AsyncFuture.Listener<? super T, A>, A) - Method in class org.jboss.threads.AsyncFutureTask
-
Add an asynchronous listener to be called when this operation completes.
- addShutdownListener(EventListener<A>, A) - Method in class org.jboss.threads.JBossScheduledThreadPoolExecutor
-
Add a shutdown listener.
- addShutdownListener(EventListener<A>, A) - Method in class org.jboss.threads.JBossThreadPoolExecutor
-
Add a shutdown listener.
- addShutdownListener(EventListener<A>, A) - Method in class org.jboss.threads.QueueExecutor
-
Add a shutdown listener.
- addShutdownListener(EventListener<A>, A) - Method in class org.jboss.threads.QueuelessExecutor
-
Add a shutdown listener.
- addShutdownListener(EventListener<A>, A) - Method in interface org.jboss.threads.ShutdownListenable
-
Add a shutdown listener.
- addShutdownListener(EventListener<A>, A) - Method in class org.jboss.threads.SimpleShutdownListenable
-
Add a shutdown listener.
- ArrayQueue<E> - Class in org.jboss.threads
-
A simple array-backed queue with a fixed size.
- ArrayQueue(int) - Constructor for class org.jboss.threads.ArrayQueue
-
- asyncCancel(boolean) - Method in interface org.jboss.threads.AsyncCancellable
-
Handle an asynchronous cancellation.
- asyncCancel(boolean) - Method in interface org.jboss.threads.AsyncFuture
-
Handle an asynchronous cancellation.
- asyncCancel(boolean) - Method in class org.jboss.threads.AsyncFutureTask
-
Cancel this task.
- AsyncCancellable - Interface in org.jboss.threads
-
An interface which supports asynchronous cancellation.
- AsyncFuture<T> - Interface in org.jboss.threads
-
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.AbstractListener<T,A> - Class in org.jboss.threads
-
An abstract base class for an implementation of the Listener
interface.
- AsyncFuture.Listener<T,A> - Interface in org.jboss.threads
-
A listener for an asynchronous future computation result.
- AsyncFuture.Status - Enum in org.jboss.threads
-
- AsyncFutureTask<T> - Class in org.jboss.threads
-
A base class for implementing asynchronous tasks.
- AsyncFutureTask(Executor) - Constructor for class org.jboss.threads.AsyncFutureTask
-
Construct a new instance.
- AtomicArray<T,V> - Class in org.jboss.threads
-
Utility for snapshot/copy-on-write arrays.
- AtomicArray.Creator<V> - Interface in org.jboss.threads
-
- await() - Method in interface org.jboss.threads.AsyncFuture
-
Wait if necessary for this operation to complete, returning the outcome.
- await(long, TimeUnit) - Method in interface org.jboss.threads.AsyncFuture
-
Wait if necessary for this operation to complete, returning the outcome, which may include
AsyncFuture.Status.WAITING
if
the timeout expires before the operation completes.
- await() - Method in class org.jboss.threads.AsyncFutureTask
-
Wait if necessary for this operation to complete, returning the outcome.
- await(long, TimeUnit) - Method in class org.jboss.threads.AsyncFutureTask
-
Wait if necessary for this operation to complete, returning the outcome, which may include
AsyncFuture.Status.WAITING
if
the timeout expires before the operation completes.
- awaitTermination(long, TimeUnit) - Method in class org.jboss.threads.OrderedExecutor
-
- awaitTermination(long, TimeUnit) - Method in class org.jboss.threads.QueueExecutor
- awaitTermination(long, TimeUnit) - Method in class org.jboss.threads.QueuelessExecutor
-
- awaitUninterruptibly() - Method in interface org.jboss.threads.AsyncFuture
-
Wait (uninterruptibly) if necessary for this operation to complete, returning the outcome.
- awaitUninterruptibly(long, TimeUnit) - Method in interface org.jboss.threads.AsyncFuture
-
Wait if necessary for this operation to complete, returning the outcome, which may include
AsyncFuture.Status.WAITING
if
the timeout expires before the operation completes.
- awaitUninterruptibly() - Method in class org.jboss.threads.AsyncFutureTask
-
Wait (uninterruptibly) if necessary for this operation to complete, returning the outcome.
- awaitUninterruptibly(long, TimeUnit) - Method in class org.jboss.threads.AsyncFutureTask
-
Wait if necessary for this operation to complete, returning the outcome, which may include
AsyncFuture.Status.WAITING
if
the timeout expires before the operation completes.
- callerRunsPolicy() - Static method in class org.jboss.threads.JBossExecutors
-
- cancel(boolean) - Method in interface org.jboss.threads.AsyncFuture
-
Synchronously cancel a task, blocking uninterruptibly until it is known whether such cancellation was
successful.
- cancel(boolean) - Method in class org.jboss.threads.AsyncFutureTask
-
Synchronously cancel a task, blocking uninterruptibly until it is known whether such cancellation was
successful.
- classLoaderPreservingTask(Runnable) - Static method in class org.jboss.threads.JBossExecutors
-
Create a task that delegates to the given task, preserving the context classloader which was in effect when
this method was invoked.
- cleanupExecutor(DirectExecutor, Runnable) - Static method in class org.jboss.threads.JBossExecutors
-
Create an executor which runs the given cleanup task after running its given task.
- clear() - Method in class org.jboss.threads.ArrayQueue
-
- clear(T) - Method in class org.jboss.threads.AtomicArray
-
Convenience method to set the field value to the empty array.
- clear() - Method in class org.jboss.threads.BalancingExecutor
-
Clear out all delegate executors at once.
- compositeTask(Runnable...) - Static method in class org.jboss.threads.JBossExecutors
-
Create a task that is a composite of several other tasks.
- compositeTask(Collection<Runnable>) - Static method in class org.jboss.threads.JBossExecutors
-
Create a task that is a composite of several other tasks.
- contextClassLoaderExecutor(DirectExecutor, ClassLoader) - Static method in class org.jboss.threads.JBossExecutors
-
Create a direct executor which runs tasks with the given context class loader.
- contextClassLoaderResetter() - Static method in class org.jboss.threads.JBossExecutors
-
Get a Runnable
which, when executed, clears the thread context class loader (if the caller has sufficient
privileges).
- create(AtomicReferenceFieldUpdater<T, V[]>, Class<V>) - Static method in class org.jboss.threads.AtomicArray
-
Convenience method to create an instance.
- create(AtomicReferenceFieldUpdater<T, V[]>, AtomicArray.Creator<V>) - Static method in class org.jboss.threads.AtomicArray
-
Convenience method to create an instance.
- create(int) - Method in interface org.jboss.threads.AtomicArray.Creator
-
- create() - Method in class org.jboss.threads.DependencyTaskBuilder
-
Create, and possibly execute, a dependent task from this builder.
- currentTask() - Static method in class org.jboss.threads.Dependency
-
Get the dependency task which this thread is currently running.
- currentThread() - Static method in class org.jboss.threads.JBossThread
-
Get the current JBossThread
, or null
if the current thread is not a JBossThread
.
- EventListener<A> - Interface in org.jboss.threads
-
An event listener which handles a single event and accepts an attachment of some type.
- exceptionLoggingExecutor(DirectExecutor, Logger) - Static method in class org.jboss.threads.JBossExecutors
-
Create a direct executor which consumes and logs errors that are thrown.
- exceptionLoggingExecutor(DirectExecutor, Logger, Logger.Level) - Static method in class org.jboss.threads.JBossExecutors
-
Create a direct executor which consumes and logs errors that are thrown.
- exceptionLoggingExecutor(DirectExecutor) - Static method in class org.jboss.threads.JBossExecutors
-
Create a direct executor which consumes and logs errors that are thrown to the default thread error category
"org.jboss.threads.errors"
.
- execute(Runnable) - Method in class org.jboss.threads.BalancingExecutor
-
Execute a task.
- execute(Runnable) - Method in interface org.jboss.threads.BlockingExecutor
-
Executes the given command at some time in the future.
- execute(Runnable) - Method in interface org.jboss.threads.DirectExecutor
-
Executes the given command in the calling thread.
- execute(Runnable) - Method in class org.jboss.threads.JBossThreadPoolExecutor
-
- execute(Runnable) - Method in class org.jboss.threads.LimitedExecutor
-
- execute(Runnable) - Method in class org.jboss.threads.OrderedExecutor
-
Run a task.
- execute(Runnable) - Method in class org.jboss.threads.QueueExecutor
-
Execute a task.
- execute(Runnable) - Method in class org.jboss.threads.QueuelessExecutor
-
- execute(Runnable) - Method in interface org.jboss.threads.WrappingExecutor
-
Run the given task directly, without a wrapper.
- execute(DirectExecutor, Runnable) - Method in interface org.jboss.threads.WrappingExecutor
-
Run the given task within the given wrapper.
- executeBlocking(Runnable) - Method in interface org.jboss.threads.BlockingExecutor
-
Execute a task, blocking until it can be accepted, or until the calling thread is interrupted.
- executeBlocking(Runnable, long, TimeUnit) - Method in interface org.jboss.threads.BlockingExecutor
-
Execute a task, blocking until it can be accepted, a timeout elapses, or the calling thread is interrupted.
- executeBlocking(Runnable) - Method in class org.jboss.threads.JBossThreadPoolExecutor
-
- executeBlocking(Runnable, long, TimeUnit) - Method in class org.jboss.threads.JBossThreadPoolExecutor
-
- executeBlocking(Runnable) - Method in class org.jboss.threads.OrderedExecutor
-
- executeBlocking(Runnable, long, TimeUnit) - Method in class org.jboss.threads.OrderedExecutor
-
- executeBlocking(Runnable) - Method in class org.jboss.threads.QueueExecutor
-
Execute a task, blocking until it can be accepted, or until the calling thread is interrupted.
- executeBlocking(Runnable, long, TimeUnit) - Method in class org.jboss.threads.QueueExecutor
-
Execute a task, blocking until it can be accepted, a timeout elapses, or the calling thread is interrupted.
- executeBlocking(Runnable) - Method in class org.jboss.threads.QueuelessExecutor
-
- executeBlocking(Runnable, long, TimeUnit) - Method in class org.jboss.threads.QueuelessExecutor
-
- executeNonBlocking(Runnable) - Method in interface org.jboss.threads.BlockingExecutor
-
Execute a task, without blocking.
- executeNonBlocking(Runnable) - Method in class org.jboss.threads.JBossThreadPoolExecutor
-
- executeNonBlocking(Runnable) - Method in class org.jboss.threads.OrderedExecutor
-
- executeNonBlocking(Runnable) - Method in class org.jboss.threads.QueueExecutor
-
Execute a task, without blocking.
- executeNonBlocking(Runnable) - Method in class org.jboss.threads.QueuelessExecutor
-
- executeUninterruptibly(Executor, Runnable) - Static method in class org.jboss.threads.JBossExecutors
-
Execute a task uninterruptibly.
- executeWithInterruptDeferred(Runnable) - Static method in class org.jboss.threads.JBossThread
-
Defer interrupts for the duration of some task.
- executeWithInterruptDeferred(DirectExecutor, Runnable) - Static method in class org.jboss.threads.JBossThread
-
Defer interrupts for the duration of some task.
- executeWithInterruptDeferred(Callable<T>) - Static method in class org.jboss.threads.JBossThread
-
Defer interrupts for the duration of some task.
- executeWithInterruptDeferred(PrivilegedAction<T>) - Static method in class org.jboss.threads.JBossThread
-
Defer interrupts for the duration of some task.
- executeWithInterruptDeferred(PrivilegedExceptionAction<T>) - Static method in class org.jboss.threads.JBossThread
-
Defer interrupts for the duration of some task.
- ExecutionInterruptedException - Exception in org.jboss.threads
-
- ExecutionInterruptedException() - Constructor for exception org.jboss.threads.ExecutionInterruptedException
-
Constructs a ExecutionInterruptedException
with no detail message.
- ExecutionInterruptedException(String) - Constructor for exception org.jboss.threads.ExecutionInterruptedException
-
Constructs a ExecutionInterruptedException
with the specified detail message.
- ExecutionInterruptedException(Throwable) - Constructor for exception org.jboss.threads.ExecutionInterruptedException
-
Constructs a ExecutionInterruptedException
with the specified cause.
- ExecutionInterruptedException(String, Throwable) - Constructor for exception org.jboss.threads.ExecutionInterruptedException
-
Constructs a ExecutionInterruptedException
with the specified detail message and cause.
- ExecutionTimedOutException - Exception in org.jboss.threads
-
Thrown when an execute-with-timeout method is called and the timeout elapsed before a task could be accepted.
- ExecutionTimedOutException() - Constructor for exception org.jboss.threads.ExecutionTimedOutException
-
Constructs a ExecutionTimedOutException
with no detail message.
- ExecutionTimedOutException(String) - Constructor for exception org.jboss.threads.ExecutionTimedOutException
-
Constructs a ExecutionTimedOutException
with the specified detail message.
- ExecutionTimedOutException(Throwable) - Constructor for exception org.jboss.threads.ExecutionTimedOutException
-
Constructs a ExecutionTimedOutException
with the specified cause.
- ExecutionTimedOutException(String, Throwable) - Constructor for exception org.jboss.threads.ExecutionTimedOutException
-
Constructs a ExecutionTimedOutException
with the specified detail message and cause.
- executor(WrappingExecutor, DirectExecutor) - Static method in class org.jboss.threads.JBossExecutors
-
An executor which delegates to a wrapping executor, wrapping each task in a task wrapper.
- executorTask(DirectExecutor, Runnable) - Static method in class org.jboss.threads.JBossExecutors
-
Get a task that runs the given task through the given direct executor.
- rejectingExecutor() - Static method in class org.jboss.threads.JBossExecutors
-
Get the rejecting executor.
- rejectingExecutor(String) - Static method in class org.jboss.threads.JBossExecutors
-
Get a rejecting executor.
- rejectingExecutorService() - Static method in class org.jboss.threads.JBossExecutors
-
Get the rejecting executor service.
- rejectingExecutorService(String) - Static method in class org.jboss.threads.JBossExecutors
-
Get the rejecting executor service.
- remove(T, V, boolean) - Method in class org.jboss.threads.AtomicArray
-
Atomically replace the array with a new array which does not include the first occurrance of the given value, if
the value is present in the array.
- remove(T, V, Comparator<? super V>) - Method in class org.jboss.threads.AtomicArray
-
Remove a value to a sorted array.
- removeAll(T, V, boolean) - Method in class org.jboss.threads.AtomicArray
-
Atomically replace the array with a new array which does not include any occurrances of the given value, if
the value is present in the array.
- removeExecutor(Executor) - Method in class org.jboss.threads.BalancingExecutor
-
Remove a delegate executor.
- resettingExecutor(DirectExecutor) - Static method in class org.jboss.threads.JBossExecutors
-
Create a direct executor which delegates tasks to the given executor, and then clears all thread-local
data after each task completes (regardless of outcome).
- resettingThreadFactory(ThreadFactory) - Static method in class org.jboss.threads.JBossExecutors
-
Create a thread factory which resets all thread-local storage and delegates to the given thread factory.
- run(R, DirectExecutor, TaskNotifier<? super R, ? super A>, A) - Static method in class org.jboss.threads.JBossExecutors
-
Run a task through the given direct executor, invoking the given notifier with the given attachment.
- run(R, TaskNotifier<? super R, ? super A>, A) - Static method in class org.jboss.threads.JBossExecutors
-
Run a task, invoking the given notifier with the given attachment.
- run() - Method in class org.jboss.threads.JBossThread
-
Execute the thread's Runnable
.
- set(T, V[]) - Method in class org.jboss.threads.AtomicArray
-
Update the value of this array.
- setAllowCoreThreadTimeout(boolean) - Method in class org.jboss.threads.JBossThreadPoolExecutor
-
- setAllowCoreThreadTimeout(boolean) - Method in interface org.jboss.threads.management.BoundedQueueThreadPoolExecutorMBean
-
- setAllowCoreThreadTimeout(boolean) - Method in class org.jboss.threads.QueueExecutor
- setBlocking(boolean) - Method in class org.jboss.threads.JBossThreadPoolExecutor
-
- setBlocking(boolean) - Method in interface org.jboss.threads.management.BoundedThreadPoolExecutorMBean
-
- setBlocking(boolean) - Method in class org.jboss.threads.QueueExecutor
-
Set whether this thread pool executor should be set to block when a task cannot be accepted immediately.
- setBlocking(boolean) - Method in class org.jboss.threads.QueuelessExecutor
-
- setCancelled() - Method in class org.jboss.threads.AsyncFutureTask
-
Set the cancelled result of this operation.
- setCoreThreads(int) - Method in class org.jboss.threads.JBossThreadPoolExecutor
-
- setCoreThreads(int) - Method in interface org.jboss.threads.management.BoundedQueueThreadPoolExecutorMBean
-
- setCoreThreads(int) - Method in class org.jboss.threads.QueueExecutor
- setFailed(Throwable) - Method in class org.jboss.threads.AsyncFutureTask
-
Set the failure result of this operation.
- setHandoffExecutor(Executor) - Method in class org.jboss.threads.QueueExecutor
-
Set the handoff executor which is called when a task cannot be accepted immediately.
- setHandoffExecutor(Executor) - Method in class org.jboss.threads.QueuelessExecutor
-
- setKeepAliveTime(long) - Method in class org.jboss.threads.JBossScheduledThreadPoolExecutor
-
- setKeepAliveTime(long, TimeUnit) - Method in class org.jboss.threads.JBossScheduledThreadPoolExecutor
-
- setKeepAliveTime(long) - Method in class org.jboss.threads.JBossThreadPoolExecutor
-
- setKeepAliveTime(long) - Method in interface org.jboss.threads.management.ThreadPoolExecutorMBean
-
- setKeepAliveTime(long, TimeUnit) - Method in class org.jboss.threads.QueueExecutor
-
Set the keep-alive time to the given amount of time.
- setKeepAliveTime(long) - Method in class org.jboss.threads.QueueExecutor
- setKeepAliveTime(long) - Method in class org.jboss.threads.QueuelessExecutor
-
- setMaxThreads(int) - Method in class org.jboss.threads.JBossScheduledThreadPoolExecutor
-
- setMaxThreads(int) - Method in class org.jboss.threads.JBossThreadPoolExecutor
-
- setMaxThreads(int) - Method in interface org.jboss.threads.management.ThreadPoolExecutorMBean
-
- setMaxThreads(int) - Method in class org.jboss.threads.QueueExecutor
- setMaxThreads(int) - Method in class org.jboss.threads.QueuelessExecutor
-
- setRejectedExecutionHandler(RejectedExecutionHandler) - Method in class org.jboss.threads.JBossScheduledThreadPoolExecutor
-
- setRejectedExecutionHandler(RejectedExecutionHandler) - Method in class org.jboss.threads.JBossThreadPoolExecutor
-
- setResult(T) - Method in class org.jboss.threads.AsyncFutureTask
-
Set the successful result of this operation.
- setUncaughtExceptionHandler(Thread.UncaughtExceptionHandler) - Method in class org.jboss.threads.JBossThread
-
Change the uncaught exception handler for this thread.
- shutdown() - Method in class org.jboss.threads.OrderedExecutor
-
- shutdown() - Method in class org.jboss.threads.QueueExecutor
- shutdown() - Method in class org.jboss.threads.QueuelessExecutor
-
- shutdown() - Method in class org.jboss.threads.SimpleShutdownListenable
-
Run and remove all registered listeners, and mark this object as having been shut down so that
future listeners are invoked immediately.
- ShutdownListenable - Interface in org.jboss.threads
-
An object which can have shutdown listeners registered on it.
- shutdownNow() - Method in class org.jboss.threads.OrderedExecutor
-
- shutdownNow() - Method in class org.jboss.threads.QueueExecutor
- shutdownNow() - Method in class org.jboss.threads.QueuelessExecutor
-
- SimpleShutdownListenable - Class in org.jboss.threads
-
A simple shutdown-listenable registry.
- SimpleShutdownListenable() - Constructor for class org.jboss.threads.SimpleShutdownListenable
-
- size() - Method in class org.jboss.threads.ArrayQueue
-
- sort(T, Comparator<? super V>) - Method in class org.jboss.threads.AtomicArray
-
Sort an array.
- start() - Method in class org.jboss.threads.JBossThread
-
Start the thread.
- started(R, A) - Method in interface org.jboss.threads.TaskNotifier
-
A task was started.
- StoppedExecutorException - Exception in org.jboss.threads
-
Thrown when a task is submitted to an executor which is in the process of, or has completed shutting down.
- StoppedExecutorException() - Constructor for exception org.jboss.threads.StoppedExecutorException
-
Constructs a StoppedExecutorException
with no detail message.
- StoppedExecutorException(String) - Constructor for exception org.jboss.threads.StoppedExecutorException
-
Constructs a StoppedExecutorException
with the specified detail message.
- StoppedExecutorException(Throwable) - Constructor for exception org.jboss.threads.StoppedExecutorException
-
Constructs a StoppedExecutorException
with the specified cause.
- StoppedExecutorException(String, Throwable) - Constructor for exception org.jboss.threads.StoppedExecutorException
-
Constructs a StoppedExecutorException
with the specified detail message and cause.
- TaskNotifier<R extends Runnable,A> - Interface in org.jboss.threads
-
A notifier which is called when tasks start, stop, or fail.
- terminated() - Method in class org.jboss.threads.JBossScheduledThreadPoolExecutor
-
- terminated() - Method in class org.jboss.threads.JBossThreadPoolExecutor
-
- ThreadCreationException - Exception in org.jboss.threads
-
Thrown when a thread factory refuses to create a thread for a thread pool.
- ThreadCreationException() - Constructor for exception org.jboss.threads.ThreadCreationException
-
Constructs a ThreadCreationException
with no detail message.
- ThreadCreationException(String) - Constructor for exception org.jboss.threads.ThreadCreationException
-
Constructs a ThreadCreationException
with the specified detail message.
- ThreadCreationException(Throwable) - Constructor for exception org.jboss.threads.ThreadCreationException
-
Constructs a ThreadCreationException
with the specified cause.
- ThreadCreationException(String, Throwable) - Constructor for exception org.jboss.threads.ThreadCreationException
-
Constructs a ThreadCreationException
with the specified detail message and cause.
- ThreadExecutorMBean - Interface in org.jboss.threads.management
-
- threadFactoryExecutor(ThreadFactory) - Static method in class org.jboss.threads.JBossExecutors
-
Create an executor that executes each task in a new thread.
- threadFactoryExecutor(ThreadFactory, int) - Static method in class org.jboss.threads.JBossExecutors
-
Create an executor that executes each task in a new thread.
- threadFactoryExecutor(ThreadFactory, int, boolean) - Static method in class org.jboss.threads.JBossExecutors
-
Create an executor that executes each task in a new thread.
- threadFactoryExecutor(ThreadFactory, int, boolean, DirectExecutor) - Static method in class org.jboss.threads.JBossExecutors
-
Create an executor that executes each task in a new thread.
- threadFormattedNameExecutor(DirectExecutor, String) - Static method in class org.jboss.threads.JBossExecutors
-
Create a direct executor which changes the thread name for the duration of a task using a formatted name.
- threadLocalResetter() - Static method in class org.jboss.threads.JBossExecutors
-
Get a Runnable
which, when executed, clears the thread-local storage of the calling thread.
- threadNameExecutor(DirectExecutor, String) - Static method in class org.jboss.threads.JBossExecutors
-
Create a direct executor which changes the thread name for the duration of a task.
- threadNameNotateExecutor(DirectExecutor, String) - Static method in class org.jboss.threads.JBossExecutors
-
Create a direct executor which adds a note to the thread name for the duration of a task.
- ThreadPoolExecutorMBean - Interface in org.jboss.threads.management
-
- toString() - Method in class org.jboss.threads.LimitedExecutor
-