Class DataSourceDefinitionDescriptorProcessor
- java.lang.Object
-
- org.jboss.as.ee.component.deployers.AbstractDeploymentDescriptorBindingsProcessor
-
- org.jboss.as.ee.resource.definition.ResourceDefinitionDescriptorProcessor
-
- org.wildfly.extension.datasources.agroal.deployment.DataSourceDefinitionDescriptorProcessor
-
- All Implemented Interfaces:
org.jboss.as.server.deployment.DeploymentUnitProcessor
public class DataSourceDefinitionDescriptorProcessor extends ResourceDefinitionDescriptorProcessor
Processor of the data-source element in ejb-jar.xml- Author:
- Luis Barreiro
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.jboss.as.ee.resource.definition.ResourceDefinitionDescriptorProcessor
ResourceDefinitionDescriptorProcessor.ResourceDefinitionInjectionSources
-
-
Constructor Summary
Constructors Constructor Description DataSourceDefinitionDescriptorProcessor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidprocessEnvironment(org.jboss.metadata.javaee.spec.RemoteEnvironment environment, ResourceDefinitionDescriptorProcessor.ResourceDefinitionInjectionSources injectionSources)-
Methods inherited from class org.jboss.as.ee.resource.definition.ResourceDefinitionDescriptorProcessor
processDescriptorEntries
-
Methods inherited from class org.jboss.as.ee.component.deployers.AbstractDeploymentDescriptorBindingsProcessor
deploy, processInjectionTargets
-
-
-
-
Method Detail
-
processEnvironment
protected void processEnvironment(org.jboss.metadata.javaee.spec.RemoteEnvironment environment, ResourceDefinitionDescriptorProcessor.ResourceDefinitionInjectionSources injectionSources) throws org.jboss.as.server.deployment.DeploymentUnitProcessingException- Specified by:
processEnvironmentin classResourceDefinitionDescriptorProcessor- Throws:
org.jboss.as.server.deployment.DeploymentUnitProcessingException
-
-