Class AbstractResourceAdapterDeploymentService

    • Field Detail

      • raRepository

        protected final org.jboss.msc.value.InjectedValue<org.jboss.jca.core.spi.rar.ResourceAdapterRepository> raRepository
      • managementRepository

        protected final org.jboss.msc.value.InjectedValue<org.jboss.jca.core.api.management.ManagementRepository> managementRepository
      • txInt

        protected final org.jboss.msc.value.InjectedValue<org.jboss.jca.core.spi.transaction.TransactionIntegration> txInt
      • ccmValue

        protected final org.jboss.msc.value.InjectedValue<org.jboss.jca.core.api.connectionmanager.ccm.CachedConnectionManager> ccmValue
      • executorServiceInjector

        protected final org.jboss.msc.value.InjectedValue<ExecutorService> executorServiceInjector
      • raRepositoryRegistrationId

        protected String raRepositoryRegistrationId
      • connectorServicesRegistrationName

        protected String connectorServicesRegistrationName
      • mdrRegistrationName

        protected String mdrRegistrationName
    • Constructor Detail

      • AbstractResourceAdapterDeploymentService

        public AbstractResourceAdapterDeploymentService()
    • Method Detail

      • unregisterAll

        public void unregisterAll​(String deploymentName)
      • getRaRepositoryInjector

        public org.jboss.msc.inject.Injector<org.jboss.jca.core.spi.rar.ResourceAdapterRepository> getRaRepositoryInjector()
      • getManagementRepositoryInjector

        public org.jboss.msc.inject.Injector<org.jboss.jca.core.api.management.ManagementRepository> getManagementRepositoryInjector()
      • getTxIntegration

        public org.jboss.msc.value.InjectedValue<org.jboss.jca.core.spi.transaction.TransactionIntegration> getTxIntegration()
      • getTxIntegrationInjector

        public org.jboss.msc.inject.Injector<org.jboss.jca.core.spi.transaction.TransactionIntegration> getTxIntegrationInjector()
      • getCcmInjector

        public org.jboss.msc.inject.Injector<org.jboss.jca.core.api.connectionmanager.ccm.CachedConnectionManager> getCcmInjector()
      • getExecutorServiceInjector

        public org.jboss.msc.inject.Injector<ExecutorService> getExecutorServiceInjector()
      • getLifecycleExecutorService

        protected final ExecutorService getLifecycleExecutorService()
      • isCreateBinderService

        public boolean isCreateBinderService()
        Returns:
        true if the binder service must be created to bind the connection factory
      • cleanupStartAsync

        protected final void cleanupStartAsync​(org.jboss.msc.service.StartContext context,
                                               String deploymentName,
                                               org.jboss.msc.service.ServiceName serviceName,
                                               Throwable cause)
      • stopAsync

        protected void stopAsync​(org.jboss.msc.service.StopContext context,
                                 String deploymentName,
                                 org.jboss.msc.service.ServiceName serviceName)