public class IronJacamarActivationResourceService 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<ResourceAdapterDeployment> |
deployment |
protected org.jboss.msc.value.InjectedValue<AS7MetadataRepository> |
mdr |
| 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) |
protected final org.jboss.msc.value.InjectedValue<ResourceAdapterDeployment> deployment
protected final org.jboss.msc.value.InjectedValue<AS7MetadataRepository> mdr
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.service.Service<org.jboss.as.controller.registry.ManagementResourceRegistration>org.jboss.msc.service.StartExceptionpublic 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>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.