Class LocalDataSourceService
java.lang.Object
org.jboss.as.connector.subsystems.datasources.AbstractDataSourceService
org.jboss.as.connector.subsystems.datasources.LocalDataSourceService
- All Implemented Interfaces:
org.jboss.msc.Service,org.jboss.msc.service.Service<DataSource>,org.jboss.msc.value.Value<DataSource>
Local data-source service implementation.
- Author:
- John Bailey, Stefano Maestri
-
Nested Class Summary
Nested classes/interfaces inherited from class org.jboss.as.connector.subsystems.datasources.AbstractDataSourceService
AbstractDataSourceService.AS7DataSourceDeployer -
Field Summary
Fields inherited from class org.jboss.as.connector.subsystems.datasources.AbstractDataSourceService
deploymentMD, SERVICE_NAME_BASE, transactionIntegrationValueFields inherited from interface org.jboss.msc.service.Service
NULL -
Constructor Summary
ConstructorsConstructorDescriptionLocalDataSourceService(String dsName, ContextNames.BindInfo jndiName) LocalDataSourceService(String dsName, ContextNames.BindInfo jndiName, ClassLoader classLoader) -
Method Summary
Methods inherited from class org.jboss.as.connector.subsystems.datasources.AbstractDataSourceService
buildConfigPropsString, getCcmInjector, getCredentialSourceSupplierInjector, getDeploymentMD, getDriverInjector, getDriverRegistryInjector, getExecutorServiceInjector, getManagementRepositoryInjector, getMdrInjector, getRaRepositoryInjector, getRecoveryCredentialSourceSupplierInjector, getServiceName, getTransactionIntegration, getTransactionIntegrationInjector, getValue, start, stop, stopService
-
Constructor Details
-
LocalDataSourceService
public LocalDataSourceService(String dsName, ContextNames.BindInfo jndiName, ClassLoader classLoader) -
LocalDataSourceService
-
-
Method Details
-
getDeployer
public AbstractDataSourceService.AS7DataSourceDeployer getDeployer() throws org.jboss.jca.common.api.validator.ValidateException- Specified by:
getDeployerin classAbstractDataSourceService- Throws:
org.jboss.jca.common.api.validator.ValidateException
-
getDataSourceConfigInjector
-