Package org.jboss.as.txn.service
Class CMResourceService
- java.lang.Object
-
- org.jboss.as.txn.service.CMResourceService
-
-
Constructor Summary
Constructors Constructor Description CMResourceService(String jndiName, String tableName, Boolean immediateCleanup, Integer batchSize)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.jboss.msc.inject.Injector<com.arjuna.ats.jta.common.JTAEnvironmentBean>getJTAEnvironmentBeanInjector()VoidgetValue()voidstart(org.jboss.msc.service.StartContext context)voidstop(org.jboss.msc.service.StopContext context)
-
-
-
Method Detail
-
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 Void getValue() throws IllegalStateException, IllegalArgumentException
- Specified by:
getValuein interfaceorg.jboss.msc.value.Value<Void>- Throws:
IllegalStateExceptionIllegalArgumentException
-
getJTAEnvironmentBeanInjector
public org.jboss.msc.inject.Injector<com.arjuna.ats.jta.common.JTAEnvironmentBean> getJTAEnvironmentBeanInjector()
-
-