public class ConnectionDefinitionStatisticsService 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 |
|---|
ConnectionDefinitionStatisticsService(org.jboss.as.controller.registry.ManagementResourceRegistration registration,
String jndiName,
String poolName,
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 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<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.