Package | Description |
---|---|
org.jboss.as.threads |
Class and Description |
---|
Attribute |
BoundedQueueThreadPoolAdd
Adds a bounded queue thread pool.
|
BoundedQueueThreadPoolResourceDefinition
ResourceDefinition for a bounded queue thread pool resource. |
Element |
HandoffExecutorResolver
Resolves the service name of the executor service a thread pool service should use if it cannot itself accept
a task.
|
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. |
ManagedExecutorService |
ManagedJBossThreadPoolExecutorService |
ManagedQueueExecutorService |
ManagedQueuelessExecutorService |
ManagedScheduledExecutorService |
Namespace
The namespaces supported by the threads extension.
|
QueuelessThreadPoolAdd
Adds a queueless thread pool.
|
QueuelessThreadPoolResourceDefinition
ResourceDefinition for a queueless thread pool resource. |
ScheduledThreadPoolAdd
Adds a scheduled thread pool.
|
ScheduledThreadPoolResourceDefinition
ResourceDefinition for a scheduled thread pool resource. |
ThreadFactoryResolver
Resolves the service name of the thread factory a thread pool service should use.
|
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. |
ThreadFactoryResourceDefinition
ResourceDefinition for a thread factory resource. |
ThreadFactoryWriteAttributeHandler
Handles attribute writes for a thread factory.
|
ThreadPoolMetricsHandler
Base class for operation step handlers that expose thread pool resource metrics.
|
ThreadsParser
Parser for the threads subsystem or for other subsystems that use pieces of the basic threads subsystem
xsd and resource structure.
|
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.
|
UnboundedQueueThreadPoolResourceDefinition
ResourceDefinition for an unbounded queue thread pool resource. |
Copyright © 2023 JBoss by Red Hat. All rights reserved.