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
Processor responsible for binding the default EE concurrency resources to the naming context of EE modules/components.
- Author:
- Eduardo Martins
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidaddBindings(org.jboss.as.server.deployment.DeploymentUnit deploymentUnit, EEModuleDescription moduleDescription) Methods inherited from class org.jboss.as.ee.component.deployers.AbstractPlatformBindingProcessor
addBinding, deployMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.jboss.as.server.deployment.DeploymentUnitProcessor
undeploy
-
Field Details
-
DEFAULT_CONTEXT_SERVICE_JNDI_NAME
- See Also:
-
COMP_DEFAULT_CONTEXT_SERVICE_JNDI_NAME
- See Also:
-
DEFAULT_MANAGED_EXECUTOR_SERVICE_JNDI_NAME
- See Also:
-
COMP_DEFAULT_MANAGED_EXECUTOR_SERVICE_JNDI_NAME
- See Also:
-
DEFAULT_MANAGED_SCHEDULED_EXECUTOR_SERVICE_JNDI_NAME
- See Also:
-
COMP_DEFAULT_MANAGED_SCHEDULED_EXECUTOR_SERVICE_JNDI_NAME
- See Also:
-
DEFAULT_MANAGED_THREAD_FACTORY_JNDI_NAME
- See Also:
-
COMP_DEFAULT_MANAGED_THREAD_FACTORY_JNDI_NAME
- See Also:
-
-
Constructor Details
-
EEConcurrentDefaultBindingProcessor
public EEConcurrentDefaultBindingProcessor()
-
-
Method Details
-
addBindings
protected void addBindings(org.jboss.as.server.deployment.DeploymentUnit deploymentUnit, EEModuleDescription moduleDescription) - Specified by:
addBindingsin classAbstractPlatformBindingProcessor
-