public class ResourceAdapterStatisticsService extends Object implements org.jboss.msc.service.Service<org.jboss.as.controller.registry.ManagementResourceRegistration>
Modifier and Type | Field and Description |
---|---|
protected org.jboss.msc.value.InjectedValue<org.jboss.jca.core.api.bootstrap.CloneableBootstrapContext> |
bootstrapContext |
protected org.jboss.msc.value.InjectedValue<ResourceAdapterDeployment> |
deployment |
Constructor and Description |
---|
ResourceAdapterStatisticsService(org.jboss.as.controller.registry.ManagementResourceRegistration registration,
String jndiName,
boolean statsEnabled)
create an instance *
|
Modifier and Type | Method and Description |
---|---|
org.jboss.msc.inject.Injector<org.jboss.jca.core.api.bootstrap.CloneableBootstrapContext> |
getBootstrapContextInjector() |
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) |
protected final org.jboss.msc.value.InjectedValue<ResourceAdapterDeployment> deployment
protected final org.jboss.msc.value.InjectedValue<org.jboss.jca.core.api.bootstrap.CloneableBootstrapContext> bootstrapContext
public ResourceAdapterStatisticsService(org.jboss.as.controller.registry.ManagementResourceRegistration registration, String jndiName, boolean statsEnabled)
public void start(org.jboss.msc.service.StartContext context) throws org.jboss.msc.service.StartException
start
in interface org.jboss.msc.service.Service<org.jboss.as.controller.registry.ManagementResourceRegistration>
org.jboss.msc.service.StartException
public void stop(org.jboss.msc.service.StopContext context)
stop
in interface org.jboss.msc.service.Service<org.jboss.as.controller.registry.ManagementResourceRegistration>
public org.jboss.as.controller.registry.ManagementResourceRegistration getValue() throws IllegalStateException, IllegalArgumentException
getValue
in interface org.jboss.msc.value.Value<org.jboss.as.controller.registry.ManagementResourceRegistration>
IllegalStateException
IllegalArgumentException
public org.jboss.msc.inject.Injector<ResourceAdapterDeployment> getResourceAdapterDeploymentInjector()
public org.jboss.msc.inject.Injector<org.jboss.jca.core.api.bootstrap.CloneableBootstrapContext> getBootstrapContextInjector()
Copyright © 2018 JBoss by Red Hat. All rights reserved.