Class IronJacamarActivationResourceService

java.lang.Object
org.jboss.as.connector.services.resourceadapters.IronJacamarActivationResourceService
All Implemented Interfaces:
org.jboss.msc.Service, org.jboss.msc.service.Service<org.jboss.as.controller.registry.ManagementResourceRegistration>, org.jboss.msc.value.Value<org.jboss.as.controller.registry.ManagementResourceRegistration>

public final class IronJacamarActivationResourceService extends Object implements org.jboss.msc.service.Service<org.jboss.as.controller.registry.ManagementResourceRegistration>
Registers the ManagementResourceRegistration and Resource for displaying various statistics reported by a ResourceAdapterDeployment. The available statistics depend on the deployment implementation, so they cannot be known/registered before the deployment is processed.
  • Constructor Details

    • IronJacamarActivationResourceService

      public IronJacamarActivationResourceService(org.jboss.as.controller.registry.ManagementResourceRegistration registration, org.jboss.as.controller.registry.Resource deploymentResource, boolean statsEnabled)
      create an instance *
  • Method Details

    • start

      public void start(org.jboss.msc.service.StartContext context) throws org.jboss.msc.service.StartException
      Specified by:
      start in interface org.jboss.msc.Service
      Throws:
      org.jboss.msc.service.StartException
    • stop

      public void stop(org.jboss.msc.service.StopContext context)
      Specified by:
      stop in interface org.jboss.msc.Service
    • getValue

      public org.jboss.as.controller.registry.ManagementResourceRegistration getValue() throws IllegalStateException, IllegalArgumentException
      Specified by:
      getValue in interface org.jboss.msc.value.Value<org.jboss.as.controller.registry.ManagementResourceRegistration>
      Throws:
      IllegalStateException
      IllegalArgumentException
    • getMdrInjector

      public org.jboss.msc.inject.Injector<AS7MetadataRepository> getMdrInjector()
    • getResourceAdapterDeploymentInjector

      public org.jboss.msc.inject.Injector<ResourceAdapterDeployment> getResourceAdapterDeploymentInjector()