Class XARecoveryModule
java.lang.Object
com.arjuna.ats.internal.jta.recovery.arjunacore.XARecoveryModule
com.arjuna.ats.internal.jta.recovery.jts.XARecoveryModule
- All Implemented Interfaces:
ExtendedRecoveryModule
,RecoveryModule
Designed to be able to recover any XAResource.
-
Constructor Summary
-
Method Summary
Methods inherited from class com.arjuna.ats.internal.jta.recovery.arjunacore.XARecoveryModule
addSerializableXAResourceDeserializer, addXAResourceOrphanFilter, addXAResourceRecoveryHelper, getContactedJndiNames, getNewXAResource, getRegisteredXARecoveryModule, getSeriablizableXAResourceDeserializers, id, isPeriodicWorkSuccessful, periodicWorkFirstPass, periodicWorkSecondPass, removeXAResourceOrphanFilter, removeXAResourceRecoveryHelper
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.arjuna.ats.arjuna.recovery.RecoveryModule
hasWorkLeftToDo
-
Constructor Details
-
XARecoveryModule
public XARecoveryModule()
-