Index

A B C D E F G H I J K L M N O P Q R S T U W 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form

A

AbstractConcurrencyImplementation - Class in org.jboss.as.ee.concurrent
 
AbstractConcurrencyImplementation() - Constructor for class org.jboss.as.ee.concurrent.AbstractConcurrencyImplementation
 
AbstractManagedExecutorServiceAdapter - Class in org.jboss.as.ee.concurrent.adapter
Abstract base class for ManagedExecutorService and ManagedScheduledExecutorService implementation with life cycle operations disabled for handing out to application components.
AbstractManagedExecutorServiceAdapter() - Constructor for class org.jboss.as.ee.concurrent.adapter.AbstractManagedExecutorServiceAdapter
 
ACTIVE_THREAD_COUNT - Static variable in interface org.jboss.as.ee.subsystem.ManagedExecutorServiceMetricsAttributes
 
ACTIVE_THREAD_COUNT_AD - Static variable in interface org.jboss.as.ee.subsystem.ManagedExecutorServiceMetricsAttributes
 
addBindings(DeploymentUnit, EEModuleDescription) - Method in class org.jboss.as.ee.concurrent.deployers.EEConcurrentDefaultBindingProcessor
 
addDeploymentProcessors(DeploymentProcessorTarget) - Method in class org.jboss.as.ee.concurrent.AbstractConcurrencyImplementation
 
addFactory(ContextHandleFactory) - Method in class org.jboss.as.ee.concurrent.ConcurrentContext
Adds a new factory.
ADDITIONAL_COMPONENT_FACTORIES - Static variable in class org.jboss.as.ee.component.ConcurrencyAttachments
 
ADDITIONAL_FACTORIES - Static variable in class org.jboss.as.ee.component.ConcurrencyAttachments
 
addMetric(AttributeDefinition, ManagedExecutorServiceMetricsHandler.MetricResultSetter<T>) - Method in class org.jboss.as.ee.subsystem.ManagedExecutorServiceMetricsHandler.Builder
 
awaitTermination(long, TimeUnit) - Method in class org.jboss.as.ee.concurrent.adapter.AbstractManagedExecutorServiceAdapter
 

B

BASE_SERVICE_NAME - Static variable in class org.jboss.as.ee.concurrent.service.ConcurrentServiceNames
 
build() - Method in class org.jboss.as.ee.subsystem.ManagedExecutorServiceMetricsHandler.Builder
 
builder(RuntimeCapability) - Static method in class org.jboss.as.ee.subsystem.ManagedExecutorServiceMetricsHandler
 
Builder(RuntimeCapability) - Constructor for class org.jboss.as.ee.subsystem.ManagedExecutorServiceMetricsHandler.Builder
 

C

CAPABILITY - Static variable in class org.jboss.as.ee.subsystem.ContextServiceResourceDefinition
the resource definition's dynamic runtime capability
CAPABILITY - Static variable in class org.jboss.as.ee.subsystem.ManagedExecutorServiceResourceDefinition
the resource definition's dynamic runtime capability
CAPABILITY - Static variable in class org.jboss.as.ee.subsystem.ManagedScheduledExecutorServiceResourceDefinition
the resource definition's dynamic runtime capability
CAPABILITY - Static variable in class org.jboss.as.ee.subsystem.ManagedThreadFactoryResourceDefinition
the resource definition's dynamic runtime capability
ClassLoaderContextHandleFactory - Class in org.jboss.as.ee.concurrent.handle
A context handle factory which is responsible for saving and setting proper classloading context.
ClassLoaderContextHandleFactory(ClassLoader) - Constructor for class org.jboss.as.ee.concurrent.handle.ClassLoaderContextHandleFactory
 
CLEARED_PROP - Static variable in class org.jboss.as.ee.concurrent.resource.definition.ContextServiceDefinitionAnnotationProcessor
 
clearedContext(ContextService, Map<String, String>) - Method in class org.jboss.as.ee.concurrent.handle.ClassLoaderContextHandleFactory
 
clearedContext(ContextService, Map<String, String>) - Method in interface org.jboss.as.ee.concurrent.handle.EE10ContextHandleFactory
 
clearedContext(ContextService, Map<String, String>) - Method in class org.jboss.as.ee.concurrent.handle.NamingContextHandleFactory
 
clearedContext(ContextService, Map<String, String>) - Method in class org.jboss.as.ee.concurrent.handle.OtherEESetupActionsContextHandleFactory
 
clearedContext(ContextService, Map<String, String>) - Method in class org.jboss.as.ee.concurrent.handle.ThreadContextProviderContextHandleFactory
 
clearedContext(ContextService, Map<String, String>) - Method in class org.jboss.as.ee.concurrent.handle.TransactionContextHandleFactory
 
COMP_DEFAULT_CONTEXT_SERVICE_JNDI_NAME - Static variable in class org.jboss.as.ee.concurrent.deployers.EEConcurrentDefaultBindingProcessor
 
COMP_DEFAULT_MANAGED_EXECUTOR_SERVICE_JNDI_NAME - Static variable in class org.jboss.as.ee.concurrent.deployers.EEConcurrentDefaultBindingProcessor
 
COMP_DEFAULT_MANAGED_SCHEDULED_EXECUTOR_SERVICE_JNDI_NAME - Static variable in class org.jboss.as.ee.concurrent.deployers.EEConcurrentDefaultBindingProcessor
 
COMP_DEFAULT_MANAGED_THREAD_FACTORY_JNDI_NAME - Static variable in class org.jboss.as.ee.concurrent.deployers.EEConcurrentDefaultBindingProcessor
 
COMPLETED_TASK_COUNT - Static variable in interface org.jboss.as.ee.subsystem.ManagedExecutorServiceMetricsAttributes
 
COMPLETED_TASK_COUNT_AD - Static variable in interface org.jboss.as.ee.subsystem.ManagedExecutorServiceMetricsAttributes
 
completedFuture(U) - Method in class org.jboss.as.ee.concurrent.adapter.ManagedExecutorServiceAdapter
 
completedFuture(U) - Method in class org.jboss.as.ee.concurrent.adapter.ManagedScheduledExecutorServiceAdapter
 
completedStage(U) - Method in class org.jboss.as.ee.concurrent.adapter.ManagedExecutorServiceAdapter
 
completedStage(U) - Method in class org.jboss.as.ee.concurrent.adapter.ManagedScheduledExecutorServiceAdapter
 
ConcurrencyAttachments - Class in org.jboss.as.ee.component
 
ConcurrencyAttachments() - Constructor for class org.jboss.as.ee.component.ConcurrencyAttachments
 
ConcurrencyResourceReferenceRegistryProcessor - Class in org.jboss.as.ee.concurrent.deployers
DUP that registers the Concurrency ResourceReferenceProcessors.
ConcurrencyResourceReferenceRegistryProcessor() - Constructor for class org.jboss.as.ee.concurrent.deployers.ConcurrencyResourceReferenceRegistryProcessor
 
CONCURRENT_CONTEXT_BASE_SERVICE_NAME - Static variable in class org.jboss.as.ee.concurrent.service.ConcurrentServiceNames
 
CONCURRENT_CONTEXT_SETUP_ACTION - Static variable in class org.jboss.as.ee.component.ConcurrencyAttachments
 
ConcurrentContext - Class in org.jboss.as.ee.concurrent
Manages context handle factories, it is used by EE Context Services to save the invocation context.
ConcurrentContext() - Constructor for class org.jboss.as.ee.concurrent.ConcurrentContext
 
ConcurrentContextInterceptor - Class in org.jboss.as.ee.concurrent
The interceptor responsible for managing the current ConcurrentContext.
ConcurrentContextInterceptor(ConcurrentContext) - Constructor for class org.jboss.as.ee.concurrent.ConcurrentContextInterceptor
 
ConcurrentContextService - Class in org.jboss.as.ee.concurrent.service
A service holding a concurrent context.
ConcurrentContextService(ConcurrentContext) - Constructor for class org.jboss.as.ee.concurrent.service.ConcurrentContextService
 
ConcurrentContextSetupAction - Class in org.jboss.as.ee.concurrent
 
ConcurrentContextSetupAction(ConcurrentContext) - Constructor for class org.jboss.as.ee.concurrent.ConcurrentContextSetupAction
 
ConcurrentEESubsystemParser20 - Class in org.jboss.as.ee.subsystem
The parser for the 'concurrent' XML element EE Subsystem 2.0 configuration.
ConcurrentEESubsystemParser40 - Class in org.jboss.as.ee.subsystem
The parser for the 'concurrent' XML element EE Subsystem 4.0 configuration.
ConcurrentEESubsystemParser50 - Class in org.jboss.as.ee.subsystem
The parser for the 'concurrent' XML element EE Subsystem 5.0 configuration.
ConcurrentEESubsystemParser60 - Class in org.jboss.as.ee.subsystem
The parser for the 'concurrent' XML element EE Subsystem 6.0 configuration.
ConcurrentEESubsystemXMLPersister - Class in org.jboss.as.ee.subsystem
The persister for the 'concurrent' XML element EE Subsystem configuration.
ConcurrentServiceNames - Class in org.jboss.as.ee.concurrent.service
MSC service names for EE's concurrent resources.
CONTEXT_HANDLE_FACTORY_NAME - Static variable in class org.jboss.as.ee.concurrent.ConcurrentContext
the name of the factory used by the chained context handles
CONTEXT_PROP - Static variable in class org.jboss.as.ee.concurrent.resource.definition.ManagedExecutorDefinitionInjectionSource
 
CONTEXT_PROP - Static variable in class org.jboss.as.ee.concurrent.resource.definition.ManagedScheduledExecutorDefinitionInjectionSource
 
CONTEXT_PROP - Static variable in class org.jboss.as.ee.concurrent.resource.definition.ManagedThreadFactoryDefinitionInjectionSource
 
CONTEXT_SERVICE - Static variable in class org.jboss.as.ee.subsystem.ManagedExecutorServiceResourceDefinition
 
CONTEXT_SERVICE - Static variable in class org.jboss.as.ee.subsystem.ManagedScheduledExecutorServiceResourceDefinition
 
CONTEXT_SERVICE - Static variable in class org.jboss.as.ee.subsystem.ManagedThreadFactoryResourceDefinition
 
CONTEXT_SERVICE_AD - Static variable in class org.jboss.as.ee.subsystem.ManagedExecutorServiceResourceDefinition
 
CONTEXT_SERVICE_AD - Static variable in class org.jboss.as.ee.subsystem.ManagedScheduledExecutorServiceResourceDefinition
 
CONTEXT_SERVICE_AD - Static variable in class org.jboss.as.ee.subsystem.ManagedThreadFactoryResourceDefinition
 
ContextHandle - Interface in org.jboss.as.ee.concurrent.handle
The WildFly's EE context handle.
ContextHandleFactory - Interface in org.jboss.as.ee.concurrent.handle
The factory responsible for creating the context handles with the current context saved
ContextServiceAdd - Class in org.jboss.as.ee.subsystem
 
ContextServiceDefinitionAnnotationProcessor - Class in org.jboss.as.ee.concurrent.resource.definition
The ResourceDefinitionAnnotationProcessor for ContextServiceDefinition.
ContextServiceDefinitionAnnotationProcessor() - Constructor for class org.jboss.as.ee.concurrent.resource.definition.ContextServiceDefinitionAnnotationProcessor
 
ContextServiceDefinitionDescriptorProcessor - Class in org.jboss.as.ee.concurrent.resource.definition
The ResourceDefinitionDescriptorProcessor for ContextServiceDefinition.
ContextServiceDefinitionDescriptorProcessor() - Constructor for class org.jboss.as.ee.concurrent.resource.definition.ContextServiceDefinitionDescriptorProcessor
 
ContextServiceDefinitionInjectionSource - Class in org.jboss.as.ee.concurrent.resource.definition
The ResourceDefinitionInjectionSource for ContextServiceDefinition
ContextServiceDefinitionInjectionSource(String, ContextServiceTypesConfiguration) - Constructor for class org.jboss.as.ee.concurrent.resource.definition.ContextServiceDefinitionInjectionSource
 
ContextServiceResourceDefinition - Class in org.jboss.as.ee.subsystem
 
ContextServiceResourceDefinition() - Constructor for class org.jboss.as.ee.subsystem.ContextServiceResourceDefinition
 
ContextServiceResourceReferenceProcessor - Class in org.jboss.as.ee.concurrent.deployers.injection
 
ContextServiceService - Class in org.jboss.as.ee.concurrent.service
Service responsible for managing a context service impl's lifecycle.
ContextServiceService(String, String, ContextServiceTypesConfiguration) - Constructor for class org.jboss.as.ee.concurrent.service.ContextServiceService
 
ControlPointUtils - Class in org.jboss.as.ee.concurrent
Class that manages the control point for executor services
ControlPointUtils() - Constructor for class org.jboss.as.ee.concurrent.ControlPointUtils
 
copy(CompletableFuture<T>) - Method in class org.jboss.as.ee.concurrent.adapter.ManagedExecutorServiceAdapter
 
copy(CompletableFuture<T>) - Method in class org.jboss.as.ee.concurrent.adapter.ManagedScheduledExecutorServiceAdapter
 
copy(CompletionStage<T>) - Method in class org.jboss.as.ee.concurrent.adapter.ManagedExecutorServiceAdapter
 
copy(CompletionStage<T>) - Method in class org.jboss.as.ee.concurrent.adapter.ManagedScheduledExecutorServiceAdapter
 
CORE_THREADS - Static variable in class org.jboss.as.ee.subsystem.ManagedExecutorServiceResourceDefinition
 
CORE_THREADS - Static variable in class org.jboss.as.ee.subsystem.ManagedScheduledExecutorServiceResourceDefinition
 
CORE_THREADS_AD - Static variable in class org.jboss.as.ee.subsystem.ManagedExecutorServiceResourceDefinition
 
CORE_THREADS_AD - Static variable in class org.jboss.as.ee.subsystem.ManagedScheduledExecutorServiceResourceDefinition
 
current() - Static method in class org.jboss.as.ee.concurrent.ConcurrentContext
Retrieves the current context in the current thread.
CURRENT_QUEUE_SIZE - Static variable in interface org.jboss.as.ee.subsystem.ManagedExecutorServiceMetricsAttributes
 
CURRENT_QUEUE_SIZE_AD - Static variable in interface org.jboss.as.ee.subsystem.ManagedExecutorServiceMetricsAttributes
 

D

DEFAULT_CONTEXT_SERVICE_JNDI_NAME - Static variable in class org.jboss.as.ee.concurrent.deployers.EEConcurrentDefaultBindingProcessor
 
DEFAULT_MANAGED_EXECUTOR_SERVICE_JNDI_NAME - Static variable in class org.jboss.as.ee.concurrent.deployers.EEConcurrentDefaultBindingProcessor
 
DEFAULT_MANAGED_SCHEDULED_EXECUTOR_SERVICE_JNDI_NAME - Static variable in class org.jboss.as.ee.concurrent.deployers.EEConcurrentDefaultBindingProcessor
 
DEFAULT_MANAGED_THREAD_FACTORY_JNDI_NAME - Static variable in class org.jboss.as.ee.concurrent.deployers.EEConcurrentDefaultBindingProcessor
 
DelegatingSupplier<T> - Class in org.jboss.as.ee.concurrent.service
A supplier which delegates to other supplier if it is configured.
DelegatingSupplier() - Constructor for class org.jboss.as.ee.concurrent.service.DelegatingSupplier
 
dependencies() - Method in class org.jboss.as.ee.concurrent.ConcurrentContextSetupAction
 
deploy(DeploymentPhaseContext) - Method in class org.jboss.as.ee.concurrent.deployers.ConcurrencyResourceReferenceRegistryProcessor
 
deploy(DeploymentPhaseContext) - Method in class org.jboss.as.ee.concurrent.deployers.EEConcurrentContextProcessor
 
doScheduledWrap(Runnable, ControlPoint, ProcessStateNotifier) - Static method in class org.jboss.as.ee.concurrent.ControlPointUtils
 
doScheduledWrap(Callable<T>, ControlPoint, ProcessStateNotifier) - Static method in class org.jboss.as.ee.concurrent.ControlPointUtils
 
doWrap(Runnable, ControlPoint, ProcessStateNotifier) - Static method in class org.jboss.as.ee.concurrent.ControlPointUtils
 
doWrap(Callable<T>, ControlPoint, ProcessStateNotifier) - Static method in class org.jboss.as.ee.concurrent.ControlPointUtils
 

E

EE10ContextHandleFactory - Interface in org.jboss.as.ee.concurrent.handle
The EE10 ContextHandleFactory, which should replace the legacy one once all impls are migrated.
EEConcurrentContextProcessor - Class in org.jboss.as.ee.concurrent.deployers
The DUP responsible for the base concurrent context configuration setup.
EEConcurrentContextProcessor() - Constructor for class org.jboss.as.ee.concurrent.deployers.EEConcurrentContextProcessor
 
EEConcurrentDefaultBindingProcessor - Class in org.jboss.as.ee.concurrent.deployers
Processor responsible for binding the default EE concurrency resources to the naming context of EE modules/components.
EEConcurrentDefaultBindingProcessor() - Constructor for class org.jboss.as.ee.concurrent.deployers.EEConcurrentDefaultBindingProcessor
 
execute(Runnable) - Method in class org.jboss.as.ee.concurrent.adapter.ManagedExecutorServiceAdapter
 
execute(Runnable) - Method in class org.jboss.as.ee.concurrent.adapter.ManagedScheduledExecutorServiceAdapter
 
executeRuntimeStep(OperationContext, ModelNode) - Method in class org.jboss.as.ee.subsystem.ManagedExecutorServiceMetricsHandler
 

F

failedFuture(Throwable) - Method in class org.jboss.as.ee.concurrent.adapter.ManagedExecutorServiceAdapter
 
failedFuture(Throwable) - Method in class org.jboss.as.ee.concurrent.adapter.ManagedScheduledExecutorServiceAdapter
 
failedStage(Throwable) - Method in class org.jboss.as.ee.concurrent.adapter.ManagedExecutorServiceAdapter
 
failedStage(Throwable) - Method in class org.jboss.as.ee.concurrent.adapter.ManagedScheduledExecutorServiceAdapter
 
fromServiceLoader(ClassLoader) - Static method in class org.jboss.as.ee.concurrent.handle.ThreadContextProviderContextHandleFactory
Retrieves a collection containing a new factory for each ThreadContextProvider found on the specified ClassLoader, through the ServiceLoader framework.

G

get() - Method in class org.jboss.as.ee.concurrent.service.DelegatingSupplier
Gets delegating supplier value or null if supplier is not configured.
getAnnotationCollectionDotName() - Method in class org.jboss.as.ee.concurrent.resource.definition.ContextServiceDefinitionAnnotationProcessor
 
getAnnotationCollectionDotName() - Method in class org.jboss.as.ee.concurrent.resource.definition.ManagedExecutorDefinitionAnnotationProcessor
 
getAnnotationCollectionDotName() - Method in class org.jboss.as.ee.concurrent.resource.definition.ManagedScheduledExecutorDefinitionAnnotationProcessor
 
getAnnotationCollectionDotName() - Method in class org.jboss.as.ee.concurrent.resource.definition.ManagedThreadFactoryDefinitionAnnotationProcessor
 
getAnnotationDotName() - Method in class org.jboss.as.ee.concurrent.resource.definition.ContextServiceDefinitionAnnotationProcessor
 
getAnnotationDotName() - Method in class org.jboss.as.ee.concurrent.resource.definition.ManagedExecutorDefinitionAnnotationProcessor
 
getAnnotationDotName() - Method in class org.jboss.as.ee.concurrent.resource.definition.ManagedScheduledExecutorDefinitionAnnotationProcessor
 
getAnnotationDotName() - Method in class org.jboss.as.ee.concurrent.resource.definition.ManagedThreadFactoryDefinitionAnnotationProcessor
 
getChainPriority() - Method in class org.jboss.as.ee.concurrent.handle.ClassLoaderContextHandleFactory
 
getChainPriority() - Method in interface org.jboss.as.ee.concurrent.handle.ContextHandleFactory
The factory priority is used to define the order of handles when chained.
getChainPriority() - Method in class org.jboss.as.ee.concurrent.handle.NamingContextHandleFactory
 
getChainPriority() - Method in class org.jboss.as.ee.concurrent.handle.OtherEESetupActionsContextHandleFactory
 
getChainPriority() - Method in class org.jboss.as.ee.concurrent.handle.ThreadContextProviderContextHandleFactory
 
getChainPriority() - Method in class org.jboss.as.ee.concurrent.handle.TransactionContextHandleFactory
 
getChainPriority() - Method in class org.jboss.as.ee.concurrent.handle.TransactionLeakContextHandleFactory
 
getConcurrentContext() - Method in class org.jboss.as.ee.concurrent.ConcurrentContextSetupAction
 
getConcurrentContextServiceName(String, String, String) - Static method in class org.jboss.as.ee.concurrent.service.ConcurrentServiceNames
 
getContextService() - Method in class org.jboss.as.ee.concurrent.adapter.ManagedExecutorServiceAdapter
 
getContextService() - Method in class org.jboss.as.ee.concurrent.adapter.ManagedScheduledExecutorServiceAdapter
 
getContextServiceRef() - Method in class org.jboss.as.ee.concurrent.resource.definition.ManagedExecutorDefinitionInjectionSource
 
getContextServiceRef() - Method in class org.jboss.as.ee.concurrent.resource.definition.ManagedScheduledExecutorDefinitionInjectionSource
 
getContextServiceRef() - Method in class org.jboss.as.ee.concurrent.resource.definition.ManagedThreadFactoryDefinitionInjectionSource
 
getContextServiceServiceName(String) - Static method in class org.jboss.as.ee.concurrent.service.ConcurrentServiceNames
Deprecated.
Use "org.wildfly.ee.concurrent.context.service" dynamic capability's service name instead.
getContextServiceSupplier() - Method in class org.jboss.as.ee.concurrent.service.ManagedExecutorServiceService
 
getContextServiceSupplier() - Method in class org.jboss.as.ee.concurrent.service.ManagedScheduledExecutorServiceService
 
getContextServiceSupplier() - Method in class org.jboss.as.ee.concurrent.service.ManagedThreadFactoryService
 
getContextServiceTypesConfiguration() - Method in class org.jboss.as.ee.concurrent.resource.definition.ContextServiceDefinitionInjectionSource
 
getContextType() - Method in class org.jboss.as.ee.concurrent.handle.ClassLoaderContextHandleFactory
 
getContextType() - Method in interface org.jboss.as.ee.concurrent.handle.EE10ContextHandleFactory
 
getContextType() - Method in class org.jboss.as.ee.concurrent.handle.NamingContextHandleFactory
 
getContextType() - Method in class org.jboss.as.ee.concurrent.handle.OtherEESetupActionsContextHandleFactory
 
getContextType() - Method in class org.jboss.as.ee.concurrent.handle.ThreadContextProviderContextHandleFactory
 
getContextType() - Method in class org.jboss.as.ee.concurrent.handle.TransactionContextHandleFactory
 
getExecutorService() - Method in class org.jboss.as.ee.concurrent.adapter.ManagedExecutorServiceAdapter
 
getExecutorService() - Method in class org.jboss.as.ee.concurrent.adapter.ManagedScheduledExecutorServiceAdapter
 
getExecutorService() - Method in class org.jboss.as.ee.concurrent.service.ManagedExecutorServiceService
 
getExecutorService() - Method in class org.jboss.as.ee.concurrent.service.ManagedScheduledExecutorServiceService
 
getFactoryName() - Method in class org.jboss.as.ee.concurrent.handle.NullContextHandle
 
getFactoryName() - Method in interface org.jboss.as.ee.concurrent.handle.ResetContextHandle
Retrieves the name of the factory which built the handle.
getFactoryName() - Method in interface org.jboss.as.ee.concurrent.handle.SetupContextHandle
Retrieves the name of the factory which built the handle.
getHungTaskTerminationPeriod() - Method in class org.jboss.as.ee.concurrent.resource.definition.ManagedExecutorDefinitionInjectionSource
 
getHungTaskTerminationPeriod() - Method in class org.jboss.as.ee.concurrent.resource.definition.ManagedScheduledExecutorDefinitionInjectionSource
 
getHungTaskThreshold() - Method in class org.jboss.as.ee.concurrent.resource.definition.ManagedExecutorDefinitionInjectionSource
 
getHungTaskThreshold() - Method in class org.jboss.as.ee.concurrent.resource.definition.ManagedScheduledExecutorDefinitionInjectionSource
 
getKeepAliveTime() - Method in class org.jboss.as.ee.concurrent.resource.definition.ManagedExecutorDefinitionInjectionSource
 
getKeepAliveTime() - Method in class org.jboss.as.ee.concurrent.resource.definition.ManagedScheduledExecutorDefinitionInjectionSource
 
getKeepAliveTimeUnit() - Method in class org.jboss.as.ee.concurrent.resource.definition.ManagedExecutorDefinitionInjectionSource
 
getKeepAliveTimeUnit() - Method in class org.jboss.as.ee.concurrent.resource.definition.ManagedScheduledExecutorDefinitionInjectionSource
 
getManagedExecutorServiceServiceName(String) - Static method in class org.jboss.as.ee.concurrent.service.ConcurrentServiceNames
Deprecated.
Use "org.wildfly.ee.concurrent.executor" dynamic capability's service name instead.
getManagedScheduledExecutorServiceServiceName(String) - Static method in class org.jboss.as.ee.concurrent.service.ConcurrentServiceNames
Deprecated.
Use "org.wildfly.ee.concurrent.scheduled-executor" dynamic capability's service name instead.
getManagedThreadFactory() - Method in class org.jboss.as.ee.concurrent.adapter.ManagedExecutorServiceAdapter
 
getManagedThreadFactoryServiceName(String) - Static method in class org.jboss.as.ee.concurrent.service.ConcurrentServiceNames
Deprecated.
Use "org.wildfly.ee.concurrent.thread-factory" dynamic capability's service name instead.
getMaxAsync() - Method in class org.jboss.as.ee.concurrent.resource.definition.ManagedExecutorDefinitionInjectionSource
 
getMaxAsync() - Method in class org.jboss.as.ee.concurrent.resource.definition.ManagedScheduledExecutorDefinitionInjectionSource
 
getName() - Method in class org.jboss.as.ee.concurrent.handle.ClassLoaderContextHandleFactory
 
getName() - Method in interface org.jboss.as.ee.concurrent.handle.ContextHandleFactory
Retrieves the factory's name.
getName() - Method in class org.jboss.as.ee.concurrent.handle.NamingContextHandleFactory
 
getName() - Method in class org.jboss.as.ee.concurrent.handle.OtherEESetupActionsContextHandleFactory
 
getName() - Method in class org.jboss.as.ee.concurrent.handle.ThreadContextProviderContextHandleFactory
 
getName() - Method in class org.jboss.as.ee.concurrent.handle.TransactionContextHandleFactory
 
getName() - Method in class org.jboss.as.ee.concurrent.handle.TransactionLeakContextHandleFactory
 
getPriority() - Method in class org.jboss.as.ee.concurrent.resource.definition.ManagedThreadFactoryDefinitionInjectionSource
 
getQueueLength() - Method in class org.jboss.as.ee.concurrent.resource.definition.ManagedExecutorDefinitionInjectionSource
 
getRejectPolicy() - Method in class org.jboss.as.ee.concurrent.resource.definition.ManagedExecutorDefinitionInjectionSource
 
getRejectPolicy() - Method in class org.jboss.as.ee.concurrent.resource.definition.ManagedScheduledExecutorDefinitionInjectionSource
 
getResourceReferenceBindingSource() - Method in class org.jboss.as.ee.concurrent.deployers.injection.ContextServiceResourceReferenceProcessor
 
getResourceReferenceBindingSource() - Method in class org.jboss.as.ee.concurrent.deployers.injection.ManagedExecutorServiceResourceReferenceProcessor
 
getResourceReferenceBindingSource() - Method in class org.jboss.as.ee.concurrent.deployers.injection.ManagedScheduledExecutorServiceResourceReferenceProcessor
 
getResourceReferenceBindingSource() - Method in class org.jboss.as.ee.concurrent.deployers.injection.ManagedThreadFactoryResourceReferenceProcessor
 
getResourceReferenceType() - Method in class org.jboss.as.ee.concurrent.deployers.injection.ContextServiceResourceReferenceProcessor
 
getResourceReferenceType() - Method in class org.jboss.as.ee.concurrent.deployers.injection.ManagedExecutorServiceResourceReferenceProcessor
 
getResourceReferenceType() - Method in class org.jboss.as.ee.concurrent.deployers.injection.ManagedScheduledExecutorServiceResourceReferenceProcessor
 
getResourceReferenceType() - Method in class org.jboss.as.ee.concurrent.deployers.injection.ManagedThreadFactoryResourceReferenceProcessor
 
getResourceValue(InjectionSource.ResolutionContext, ServiceBuilder<?>, DeploymentPhaseContext, Injector<ManagedReferenceFactory>) - Method in class org.jboss.as.ee.concurrent.resource.definition.ContextServiceDefinitionInjectionSource
 
getResourceValue(InjectionSource.ResolutionContext, ServiceBuilder<?>, DeploymentPhaseContext, Injector<ManagedReferenceFactory>) - Method in class org.jboss.as.ee.concurrent.resource.definition.ManagedExecutorDefinitionInjectionSource
 
getResourceValue(InjectionSource.ResolutionContext, ServiceBuilder<?>, DeploymentPhaseContext, Injector<ManagedReferenceFactory>) - Method in class org.jboss.as.ee.concurrent.resource.definition.ManagedScheduledExecutorDefinitionInjectionSource
 
getResourceValue(InjectionSource.ResolutionContext, ServiceBuilder<?>, DeploymentPhaseContext, Injector<ManagedReferenceFactory>) - Method in class org.jboss.as.ee.concurrent.resource.definition.ManagedThreadFactoryDefinitionInjectionSource
 
getRuntimeStats() - Method in class org.jboss.as.ee.concurrent.adapter.ManagedExecutorServiceAdapter
 
getRuntimeStats() - Method in class org.jboss.as.ee.concurrent.adapter.ManagedScheduledExecutorServiceAdapter
 
getThreadLifeTime() - Method in class org.jboss.as.ee.concurrent.resource.definition.ManagedExecutorDefinitionInjectionSource
 
getThreadLifeTime() - Method in class org.jboss.as.ee.concurrent.resource.definition.ManagedScheduledExecutorDefinitionInjectionSource
 
getThreadPriority() - Method in class org.jboss.as.ee.concurrent.resource.definition.ManagedExecutorDefinitionInjectionSource
 
getThreadPriority() - Method in class org.jboss.as.ee.concurrent.resource.definition.ManagedScheduledExecutorDefinitionInjectionSource
 
getValue() - Method in class org.jboss.as.ee.concurrent.service.ConcurrentContextService
 
getValue() - Method in class org.jboss.as.ee.concurrent.service.ContextServiceService
 
getValue() - Method in class org.jboss.as.ee.concurrent.service.ManagedExecutorServiceService
 
getValue() - Method in class org.jboss.as.ee.concurrent.service.ManagedScheduledExecutorServiceService
 
getValue() - Method in class org.jboss.as.ee.concurrent.service.ManagedThreadFactoryService
 
getWildFlyManagedThreadFactory() - Method in class org.jboss.as.ee.concurrent.adapter.ManagedScheduledExecutorServiceAdapter
 

H

HUNG_TASK_PERIODIC_TERMINATION_SERVICE_NAME - Static variable in class org.jboss.as.ee.concurrent.service.ConcurrentServiceNames
 
HUNG_TASK_TERMINATION_PERIOD - Static variable in class org.jboss.as.ee.subsystem.ManagedExecutorServiceResourceDefinition
 
HUNG_TASK_TERMINATION_PERIOD - Static variable in class org.jboss.as.ee.subsystem.ManagedScheduledExecutorServiceResourceDefinition
 
HUNG_TASK_TERMINATION_PERIOD_AD - Static variable in class org.jboss.as.ee.subsystem.ManagedExecutorServiceResourceDefinition
 
HUNG_TASK_TERMINATION_PERIOD_AD - Static variable in class org.jboss.as.ee.subsystem.ManagedScheduledExecutorServiceResourceDefinition
 
HUNG_TASK_THRESHOLD - Static variable in class org.jboss.as.ee.subsystem.ManagedExecutorServiceResourceDefinition
 
HUNG_TASK_THRESHOLD - Static variable in class org.jboss.as.ee.subsystem.ManagedScheduledExecutorServiceResourceDefinition
 
HUNG_TASK_THRESHOLD_AD - Static variable in class org.jboss.as.ee.subsystem.ManagedExecutorServiceResourceDefinition
 
HUNG_TASK_THRESHOLD_AD - Static variable in class org.jboss.as.ee.subsystem.ManagedScheduledExecutorServiceResourceDefinition
 
HUNG_TASK_THRESHOLD_PROP - Static variable in class org.jboss.as.ee.concurrent.resource.definition.ManagedExecutorDefinitionInjectionSource
 
HUNG_TASK_THRESHOLD_PROP - Static variable in class org.jboss.as.ee.concurrent.resource.definition.ManagedScheduledExecutorDefinitionInjectionSource
 
HUNG_THREAD_COUNT - Static variable in interface org.jboss.as.ee.subsystem.ManagedExecutorServiceMetricsAttributes
 
HUNG_THREAD_COUNT_AD - Static variable in interface org.jboss.as.ee.subsystem.ManagedExecutorServiceMetricsAttributes
 

I

install(OperationContext) - Method in class org.jboss.as.ee.concurrent.service.ManagedExecutorHungTasksPeriodicTerminationService
 
installSubsystemServices(OperationContext) - Method in class org.jboss.as.ee.concurrent.AbstractConcurrencyImplementation
 
INSTANCE - Static variable in class org.jboss.as.ee.concurrent.deployers.injection.ContextServiceResourceReferenceProcessor
 
INSTANCE - Static variable in class org.jboss.as.ee.concurrent.deployers.injection.ManagedExecutorServiceResourceReferenceProcessor
 
INSTANCE - Static variable in class org.jboss.as.ee.concurrent.deployers.injection.ManagedScheduledExecutorServiceResourceReferenceProcessor
 
INSTANCE - Static variable in class org.jboss.as.ee.concurrent.deployers.injection.ManagedThreadFactoryResourceReferenceProcessor
 
invokeAll(Collection<? extends Callable<T>>) - Method in class org.jboss.as.ee.concurrent.adapter.ManagedExecutorServiceAdapter
 
invokeAll(Collection<? extends Callable<T>>) - Method in class org.jboss.as.ee.concurrent.adapter.ManagedScheduledExecutorServiceAdapter
 
invokeAll(Collection<? extends Callable<T>>, long, TimeUnit) - Method in class org.jboss.as.ee.concurrent.adapter.ManagedExecutorServiceAdapter
 
invokeAll(Collection<? extends Callable<T>>, long, TimeUnit) - Method in class org.jboss.as.ee.concurrent.adapter.ManagedScheduledExecutorServiceAdapter
 
invokeAny(Collection<? extends Callable<T>>) - Method in class org.jboss.as.ee.concurrent.adapter.ManagedExecutorServiceAdapter
 
invokeAny(Collection<? extends Callable<T>>) - Method in class org.jboss.as.ee.concurrent.adapter.ManagedScheduledExecutorServiceAdapter
 
invokeAny(Collection<? extends Callable<T>>, long, TimeUnit) - Method in class org.jboss.as.ee.concurrent.adapter.ManagedExecutorServiceAdapter
 
invokeAny(Collection<? extends Callable<T>>, long, TimeUnit) - Method in class org.jboss.as.ee.concurrent.adapter.ManagedScheduledExecutorServiceAdapter
 
isLongRunningTasks() - Method in class org.jboss.as.ee.concurrent.resource.definition.ManagedExecutorDefinitionInjectionSource
 
isLongRunningTasks() - Method in class org.jboss.as.ee.concurrent.resource.definition.ManagedScheduledExecutorDefinitionInjectionSource
 
isShutdown() - Method in class org.jboss.as.ee.concurrent.adapter.AbstractManagedExecutorServiceAdapter
 
isTerminated() - Method in class org.jboss.as.ee.concurrent.adapter.AbstractManagedExecutorServiceAdapter
 

J

JNDI_NAME - Static variable in class org.jboss.as.ee.subsystem.ContextServiceResourceDefinition
 
JNDI_NAME - Static variable in class org.jboss.as.ee.subsystem.ManagedExecutorServiceResourceDefinition
 
JNDI_NAME - Static variable in class org.jboss.as.ee.subsystem.ManagedScheduledExecutorServiceResourceDefinition
 
JNDI_NAME - Static variable in class org.jboss.as.ee.subsystem.ManagedThreadFactoryResourceDefinition
 
JNDI_NAME_AD - Static variable in class org.jboss.as.ee.subsystem.ContextServiceResourceDefinition
 
JNDI_NAME_AD - Static variable in class org.jboss.as.ee.subsystem.ManagedExecutorServiceResourceDefinition
 
JNDI_NAME_AD - Static variable in class org.jboss.as.ee.subsystem.ManagedScheduledExecutorServiceResourceDefinition
 
JNDI_NAME_AD - Static variable in class org.jboss.as.ee.subsystem.ManagedThreadFactoryResourceDefinition
 

K

KEEPALIVE_TIME - Static variable in class org.jboss.as.ee.subsystem.ManagedExecutorServiceResourceDefinition
 
KEEPALIVE_TIME - Static variable in class org.jboss.as.ee.subsystem.ManagedScheduledExecutorServiceResourceDefinition
 
KEEPALIVE_TIME_AD - Static variable in class org.jboss.as.ee.subsystem.ManagedExecutorServiceResourceDefinition
 
KEEPALIVE_TIME_AD - Static variable in class org.jboss.as.ee.subsystem.ManagedScheduledExecutorServiceResourceDefinition
 

L

LONG_RUNNING_TASKS - Static variable in class org.jboss.as.ee.subsystem.ManagedExecutorServiceResourceDefinition
 
LONG_RUNNING_TASKS - Static variable in class org.jboss.as.ee.subsystem.ManagedScheduledExecutorServiceResourceDefinition
 
LONG_RUNNING_TASKS_AD - Static variable in class org.jboss.as.ee.subsystem.ManagedExecutorServiceResourceDefinition
 
LONG_RUNNING_TASKS_AD - Static variable in class org.jboss.as.ee.subsystem.ManagedScheduledExecutorServiceResourceDefinition
 

M

ManagedExecutorDefinitionAnnotationProcessor - Class in org.jboss.as.ee.concurrent.resource.definition
The ResourceDefinitionAnnotationProcessor for ManagedExecutorDefinition.
ManagedExecutorDefinitionAnnotationProcessor() - Constructor for class org.jboss.as.ee.concurrent.resource.definition.ManagedExecutorDefinitionAnnotationProcessor
 
ManagedExecutorDefinitionDescriptorProcessor - Class in org.jboss.as.ee.concurrent.resource.definition
The ResourceDefinitionDescriptorProcessor for ManagedExecutorDefinition.
ManagedExecutorDefinitionDescriptorProcessor() - Constructor for class org.jboss.as.ee.concurrent.resource.definition.ManagedExecutorDefinitionDescriptorProcessor
 
ManagedExecutorDefinitionInjectionSource - Class in org.jboss.as.ee.concurrent.resource.definition
The ResourceDefinitionInjectionSource for ManagedExecutorDefinition.
ManagedExecutorDefinitionInjectionSource(String) - Constructor for class org.jboss.as.ee.concurrent.resource.definition.ManagedExecutorDefinitionInjectionSource
 
ManagedExecutorHungTasksPeriodicTerminationService - Class in org.jboss.as.ee.concurrent.service
Periodic hung task termination service for managed executors.
ManagedExecutorHungTasksPeriodicTerminationService() - Constructor for class org.jboss.as.ee.concurrent.service.ManagedExecutorHungTasksPeriodicTerminationService
 
ManagedExecutorServiceAdapter - Class in org.jboss.as.ee.concurrent.adapter
Abstract base class for ManagedExecutorService and ManagedScheduledExecutorService implementation with life cycle operations disabled for handing out to application components.
ManagedExecutorServiceAdapter(WildFlyManagedExecutorService) - Constructor for class org.jboss.as.ee.concurrent.adapter.ManagedExecutorServiceAdapter
 
ManagedExecutorServiceAdd - Class in org.jboss.as.ee.subsystem
 
ManagedExecutorServiceAdd() - Constructor for class org.jboss.as.ee.subsystem.ManagedExecutorServiceAdd
 
ManagedExecutorServiceMetricsAttributes - Interface in org.jboss.as.ee.subsystem
The managed executor service resource's runtime metrics attribute names and definitions.
ManagedExecutorServiceMetricsHandler<T> - Class in org.jboss.as.ee.subsystem
Operation step handler that expose a capability's metrics, through its service.
ManagedExecutorServiceMetricsHandler.Builder<T> - Class in org.jboss.as.ee.subsystem
 
ManagedExecutorServiceMetricsHandler.MetricResultSetter<T> - Interface in org.jboss.as.ee.subsystem
 
ManagedExecutorServiceResourceDefinition - Class in org.jboss.as.ee.subsystem
 
ManagedExecutorServiceResourceDefinition(boolean) - Constructor for class org.jboss.as.ee.subsystem.ManagedExecutorServiceResourceDefinition
 
ManagedExecutorServiceResourceReferenceProcessor - Class in org.jboss.as.ee.concurrent.deployers.injection
 
ManagedExecutorServiceService - Class in org.jboss.as.ee.concurrent.service
Service responsible for creating, starting and stopping a ManagedExecutorServiceImpl.
ManagedExecutorServiceService(Consumer<ManagedExecutorServiceAdapter>, Supplier<WildFlyContextService>, Supplier<WildFlyManagedThreadFactory>, Supplier<ProcessStateNotifier>, Supplier<RequestController>, String, String, long, long, boolean, int, int, long, TimeUnit, long, int, WildFlyManagedExecutorService.RejectPolicy, Integer, Supplier<ManagedExecutorHungTasksPeriodicTerminationService>) - Constructor for class org.jboss.as.ee.concurrent.service.ManagedExecutorServiceService
 
ManagedExecutorTerminateHungTasksOperation<T> - Class in org.jboss.as.ee.subsystem
Operation that manually terminates a managed executor's hung tasks, through its capability service.
ManagedScheduledExecutorDefinitionAnnotationProcessor - Class in org.jboss.as.ee.concurrent.resource.definition
The ResourceDefinitionAnnotationProcessor for ManagedScheduledExecutorDefinition.
ManagedScheduledExecutorDefinitionAnnotationProcessor() - Constructor for class org.jboss.as.ee.concurrent.resource.definition.ManagedScheduledExecutorDefinitionAnnotationProcessor
 
ManagedScheduledExecutorDefinitionDescriptorProcessor - Class in org.jboss.as.ee.concurrent.resource.definition
The ResourceDefinitionDescriptorProcessor for ManagedScheduledExecutorDefinition.
ManagedScheduledExecutorDefinitionDescriptorProcessor() - Constructor for class org.jboss.as.ee.concurrent.resource.definition.ManagedScheduledExecutorDefinitionDescriptorProcessor
 
ManagedScheduledExecutorDefinitionInjectionSource - Class in org.jboss.as.ee.concurrent.resource.definition
The ResourceDefinitionInjectionSource for ManagedScheduledExecutorDefinition.
ManagedScheduledExecutorDefinitionInjectionSource(String) - Constructor for class org.jboss.as.ee.concurrent.resource.definition.ManagedScheduledExecutorDefinitionInjectionSource
 
ManagedScheduledExecutorServiceAdapter - Class in org.jboss.as.ee.concurrent.adapter
Abstract base class for ManagedExecutorService and ManagedScheduledExecutorService implementation with life cycle operations disabled for handing out to application components.
ManagedScheduledExecutorServiceAdapter(WildFlyManagedScheduledExecutorService) - Constructor for class org.jboss.as.ee.concurrent.adapter.ManagedScheduledExecutorServiceAdapter
 
ManagedScheduledExecutorServiceAdd - Class in org.jboss.as.ee.subsystem
 
ManagedScheduledExecutorServiceAdd() - Constructor for class org.jboss.as.ee.subsystem.ManagedScheduledExecutorServiceAdd
 
ManagedScheduledExecutorServiceResourceDefinition - Class in org.jboss.as.ee.subsystem
 
ManagedScheduledExecutorServiceResourceDefinition(boolean) - Constructor for class org.jboss.as.ee.subsystem.ManagedScheduledExecutorServiceResourceDefinition
 
ManagedScheduledExecutorServiceResourceReferenceProcessor - Class in org.jboss.as.ee.concurrent.deployers.injection
 
ManagedScheduledExecutorServiceService - Class in org.jboss.as.ee.concurrent.service
Service responsible for creating, starting and stopping a ManagedScheduledExecutorServiceImpl.
ManagedScheduledExecutorServiceService(Consumer<ManagedScheduledExecutorServiceAdapter>, Supplier<WildFlyContextService>, Supplier<WildFlyManagedThreadFactory>, Supplier<ProcessStateNotifier>, Supplier<RequestController>, String, String, long, long, boolean, int, long, TimeUnit, long, WildFlyManagedExecutorService.RejectPolicy, Integer, Supplier<ManagedExecutorHungTasksPeriodicTerminationService>) - Constructor for class org.jboss.as.ee.concurrent.service.ManagedScheduledExecutorServiceService
 
ManagedThreadFactoryAdd - Class in org.jboss.as.ee.subsystem
 
ManagedThreadFactoryDefinitionAnnotationProcessor - Class in org.jboss.as.ee.concurrent.resource.definition
The ResourceDefinitionAnnotationProcessor for ManagedThreadFactoryDefinition.
ManagedThreadFactoryDefinitionAnnotationProcessor() - Constructor for class org.jboss.as.ee.concurrent.resource.definition.ManagedThreadFactoryDefinitionAnnotationProcessor
 
ManagedThreadFactoryDefinitionDescriptorProcessor - Class in org.jboss.as.ee.concurrent.resource.definition
The ResourceDefinitionDescriptorProcessor for ManagedThreadFactoryDefinition.
ManagedThreadFactoryDefinitionDescriptorProcessor() - Constructor for class org.jboss.as.ee.concurrent.resource.definition.ManagedThreadFactoryDefinitionDescriptorProcessor
 
ManagedThreadFactoryDefinitionInjectionSource - Class in org.jboss.as.ee.concurrent.resource.definition
The ResourceDefinitionInjectionSource for ManagedThreadFactoryDefinition.
ManagedThreadFactoryDefinitionInjectionSource(String) - Constructor for class org.jboss.as.ee.concurrent.resource.definition.ManagedThreadFactoryDefinitionInjectionSource
 
ManagedThreadFactoryResourceDefinition - Class in org.jboss.as.ee.subsystem
 
ManagedThreadFactoryResourceDefinition() - Constructor for class org.jboss.as.ee.subsystem.ManagedThreadFactoryResourceDefinition
 
ManagedThreadFactoryResourceReferenceProcessor - Class in org.jboss.as.ee.concurrent.deployers.injection
 
ManagedThreadFactoryService - Class in org.jboss.as.ee.concurrent.service
 
ManagedThreadFactoryService(Consumer<WildFlyManagedThreadFactory>, Supplier<WildFlyContextService>, String, String, int) - Constructor for class org.jboss.as.ee.concurrent.service.ManagedThreadFactoryService
 
MAX_ASYNC_PROP - Static variable in class org.jboss.as.ee.concurrent.resource.definition.ManagedExecutorDefinitionInjectionSource
 
MAX_ASYNC_PROP - Static variable in class org.jboss.as.ee.concurrent.resource.definition.ManagedScheduledExecutorDefinitionInjectionSource
 
MAX_THREAD_COUNT - Static variable in interface org.jboss.as.ee.subsystem.ManagedExecutorServiceMetricsAttributes
 
MAX_THREAD_COUNT_AD - Static variable in interface org.jboss.as.ee.subsystem.ManagedExecutorServiceMetricsAttributes
 
MAX_THREADS - Static variable in class org.jboss.as.ee.subsystem.ManagedExecutorServiceResourceDefinition
 
MAX_THREADS_AD - Static variable in class org.jboss.as.ee.subsystem.ManagedExecutorServiceResourceDefinition
 

N

NAME - Static variable in class org.jboss.as.ee.concurrent.handle.ClassLoaderContextHandleFactory
 
NAME - Static variable in class org.jboss.as.ee.concurrent.handle.NamingContextHandleFactory
 
NAME - Static variable in class org.jboss.as.ee.concurrent.handle.OtherEESetupActionsContextHandleFactory
 
NAME - Static variable in class org.jboss.as.ee.concurrent.handle.TransactionContextHandleFactory
 
NAME - Static variable in class org.jboss.as.ee.concurrent.handle.TransactionLeakContextHandleFactory
 
NAME - Static variable in class org.jboss.as.ee.subsystem.ManagedExecutorTerminateHungTasksOperation
 
NamingContextHandleFactory - Class in org.jboss.as.ee.concurrent.handle
The context handle factory responsible for saving and setting the naming context.
NamingContextHandleFactory(NamespaceContextSelector, ServiceName) - Constructor for class org.jboss.as.ee.concurrent.handle.NamingContextHandleFactory
 
newIncompleteFuture() - Method in class org.jboss.as.ee.concurrent.adapter.ManagedExecutorServiceAdapter
 
newIncompleteFuture() - Method in class org.jboss.as.ee.concurrent.adapter.ManagedScheduledExecutorServiceAdapter
 
NullContextHandle - Class in org.jboss.as.ee.concurrent.handle
A context handle without invocation context to set.
NullContextHandle() - Constructor for class org.jboss.as.ee.concurrent.handle.NullContextHandle
 

O

org.jboss.as.ee.component - package org.jboss.as.ee.component
 
org.jboss.as.ee.concurrent - package org.jboss.as.ee.concurrent
 
org.jboss.as.ee.concurrent.adapter - package org.jboss.as.ee.concurrent.adapter
 
org.jboss.as.ee.concurrent.deployers - package org.jboss.as.ee.concurrent.deployers
 
org.jboss.as.ee.concurrent.deployers.injection - package org.jboss.as.ee.concurrent.deployers.injection
 
org.jboss.as.ee.concurrent.handle - package org.jboss.as.ee.concurrent.handle
 
org.jboss.as.ee.concurrent.resource.definition - package org.jboss.as.ee.concurrent.resource.definition
 
org.jboss.as.ee.concurrent.service - package org.jboss.as.ee.concurrent.service
 
org.jboss.as.ee.subsystem - package org.jboss.as.ee.subsystem
 
OtherEESetupActionsContextHandleFactory - Class in org.jboss.as.ee.concurrent.handle
The context handle factory responsible for setting EE setup actions in the invocation context.
OtherEESetupActionsContextHandleFactory(List<SetupAction>) - Constructor for class org.jboss.as.ee.concurrent.handle.OtherEESetupActionsContextHandleFactory
 

P

parseConcurrent(XMLExtendedStreamReader, List<ModelNode>, PathAddress) - Static method in class org.jboss.as.ee.subsystem.ConcurrentEESubsystemParser20
 
parseConcurrent(XMLExtendedStreamReader, List<ModelNode>, PathAddress) - Static method in class org.jboss.as.ee.subsystem.ConcurrentEESubsystemParser40
 
parseConcurrent(XMLExtendedStreamReader, List<ModelNode>, PathAddress) - Static method in class org.jboss.as.ee.subsystem.ConcurrentEESubsystemParser50
 
parseConcurrent(XMLExtendedStreamReader, List<ModelNode>, PathAddress) - Static method in class org.jboss.as.ee.subsystem.ConcurrentEESubsystemParser60
 
parseConcurrentElement20(XMLExtendedStreamReader, List<ModelNode>, PathAddress) - Method in class org.jboss.as.ee.concurrent.AbstractConcurrencyImplementation
 
parseConcurrentElement40(XMLExtendedStreamReader, List<ModelNode>, PathAddress) - Method in class org.jboss.as.ee.concurrent.AbstractConcurrencyImplementation
 
parseConcurrentElement50(XMLExtendedStreamReader, List<ModelNode>, PathAddress) - Method in class org.jboss.as.ee.concurrent.AbstractConcurrencyImplementation
 
parseConcurrentElement60(XMLExtendedStreamReader, List<ModelNode>, PathAddress) - Method in class org.jboss.as.ee.concurrent.AbstractConcurrencyImplementation
 
PATH_ELEMENT - Static variable in class org.jboss.as.ee.subsystem.ManagedExecutorServiceResourceDefinition
 
PATH_ELEMENT - Static variable in class org.jboss.as.ee.subsystem.ManagedScheduledExecutorServiceResourceDefinition
 
performRuntime(OperationContext, ModelNode, Resource) - Method in class org.jboss.as.ee.subsystem.ContextServiceAdd
 
performRuntime(OperationContext, ModelNode, ModelNode) - Method in class org.jboss.as.ee.subsystem.ManagedExecutorServiceAdd
 
performRuntime(OperationContext, ModelNode, ModelNode) - Method in class org.jboss.as.ee.subsystem.ManagedScheduledExecutorServiceAdd
 
performRuntime(OperationContext, ModelNode, ModelNode) - Method in class org.jboss.as.ee.subsystem.ManagedThreadFactoryAdd
 
popCurrent() - Static method in class org.jboss.as.ee.concurrent.ConcurrentContext
Pops the current context in the current thread.
populateModel(OperationContext, ModelNode, Resource) - Method in class org.jboss.as.ee.subsystem.ManagedExecutorServiceAdd
 
priority() - Method in class org.jboss.as.ee.concurrent.ConcurrentContextSetupAction
 
PRIORITY - Static variable in class org.jboss.as.ee.subsystem.ManagedThreadFactoryResourceDefinition
 
PRIORITY_AD - Static variable in class org.jboss.as.ee.subsystem.ManagedThreadFactoryResourceDefinition
 
PRIORITY_PROP - Static variable in class org.jboss.as.ee.concurrent.resource.definition.ManagedThreadFactoryDefinitionInjectionSource
 
processAnnotation(AnnotationInstance, PropertyReplacer) - Method in class org.jboss.as.ee.concurrent.resource.definition.ContextServiceDefinitionAnnotationProcessor
 
processAnnotation(AnnotationInstance, PropertyReplacer) - Method in class org.jboss.as.ee.concurrent.resource.definition.ManagedExecutorDefinitionAnnotationProcessor
 
processAnnotation(AnnotationInstance, PropertyReplacer) - Method in class org.jboss.as.ee.concurrent.resource.definition.ManagedScheduledExecutorDefinitionAnnotationProcessor
 
processAnnotation(AnnotationInstance, PropertyReplacer) - Method in class org.jboss.as.ee.concurrent.resource.definition.ManagedThreadFactoryDefinitionAnnotationProcessor
 
processEnvironment(RemoteEnvironment, ResourceDefinitionDescriptorProcessor.ResourceDefinitionInjectionSources) - Method in class org.jboss.as.ee.concurrent.resource.definition.ContextServiceDefinitionDescriptorProcessor
 
processEnvironment(RemoteEnvironment, ResourceDefinitionDescriptorProcessor.ResourceDefinitionInjectionSources) - Method in class org.jboss.as.ee.concurrent.resource.definition.ManagedExecutorDefinitionDescriptorProcessor
 
processEnvironment(RemoteEnvironment, ResourceDefinitionDescriptorProcessor.ResourceDefinitionInjectionSources) - Method in class org.jboss.as.ee.concurrent.resource.definition.ManagedScheduledExecutorDefinitionDescriptorProcessor
 
processEnvironment(RemoteEnvironment, ResourceDefinitionDescriptorProcessor.ResourceDefinitionInjectionSources) - Method in class org.jboss.as.ee.concurrent.resource.definition.ManagedThreadFactoryDefinitionDescriptorProcessor
 
processInvocation(InterceptorContext) - Method in class org.jboss.as.ee.concurrent.ConcurrentContextInterceptor
 
PROPAGATED_PROP - Static variable in class org.jboss.as.ee.concurrent.resource.definition.ContextServiceDefinitionAnnotationProcessor
 
propagatedContext(ContextService, Map<String, String>) - Method in class org.jboss.as.ee.concurrent.handle.ClassLoaderContextHandleFactory
 
propagatedContext(ContextService, Map<String, String>) - Method in interface org.jboss.as.ee.concurrent.handle.EE10ContextHandleFactory
 
propagatedContext(ContextService, Map<String, String>) - Method in class org.jboss.as.ee.concurrent.handle.NamingContextHandleFactory
 
propagatedContext(ContextService, Map<String, String>) - Method in class org.jboss.as.ee.concurrent.handle.OtherEESetupActionsContextHandleFactory
 
propagatedContext(ContextService, Map<String, String>) - Method in class org.jboss.as.ee.concurrent.handle.ThreadContextProviderContextHandleFactory
 
propagatedContext(ContextService, Map<String, String>) - Method in class org.jboss.as.ee.concurrent.handle.TransactionContextHandleFactory
 
pushCurrent(ConcurrentContext) - Static method in class org.jboss.as.ee.concurrent.ConcurrentContext
Sets the specified context as the current one, in the current thread.

Q

QUEUE_LENGTH - Static variable in class org.jboss.as.ee.subsystem.ManagedExecutorServiceResourceDefinition
 
QUEUE_LENGTH_AD - Static variable in class org.jboss.as.ee.subsystem.ManagedExecutorServiceResourceDefinition
 

R

readSetupContextHandle(ObjectInputStream) - Method in class org.jboss.as.ee.concurrent.handle.ClassLoaderContextHandleFactory
 
readSetupContextHandle(ObjectInputStream) - Method in interface org.jboss.as.ee.concurrent.handle.ContextHandleFactory
Reads a handle from the specified input stream.
readSetupContextHandle(ObjectInputStream) - Method in class org.jboss.as.ee.concurrent.handle.NamingContextHandleFactory
 
readSetupContextHandle(ObjectInputStream) - Method in class org.jboss.as.ee.concurrent.handle.OtherEESetupActionsContextHandleFactory
 
readSetupContextHandle(ObjectInputStream) - Method in class org.jboss.as.ee.concurrent.handle.ThreadContextProviderContextHandleFactory
 
readSetupContextHandle(ObjectInputStream) - Method in class org.jboss.as.ee.concurrent.handle.TransactionContextHandleFactory
 
readSetupContextHandle(ObjectInputStream) - Method in class org.jboss.as.ee.concurrent.handle.TransactionLeakContextHandleFactory
 
registerAttributes(ManagementResourceRegistration) - Method in class org.jboss.as.ee.subsystem.ContextServiceResourceDefinition
 
registerAttributes(ManagementResourceRegistration) - Method in class org.jboss.as.ee.subsystem.ManagedExecutorServiceMetricsHandler
Registers metrics attr definitions.
registerAttributes(ManagementResourceRegistration) - Method in class org.jboss.as.ee.subsystem.ManagedExecutorServiceResourceDefinition
 
registerAttributes(ManagementResourceRegistration) - Method in class org.jboss.as.ee.subsystem.ManagedScheduledExecutorServiceResourceDefinition
 
registerAttributes(ManagementResourceRegistration) - Method in class org.jboss.as.ee.subsystem.ManagedThreadFactoryResourceDefinition
 
registerOperations(ManagementResourceRegistration) - Method in class org.jboss.as.ee.subsystem.ManagedExecutorServiceResourceDefinition
 
registerOperations(ManagementResourceRegistration) - Method in class org.jboss.as.ee.subsystem.ManagedScheduledExecutorServiceResourceDefinition
 
registerRootResourceSubModels(ManagementResourceRegistration, ExtensionContext) - Method in class org.jboss.as.ee.concurrent.AbstractConcurrencyImplementation
 
REJECT_POLICY - Static variable in class org.jboss.as.ee.subsystem.ManagedExecutorServiceResourceDefinition
 
REJECT_POLICY - Static variable in class org.jboss.as.ee.subsystem.ManagedScheduledExecutorServiceResourceDefinition
 
REJECT_POLICY_AD - Static variable in class org.jboss.as.ee.subsystem.ManagedExecutorServiceResourceDefinition
 
REJECT_POLICY_AD - Static variable in class org.jboss.as.ee.subsystem.ManagedScheduledExecutorServiceResourceDefinition
 
reset() - Method in interface org.jboss.as.ee.concurrent.handle.ResetContextHandle
Called by ManagedExecutorService after executing a task to clean up and reset thread context.
ResetContextHandle - Interface in org.jboss.as.ee.concurrent.handle
The Wildfly's EE reset context handle.
runAsync(Runnable) - Method in class org.jboss.as.ee.concurrent.adapter.ManagedExecutorServiceAdapter
 
runAsync(Runnable) - Method in class org.jboss.as.ee.concurrent.adapter.ManagedScheduledExecutorServiceAdapter
 

S

saveContext(ContextService, Map<String, String>) - Method in class org.jboss.as.ee.concurrent.ConcurrentContext
Saves the current invocation context on a chained context handle.
saveContext(ContextService, Map<String, String>) - Method in interface org.jboss.as.ee.concurrent.handle.ContextHandleFactory
Called by ManagedExecutorService in the same thread that submits a task to save the execution context of the submitting thread.
saveContext(ContextService, Map<String, String>) - Method in interface org.jboss.as.ee.concurrent.handle.EE10ContextHandleFactory
 
saveContext(ContextService, Map<String, String>) - Method in class org.jboss.as.ee.concurrent.handle.TransactionLeakContextHandleFactory
 
schedule(Runnable, long, TimeUnit) - Method in class org.jboss.as.ee.concurrent.adapter.ManagedScheduledExecutorServiceAdapter
 
schedule(Runnable, Trigger) - Method in class org.jboss.as.ee.concurrent.adapter.ManagedScheduledExecutorServiceAdapter
 
schedule(Callable<V>, long, TimeUnit) - Method in class org.jboss.as.ee.concurrent.adapter.ManagedScheduledExecutorServiceAdapter
 
schedule(Callable<V>, Trigger) - Method in class org.jboss.as.ee.concurrent.adapter.ManagedScheduledExecutorServiceAdapter
 
scheduleAtFixedRate(Runnable, long, long, TimeUnit) - Method in class org.jboss.as.ee.concurrent.adapter.ManagedScheduledExecutorServiceAdapter
 
scheduleWithFixedDelay(Runnable, long, long, TimeUnit) - Method in class org.jboss.as.ee.concurrent.adapter.ManagedScheduledExecutorServiceAdapter
 
set(Supplier<T>) - Method in class org.jboss.as.ee.concurrent.service.DelegatingSupplier
Sets supplier to delegate to.
setContextServiceRef(String) - Method in class org.jboss.as.ee.concurrent.resource.definition.ManagedExecutorDefinitionInjectionSource
 
setContextServiceRef(String) - Method in class org.jboss.as.ee.concurrent.resource.definition.ManagedScheduledExecutorDefinitionInjectionSource
 
setContextServiceRef(String) - Method in class org.jboss.as.ee.concurrent.resource.definition.ManagedThreadFactoryDefinitionInjectionSource
 
setHungTaskTerminationPeriod(int) - Method in class org.jboss.as.ee.concurrent.resource.definition.ManagedExecutorDefinitionInjectionSource
 
setHungTaskTerminationPeriod(int) - Method in class org.jboss.as.ee.concurrent.resource.definition.ManagedScheduledExecutorDefinitionInjectionSource
 
setHungTaskThreshold(long) - Method in class org.jboss.as.ee.concurrent.resource.definition.ManagedExecutorDefinitionInjectionSource
 
setHungTaskThreshold(long) - Method in class org.jboss.as.ee.concurrent.resource.definition.ManagedScheduledExecutorDefinitionInjectionSource
 
setKeepAliveTime(long) - Method in class org.jboss.as.ee.concurrent.resource.definition.ManagedExecutorDefinitionInjectionSource
 
setKeepAliveTime(long) - Method in class org.jboss.as.ee.concurrent.resource.definition.ManagedScheduledExecutorDefinitionInjectionSource
 
setKeepAliveTimeUnit(TimeUnit) - Method in class org.jboss.as.ee.concurrent.resource.definition.ManagedExecutorDefinitionInjectionSource
 
setKeepAliveTimeUnit(TimeUnit) - Method in class org.jboss.as.ee.concurrent.resource.definition.ManagedScheduledExecutorDefinitionInjectionSource
 
setLongRunningTasks(boolean) - Method in class org.jboss.as.ee.concurrent.resource.definition.ManagedExecutorDefinitionInjectionSource
 
setLongRunningTasks(boolean) - Method in class org.jboss.as.ee.concurrent.resource.definition.ManagedScheduledExecutorDefinitionInjectionSource
 
setMaxAsync(int) - Method in class org.jboss.as.ee.concurrent.resource.definition.ManagedExecutorDefinitionInjectionSource
 
setMaxAsync(int) - Method in class org.jboss.as.ee.concurrent.resource.definition.ManagedScheduledExecutorDefinitionInjectionSource
 
setPriority(int) - Method in class org.jboss.as.ee.concurrent.resource.definition.ManagedThreadFactoryDefinitionInjectionSource
 
setQueueLength(int) - Method in class org.jboss.as.ee.concurrent.resource.definition.ManagedExecutorDefinitionInjectionSource
 
setRejectPolicy(WildFlyManagedExecutorService.RejectPolicy) - Method in class org.jboss.as.ee.concurrent.resource.definition.ManagedExecutorDefinitionInjectionSource
 
setRejectPolicy(WildFlyManagedExecutorService.RejectPolicy) - Method in class org.jboss.as.ee.concurrent.resource.definition.ManagedScheduledExecutorDefinitionInjectionSource
 
setResult(OperationContext, T) - Method in interface org.jboss.as.ee.subsystem.ManagedExecutorServiceMetricsHandler.MetricResultSetter
 
setServiceName(ServiceName) - Method in class org.jboss.as.ee.concurrent.ConcurrentContext
 
setThreadLifeTime(long) - Method in class org.jboss.as.ee.concurrent.resource.definition.ManagedExecutorDefinitionInjectionSource
 
setThreadLifeTime(long) - Method in class org.jboss.as.ee.concurrent.resource.definition.ManagedScheduledExecutorDefinitionInjectionSource
 
setThreadPriority(int) - Method in class org.jboss.as.ee.concurrent.resource.definition.ManagedExecutorDefinitionInjectionSource
 
setThreadPriority(int) - Method in class org.jboss.as.ee.concurrent.resource.definition.ManagedScheduledExecutorDefinitionInjectionSource
 
setup() - Method in class org.jboss.as.ee.concurrent.handle.NullContextHandle
 
setup() - Method in interface org.jboss.as.ee.concurrent.handle.SetupContextHandle
Called by ManagedExecutorService before executing a task to set up thread context.
setup(Map<String, Object>) - Method in class org.jboss.as.ee.concurrent.ConcurrentContextSetupAction
 
SetupContextHandle - Interface in org.jboss.as.ee.concurrent.handle
The Wildfly's EE context handle that sets a saved invocation context.
shutdown() - Method in class org.jboss.as.ee.concurrent.adapter.AbstractManagedExecutorServiceAdapter
 
shutdownNow() - Method in class org.jboss.as.ee.concurrent.adapter.AbstractManagedExecutorServiceAdapter
 
start(StartContext) - Method in class org.jboss.as.ee.concurrent.service.ConcurrentContextService
 
start(StartContext) - Method in class org.jboss.as.ee.concurrent.service.ContextServiceService
 
start(StartContext) - Method in class org.jboss.as.ee.concurrent.service.ManagedExecutorHungTasksPeriodicTerminationService
 
startHungTaskPeriodicTermination(WildFlyManagedExecutorService, long) - Method in class org.jboss.as.ee.concurrent.service.ManagedExecutorHungTasksPeriodicTerminationService
Starts the periodic hang task termination for the specified executor.
stop(StopContext) - Method in class org.jboss.as.ee.concurrent.service.ConcurrentContextService
 
stop(StopContext) - Method in class org.jboss.as.ee.concurrent.service.ContextServiceService
 
stop(StopContext) - Method in class org.jboss.as.ee.concurrent.service.ManagedExecutorHungTasksPeriodicTerminationService
 
submit(Runnable) - Method in class org.jboss.as.ee.concurrent.adapter.ManagedExecutorServiceAdapter
 
submit(Runnable) - Method in class org.jboss.as.ee.concurrent.adapter.ManagedScheduledExecutorServiceAdapter
 
submit(Runnable, T) - Method in class org.jboss.as.ee.concurrent.adapter.ManagedExecutorServiceAdapter
 
submit(Runnable, T) - Method in class org.jboss.as.ee.concurrent.adapter.ManagedScheduledExecutorServiceAdapter
 
submit(Callable<T>) - Method in class org.jboss.as.ee.concurrent.adapter.ManagedExecutorServiceAdapter
 
submit(Callable<T>) - Method in class org.jboss.as.ee.concurrent.adapter.ManagedScheduledExecutorServiceAdapter
 
supplyAsync(Supplier<U>) - Method in class org.jboss.as.ee.concurrent.adapter.ManagedExecutorServiceAdapter
 
supplyAsync(Supplier<U>) - Method in class org.jboss.as.ee.concurrent.adapter.ManagedScheduledExecutorServiceAdapter
 

T

TASK_COUNT - Static variable in interface org.jboss.as.ee.subsystem.ManagedExecutorServiceMetricsAttributes
 
TASK_COUNT_AD - Static variable in interface org.jboss.as.ee.subsystem.ManagedExecutorServiceMetricsAttributes
 
teardown(Map<String, Object>) - Method in class org.jboss.as.ee.concurrent.ConcurrentContextSetupAction
 
terminateHungTasks() - Method in class org.jboss.as.ee.concurrent.adapter.ManagedExecutorServiceAdapter
 
terminateHungTasks() - Method in class org.jboss.as.ee.concurrent.adapter.ManagedScheduledExecutorServiceAdapter
 
THREAD_COUNT - Static variable in interface org.jboss.as.ee.subsystem.ManagedExecutorServiceMetricsAttributes
 
THREAD_COUNT_AD - Static variable in interface org.jboss.as.ee.subsystem.ManagedExecutorServiceMetricsAttributes
 
THREAD_FACTORY - Static variable in class org.jboss.as.ee.subsystem.ManagedExecutorServiceResourceDefinition
 
THREAD_FACTORY - Static variable in class org.jboss.as.ee.subsystem.ManagedScheduledExecutorServiceResourceDefinition
 
THREAD_FACTORY_AD - Static variable in class org.jboss.as.ee.subsystem.ManagedExecutorServiceResourceDefinition
 
THREAD_FACTORY_AD - Static variable in class org.jboss.as.ee.subsystem.ManagedScheduledExecutorServiceResourceDefinition
 
THREAD_PRIORITY - Static variable in class org.jboss.as.ee.subsystem.ManagedExecutorServiceResourceDefinition
 
THREAD_PRIORITY - Static variable in class org.jboss.as.ee.subsystem.ManagedScheduledExecutorServiceResourceDefinition
 
THREAD_PRIORITY_AD - Static variable in class org.jboss.as.ee.subsystem.ManagedExecutorServiceResourceDefinition
 
THREAD_PRIORITY_AD - Static variable in class org.jboss.as.ee.subsystem.ManagedScheduledExecutorServiceResourceDefinition
 
ThreadContextProviderContextHandleFactory - Class in org.jboss.as.ee.concurrent.handle
The context handle factory responsible for saving and setting the context for a deployement's ThreadContextProvider.
ThreadContextProviderContextHandleFactory(ThreadContextProvider, int) - Constructor for class org.jboss.as.ee.concurrent.handle.ThreadContextProviderContextHandleFactory
 
TransactionContextHandleFactory - Class in org.jboss.as.ee.concurrent.handle
FIXME *FOLLOW UP* delete unused TransactionLeakContextHandleFactory and TransactionSetupProviderImpl, and deactivate unused logger msgs A context handle factory which is responsible for handling the context type ContextServiceDefinition.TRANSACTION.
TransactionContextHandleFactory() - Constructor for class org.jboss.as.ee.concurrent.handle.TransactionContextHandleFactory
 
TransactionLeakContextHandleFactory - Class in org.jboss.as.ee.concurrent.handle
A context handle factory which is responsible for preventing transaction leaks.
TransactionLeakContextHandleFactory() - Constructor for class org.jboss.as.ee.concurrent.handle.TransactionLeakContextHandleFactory
 

U

UNCHANGED_PROP - Static variable in class org.jboss.as.ee.concurrent.resource.definition.ContextServiceDefinitionAnnotationProcessor
 
unchangedContext(ContextService, Map<String, String>) - Method in interface org.jboss.as.ee.concurrent.handle.EE10ContextHandleFactory
 
unchangedContext(ContextService, Map<String, String>) - Method in class org.jboss.as.ee.concurrent.handle.TransactionContextHandleFactory
 
undeploy(DeploymentUnit) - Method in class org.jboss.as.ee.concurrent.deployers.EEConcurrentContextProcessor
 
USE_TRANSACTION_SETUP_PROVIDER - Static variable in class org.jboss.as.ee.subsystem.ContextServiceResourceDefinition
 
USE_TRANSACTION_SETUP_PROVIDER_AD - Static variable in class org.jboss.as.ee.subsystem.ContextServiceResourceDefinition
 

W

writeConcurrentElement(XMLExtendedStreamWriter, ModelNode) - Method in class org.jboss.as.ee.concurrent.AbstractConcurrencyImplementation
 
writeConcurrentElement(XMLExtendedStreamWriter, ModelNode) - Static method in class org.jboss.as.ee.subsystem.ConcurrentEESubsystemXMLPersister
 
writeSetupContextHandle(SetupContextHandle, ObjectOutputStream) - Method in class org.jboss.as.ee.concurrent.handle.ClassLoaderContextHandleFactory
 
writeSetupContextHandle(SetupContextHandle, ObjectOutputStream) - Method in interface org.jboss.as.ee.concurrent.handle.ContextHandleFactory
Writes the handle to the specified output stream.
writeSetupContextHandle(SetupContextHandle, ObjectOutputStream) - Method in class org.jboss.as.ee.concurrent.handle.NamingContextHandleFactory
 
writeSetupContextHandle(SetupContextHandle, ObjectOutputStream) - Method in class org.jboss.as.ee.concurrent.handle.OtherEESetupActionsContextHandleFactory
 
writeSetupContextHandle(SetupContextHandle, ObjectOutputStream) - Method in class org.jboss.as.ee.concurrent.handle.ThreadContextProviderContextHandleFactory
 
writeSetupContextHandle(SetupContextHandle, ObjectOutputStream) - Method in class org.jboss.as.ee.concurrent.handle.TransactionContextHandleFactory
 
writeSetupContextHandle(SetupContextHandle, ObjectOutputStream) - Method in class org.jboss.as.ee.concurrent.handle.TransactionLeakContextHandleFactory
 
A B C D E F G H I J K L M N O P Q R S T U W 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form