Class 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 Detail

      • IronJacamarActivationResourceService

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

      • 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
      • getResourceAdapterDeploymentInjector

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