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.-
Field Summary
Fields inherited from interface org.jboss.msc.service.Service
NULL -
Constructor Summary
ConstructorsConstructorDescriptionIronJacamarActivationResourceService(org.jboss.as.controller.registry.ManagementResourceRegistration registration, org.jboss.as.controller.registry.Resource deploymentResource, boolean statsEnabled) create an instance * -
Method Summary
Modifier and TypeMethodDescriptionorg.jboss.msc.inject.Injector<AS7MetadataRepository>org.jboss.msc.inject.Injector<ResourceAdapterDeployment>org.jboss.as.controller.registry.ManagementResourceRegistrationgetValue()voidstart(org.jboss.msc.service.StartContext context) voidstop(org.jboss.msc.service.StopContext context)
-
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:
startin interfaceorg.jboss.msc.Service- Throws:
org.jboss.msc.service.StartException
-
stop
public void stop(org.jboss.msc.service.StopContext context) - Specified by:
stopin interfaceorg.jboss.msc.Service
-
getValue
public org.jboss.as.controller.registry.ManagementResourceRegistration getValue() throws IllegalStateException, IllegalArgumentException- Specified by:
getValuein interfaceorg.jboss.msc.value.Value<org.jboss.as.controller.registry.ManagementResourceRegistration>- Throws:
IllegalStateExceptionIllegalArgumentException
-
getMdrInjector
-
getResourceAdapterDeploymentInjector
public org.jboss.msc.inject.Injector<ResourceAdapterDeployment> getResourceAdapterDeploymentInjector()
-