public class XADataSourceConfigService extends Object implements org.jboss.msc.service.Service<ModifiableXaDataSource>
| Modifier and Type | Field and Description |
|---|---|
static org.jboss.msc.service.ServiceName |
SERVICE_NAME_BASE |
| Constructor and Description |
|---|
XADataSourceConfigService(ModifiableXaDataSource dataSourceConfig) |
| Modifier and Type | Method and Description |
|---|---|
ModifiableXaDataSource |
getValue() |
org.jboss.msc.inject.Injector<String> |
getXaDataSourcePropertyInjector(String key) |
void |
start(org.jboss.msc.service.StartContext startContext) |
void |
stop(org.jboss.msc.service.StopContext stopContext) |
public static final org.jboss.msc.service.ServiceName SERVICE_NAME_BASE
public XADataSourceConfigService(ModifiableXaDataSource dataSourceConfig)
public void start(org.jboss.msc.service.StartContext startContext)
throws org.jboss.msc.service.StartException
start in interface org.jboss.msc.service.Service<ModifiableXaDataSource>org.jboss.msc.service.StartExceptionpublic void stop(org.jboss.msc.service.StopContext stopContext)
stop in interface org.jboss.msc.service.Service<ModifiableXaDataSource>public ModifiableXaDataSource getValue() throws IllegalStateException, IllegalArgumentException
getValue in interface org.jboss.msc.value.Value<ModifiableXaDataSource>IllegalStateExceptionIllegalArgumentExceptionCopyright © 2015 JBoss by Red Hat. All rights reserved.