public abstract class AbstractResourceAdapterDeploymentService extends Object
| Modifier and Type | Class and Description |
|---|---|
protected class |
AbstractResourceAdapterDeploymentService.AbstractWildFlyRaDeployer |
| Modifier and Type | Field and Description |
|---|---|
protected org.jboss.msc.value.InjectedValue<org.jboss.jca.core.api.connectionmanager.ccm.CachedConnectionManager> |
ccmValue |
protected org.jboss.msc.value.InjectedValue<JcaSubsystemConfiguration> |
config |
protected String |
connectorServicesRegistrationName |
protected org.jboss.msc.value.InjectedValue<ExecutorService> |
executorServiceInjector |
protected org.jboss.msc.value.InjectedValue<org.jboss.jca.core.api.management.ManagementRepository> |
managementRepository |
protected org.jboss.msc.value.InjectedValue<AS7MetadataRepository> |
mdr |
protected String |
mdrRegistrationName |
protected org.jboss.msc.value.InjectedValue<org.jboss.jca.core.spi.rar.ResourceAdapterRepository> |
raRepository |
protected String |
raRepositoryRegistrationId |
protected org.jboss.msc.value.InjectedValue<ResourceAdapterDeploymentRegistry> |
registry |
protected org.jboss.msc.value.InjectedValue<ResourceAdaptersSubsystemService> |
resourceAdaptersSubsystem |
protected org.jboss.msc.value.InjectedValue<org.jboss.jca.core.spi.transaction.TransactionIntegration> |
txInt |
protected ResourceAdapterDeployment |
value |
| Constructor and Description |
|---|
AbstractResourceAdapterDeploymentService() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
cleanupStartAsync(org.jboss.msc.service.StartContext context,
String deploymentName,
org.jboss.msc.service.ServiceName serviceName,
Throwable cause) |
ContextNames.BindInfo |
getBindInfo(String jndi) |
org.jboss.msc.inject.Injector<org.jboss.jca.core.api.connectionmanager.ccm.CachedConnectionManager> |
getCcmInjector() |
org.jboss.msc.value.InjectedValue<JcaSubsystemConfiguration> |
getConfig() |
org.jboss.msc.inject.Injector<JcaSubsystemConfiguration> |
getConfigInjector() |
org.jboss.msc.inject.Injector<ExecutorService> |
getExecutorServiceInjector() |
abstract Collection<String> |
getJndiAliases() |
protected ExecutorService |
getLifecycleExecutorService() |
org.jboss.msc.inject.Injector<org.jboss.jca.core.api.management.ManagementRepository> |
getManagementRepositoryInjector() |
org.jboss.msc.inject.Injector<AS7MetadataRepository> |
getMdrInjector() |
org.jboss.msc.inject.Injector<org.jboss.jca.core.spi.rar.ResourceAdapterRepository> |
getRaRepositoryInjector() |
org.jboss.msc.inject.Injector<ResourceAdapterDeploymentRegistry> |
getRegistryInjector() |
org.jboss.msc.inject.Injector<ResourceAdaptersSubsystemService> |
getResourceAdaptersSubsystem() |
org.jboss.msc.value.InjectedValue<org.jboss.jca.core.spi.transaction.TransactionIntegration> |
getTxIntegration() |
org.jboss.msc.inject.Injector<org.jboss.jca.core.spi.transaction.TransactionIntegration> |
getTxIntegrationInjector() |
ResourceAdapterDeployment |
getValue() |
boolean |
isCreateBinderService() |
protected void |
stopAsync(org.jboss.msc.service.StopContext context,
String deploymentName,
org.jboss.msc.service.ServiceName serviceName) |
void |
unregisterAll(String deploymentName) |
protected ResourceAdapterDeployment value
protected final org.jboss.msc.value.InjectedValue<AS7MetadataRepository> mdr
protected final org.jboss.msc.value.InjectedValue<org.jboss.jca.core.spi.rar.ResourceAdapterRepository> raRepository
protected final org.jboss.msc.value.InjectedValue<ResourceAdapterDeploymentRegistry> registry
protected final org.jboss.msc.value.InjectedValue<org.jboss.jca.core.api.management.ManagementRepository> managementRepository
protected final org.jboss.msc.value.InjectedValue<JcaSubsystemConfiguration> config
protected final org.jboss.msc.value.InjectedValue<org.jboss.jca.core.spi.transaction.TransactionIntegration> txInt
protected final org.jboss.msc.value.InjectedValue<org.jboss.jca.core.api.connectionmanager.ccm.CachedConnectionManager> ccmValue
protected final org.jboss.msc.value.InjectedValue<ExecutorService> executorServiceInjector
protected final org.jboss.msc.value.InjectedValue<ResourceAdaptersSubsystemService> resourceAdaptersSubsystem
protected String raRepositoryRegistrationId
protected String connectorServicesRegistrationName
protected String mdrRegistrationName
public AbstractResourceAdapterDeploymentService()
public ResourceAdapterDeployment getValue()
public void unregisterAll(String deploymentName)
public org.jboss.msc.inject.Injector<AS7MetadataRepository> getMdrInjector()
public org.jboss.msc.inject.Injector<org.jboss.jca.core.spi.rar.ResourceAdapterRepository> getRaRepositoryInjector()
public org.jboss.msc.inject.Injector<org.jboss.jca.core.api.management.ManagementRepository> getManagementRepositoryInjector()
public org.jboss.msc.inject.Injector<ResourceAdapterDeploymentRegistry> getRegistryInjector()
public org.jboss.msc.value.InjectedValue<JcaSubsystemConfiguration> getConfig()
public org.jboss.msc.value.InjectedValue<org.jboss.jca.core.spi.transaction.TransactionIntegration> getTxIntegration()
public org.jboss.msc.inject.Injector<org.jboss.jca.core.spi.transaction.TransactionIntegration> getTxIntegrationInjector()
public org.jboss.msc.inject.Injector<JcaSubsystemConfiguration> getConfigInjector()
public org.jboss.msc.inject.Injector<org.jboss.jca.core.api.connectionmanager.ccm.CachedConnectionManager> getCcmInjector()
public org.jboss.msc.inject.Injector<ExecutorService> getExecutorServiceInjector()
public org.jboss.msc.inject.Injector<ResourceAdaptersSubsystemService> getResourceAdaptersSubsystem()
protected final ExecutorService getLifecycleExecutorService()
public ContextNames.BindInfo getBindInfo(String jndi)
public abstract Collection<String> getJndiAliases()
public boolean isCreateBinderService()
true if the binder service must be created to bind the connection factoryprotected final void cleanupStartAsync(org.jboss.msc.service.StartContext context,
String deploymentName,
org.jboss.msc.service.ServiceName serviceName,
Throwable cause)
protected void stopAsync(org.jboss.msc.service.StopContext context,
String deploymentName,
org.jboss.msc.service.ServiceName serviceName)
Copyright © 2023 JBoss by Red Hat. All rights reserved.