Class EEConcurrentDefaultBindingProcessor
- java.lang.Object
-
- org.jboss.as.ee.component.deployers.AbstractPlatformBindingProcessor
-
- org.jboss.as.ee.concurrent.deployers.EEConcurrentDefaultBindingProcessor
-
- All Implemented Interfaces:
org.jboss.as.server.deployment.DeploymentUnitProcessor
public class EEConcurrentDefaultBindingProcessor extends AbstractPlatformBindingProcessor
Processor responsible for binding the default EE concurrency resources to the naming context of EE modules/components.- Author:
- Eduardo Martins
-
-
Field Summary
Fields Modifier and Type Field Description static StringCOMP_DEFAULT_CONTEXT_SERVICE_JNDI_NAMEstatic StringCOMP_DEFAULT_MANAGED_EXECUTOR_SERVICE_JNDI_NAMEstatic StringCOMP_DEFAULT_MANAGED_SCHEDULED_EXECUTOR_SERVICE_JNDI_NAMEstatic StringCOMP_DEFAULT_MANAGED_THREAD_FACTORY_JNDI_NAMEstatic StringDEFAULT_CONTEXT_SERVICE_JNDI_NAMEstatic StringDEFAULT_MANAGED_EXECUTOR_SERVICE_JNDI_NAMEstatic StringDEFAULT_MANAGED_SCHEDULED_EXECUTOR_SERVICE_JNDI_NAMEstatic StringDEFAULT_MANAGED_THREAD_FACTORY_JNDI_NAME
-
Constructor Summary
Constructors Constructor Description EEConcurrentDefaultBindingProcessor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidaddBindings(org.jboss.as.server.deployment.DeploymentUnit deploymentUnit, EEModuleDescription moduleDescription)Concrete implementations should use this method to add bindings to the module description, throughAbstractPlatformBindingProcessor.addBinding(String, String, DeploymentUnit, EEModuleDescription)-
Methods inherited from class org.jboss.as.ee.component.deployers.AbstractPlatformBindingProcessor
addBinding, deploy
-
-
-
-
Field Detail
-
DEFAULT_CONTEXT_SERVICE_JNDI_NAME
public static final String DEFAULT_CONTEXT_SERVICE_JNDI_NAME
- See Also:
- Constant Field Values
-
COMP_DEFAULT_CONTEXT_SERVICE_JNDI_NAME
public static final String COMP_DEFAULT_CONTEXT_SERVICE_JNDI_NAME
- See Also:
- Constant Field Values
-
DEFAULT_MANAGED_EXECUTOR_SERVICE_JNDI_NAME
public static final String DEFAULT_MANAGED_EXECUTOR_SERVICE_JNDI_NAME
- See Also:
- Constant Field Values
-
COMP_DEFAULT_MANAGED_EXECUTOR_SERVICE_JNDI_NAME
public static final String COMP_DEFAULT_MANAGED_EXECUTOR_SERVICE_JNDI_NAME
- See Also:
- Constant Field Values
-
DEFAULT_MANAGED_SCHEDULED_EXECUTOR_SERVICE_JNDI_NAME
public static final String DEFAULT_MANAGED_SCHEDULED_EXECUTOR_SERVICE_JNDI_NAME
- See Also:
- Constant Field Values
-
COMP_DEFAULT_MANAGED_SCHEDULED_EXECUTOR_SERVICE_JNDI_NAME
public static final String COMP_DEFAULT_MANAGED_SCHEDULED_EXECUTOR_SERVICE_JNDI_NAME
- See Also:
- Constant Field Values
-
DEFAULT_MANAGED_THREAD_FACTORY_JNDI_NAME
public static final String DEFAULT_MANAGED_THREAD_FACTORY_JNDI_NAME
- See Also:
- Constant Field Values
-
COMP_DEFAULT_MANAGED_THREAD_FACTORY_JNDI_NAME
public static final String COMP_DEFAULT_MANAGED_THREAD_FACTORY_JNDI_NAME
- See Also:
- Constant Field Values
-
-
Method Detail
-
addBindings
protected void addBindings(org.jboss.as.server.deployment.DeploymentUnit deploymentUnit, EEModuleDescription moduleDescription)Description copied from class:AbstractPlatformBindingProcessorConcrete implementations should use this method to add bindings to the module description, throughAbstractPlatformBindingProcessor.addBinding(String, String, DeploymentUnit, EEModuleDescription)- Specified by:
addBindingsin classAbstractPlatformBindingProcessor
-
-