public final class IronJacamarActivationResourceService extends Object implements org.jboss.msc.service.Service<org.jboss.as.controller.registry.ManagementResourceRegistration>
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 and Description |
|---|
IronJacamarActivationResourceService(org.jboss.as.controller.registry.ManagementResourceRegistration registration,
org.jboss.as.controller.registry.Resource deploymentResource,
boolean statsEnabled)
create an instance *
|
| Modifier and Type | Method and Description |
|---|---|
org.jboss.msc.inject.Injector<AS7MetadataRepository> |
getMdrInjector() |
org.jboss.msc.inject.Injector<ResourceAdapterDeployment> |
getResourceAdapterDeploymentInjector() |
org.jboss.as.controller.registry.ManagementResourceRegistration |
getValue() |
void |
start(org.jboss.msc.service.StartContext context) |
void |
stop(org.jboss.msc.service.StopContext context) |
public IronJacamarActivationResourceService(org.jboss.as.controller.registry.ManagementResourceRegistration registration,
org.jboss.as.controller.registry.Resource deploymentResource,
boolean statsEnabled)
public void start(org.jboss.msc.service.StartContext context)
throws org.jboss.msc.service.StartException
start in interface org.jboss.msc.Serviceorg.jboss.msc.service.StartExceptionpublic void stop(org.jboss.msc.service.StopContext context)
stop in interface org.jboss.msc.Servicepublic org.jboss.as.controller.registry.ManagementResourceRegistration getValue()
throws IllegalStateException,
IllegalArgumentException
getValue in interface org.jboss.msc.value.Value<org.jboss.as.controller.registry.ManagementResourceRegistration>IllegalStateExceptionIllegalArgumentExceptionpublic org.jboss.msc.inject.Injector<AS7MetadataRepository> getMdrInjector()
public org.jboss.msc.inject.Injector<ResourceAdapterDeployment> getResourceAdapterDeploymentInjector()
Copyright © 2021 JBoss by Red Hat. All rights reserved.