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>
public class LocalDataSourceService extends AbstractDataSourceService
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, transactionIntegrationValue
-
-
Constructor Summary
Constructors Constructor Description LocalDataSourceService(String dsName, ContextNames.BindInfo jndiName)LocalDataSourceService(String dsName, ContextNames.BindInfo jndiName, ClassLoader classLoader)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.jboss.msc.inject.Injector<ModifiableDataSource>getDataSourceConfigInjector()AbstractDataSourceService.AS7DataSourceDeployergetDeployer()-
Methods inherited from class org.jboss.as.connector.subsystems.datasources.AbstractDataSourceService
buildConfigPropsString, getCcmInjector, getCredentialSourceSupplierInjector, getDeploymentMD, getDriverInjector, getDriverRegistryInjector, getExecutorServiceInjector, getManagementRepositoryInjector, getMdrInjector, getRaRepositoryInjector, getRecoveryCredentialSourceSupplierInjector, getServiceName, getSubjectFactoryInjector, getTransactionIntegration, getTransactionIntegrationInjector, getValue, start, stop, stopService
-
-
-
-
Constructor Detail
-
LocalDataSourceService
public LocalDataSourceService(String dsName, ContextNames.BindInfo jndiName, ClassLoader classLoader)
-
LocalDataSourceService
public LocalDataSourceService(String dsName, ContextNames.BindInfo jndiName)
-
-
Method Detail
-
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
public org.jboss.msc.inject.Injector<ModifiableDataSource> getDataSourceConfigInjector()
-
-