| Interface | Description |
|---|---|
| CommonAttributes | |
| HandoffExecutorResolver |
Resolves the service name of the executor service a thread pool service should use if it cannot itself accept
a task.
|
| PoolAttributeDefinitions |
Attribute definitions used by thread pool resources.
|
| ThreadFactoryResolver |
Resolves the service name of the thread factory a thread pool service should use.
|
| Class | Description |
|---|---|
| BoundedQueueThreadPoolAdd |
Adds a bounded queue thread pool.
|
| BoundedQueueThreadPoolMetricsHandler |
Handles metrics for a bounded queue thread pool.
|
| BoundedQueueThreadPoolRemove |
Removes a bounded queue thread pool.
|
| BoundedQueueThreadPoolResourceDefinition |
ResourceDefinition for a bounded queue thread pool resource. |
| BoundedQueueThreadPoolService |
Service responsible for creating, starting and stopping a thread pool executor with a bounded queue.
|
| BoundedQueueThreadPoolWriteAttributeHandler |
Handles attribute writes for a bounded queue thread pool.
|
| HandoffExecutorResolver.AbstractThreadFactoryResolver |
Base class for
ThreadFactoryResolver implementations that handles the case of a null
threadFactoryName by installing a ThreadFactoryService whose service name is
the service name of the thread pool with thread-factory appended. |
| HandoffExecutorResolver.SimpleResolver |
Extends
HandoffExecutorResolver.AbstractThreadFactoryResolver to deal with named thread factories by appending their
simple name to a provided base name. |
| ManagedExecutorService | |
| ManagedJBossThreadPoolExecutorService | |
| ManagedQueueExecutorService | |
| ManagedQueuelessExecutorService | |
| ManagedScheduledExecutorService | |
| QueuelessThreadPoolAdd |
Adds a queueless thread pool.
|
| QueuelessThreadPoolMetricsHandler |
Handles metrics for a queueless thread pool.
|
| QueuelessThreadPoolRemove |
Removes a queueless thread pool.
|
| QueuelessThreadPoolResourceDefinition |
ResourceDefinition for a queueless thread pool resource. |
| QueuelessThreadPoolService |
Service responsible for creating, starting and stopping a thread pool executor with no queue.
|
| QueuelessThreadPoolWriteAttributeHandler |
Handles attribute writes for a queueless thread pool.
|
| ScheduledThreadPoolAdd |
Adds a scheduled thread pool.
|
| ScheduledThreadPoolMetricsHandler |
Handles metrics for a scheduled thread pool.
|
| ScheduledThreadPoolRemove |
Removes a scheduled thread pool.
|
| ScheduledThreadPoolResourceDefinition |
ResourceDefinition for a scheduled thread pool resource. |
| ScheduledThreadPoolService |
Service responsible for creating, starting and stopping a scheduled thread pool executor.
|
| ScheduledThreadPoolWriteAttributeHandler |
Handles attribute writes for a scheduled thread pool.
|
| ThreadFactoryAdd |
Adds a thread factory to the threads subsystem.
|
| ThreadFactoryResolver.AbstractThreadFactoryResolver |
Base class for
ThreadFactoryResolver implementations that handles the case of a null
threadFactoryName by installing a ThreadFactoryService whose service name is
the service name of the thread pool with thread-factory appended. |
| ThreadFactoryResolver.SimpleResolver |
Extends
ThreadFactoryResolver.AbstractThreadFactoryResolver to deal with named thread factories by appending their
simple name to a provided base name. |
| ThreadFactoryResourceDefinition |
ResourceDefinition for a thread factory resource. |
| ThreadFactoryService | |
| ThreadFactoryWriteAttributeHandler |
Handles attribute writes for a thread factory.
|
| ThreadPoolMetricsHandler |
Base class for operation step handlers that expose thread pool resource metrics.
|
| ThreadsExtension |
Extension for thread management.
|
| ThreadsLogger_$logger |
Warning this class consists of generated code.
|
| ThreadsParser |
Parser for the threads subsystem or for other subsystems that use pieces of the basic threads subsystem
xsd and resource structure.
|
| ThreadsParser2_0 | |
| ThreadsServices |
Utilities related to threa management services.
|
| ThreadsWriteAttributeOperationHandler |
Abstract superclass for write-attribute operation handlers for the threads subsystem.
|
| TimeSpec |
A specification of a simple duration.
|
| UnboundedQueueThreadPoolAdd |
Adds an unbounded queue thread pool.
|
| UnboundedQueueThreadPoolMetricsHandler |
Handles metrics for an unbounded queue thread pool.
|
| UnboundedQueueThreadPoolRemove |
Removes an unbounded queue thread pool.
|
| UnboundedQueueThreadPoolResourceDefinition |
ResourceDefinition for an unbounded queue thread pool resource. |
| UnboundedQueueThreadPoolService |
Service responsible for creating, starting and stopping a thread pool executor with an unbounded queue.
|
| UnboundedQueueThreadPoolWriteAttributeHandler |
Handles attribute writes for an unbounded queue thread pool.
|
| Enum | Description |
|---|---|
| Attribute | |
| Element | |
| Namespace |
The namespaces supported by the threads extension.
|
Copyright © 2017 JBoss by Red Hat. All rights reserved.