Class DefaultDataSourceBindingProcessor
java.lang.Object
org.jboss.as.ee.component.deployers.AbstractPlatformBindingProcessor
org.jboss.as.connector.deployers.datasource.DefaultDataSourceBindingProcessor
- All Implemented Interfaces:
org.jboss.as.server.deployment.DeploymentUnitProcessor
Processor responsible for binding the default datasource 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_DATASOURCE_JNDI_NAME
- See Also:
-
COMP_DEFAULT_DATASOURCE_JNDI_NAME
- See Also:
-
-
Constructor Details
-
DefaultDataSourceBindingProcessor
public DefaultDataSourceBindingProcessor()
-
-
Method Details
-
addBindings
protected void addBindings(org.jboss.as.server.deployment.DeploymentUnit deploymentUnit, EEModuleDescription moduleDescription) - Specified by:
addBindingsin classAbstractPlatformBindingProcessor
-