Uses of Interface
com.arjuna.ats.jta.recovery.XAResourceRecovery
Packages that use XAResourceRecovery
-
Uses of XAResourceRecovery in com.arjuna.ats.internal.jdbc.recovery
Classes in com.arjuna.ats.internal.jdbc.recovery that implement XAResourceRecoveryModifier and TypeClassDescriptionclass
This class implements the XAResourceRecovery interface for XAResources.class
This provides recovery for compliant JDBC drivers. -
Uses of XAResourceRecovery in com.arjuna.ats.jta.common
Methods in com.arjuna.ats.jta.common that return types with arguments of type XAResourceRecoveryModifier and TypeMethodDescriptionJTAEnvironmentBean.getXaResourceRecoveries()
Returns the set of XAResourceRecovery instances.Method parameters in com.arjuna.ats.jta.common with type arguments of type XAResourceRecoveryModifier and TypeMethodDescriptionvoid
JTAEnvironmentBean.setXaResourceRecoveries
(List<XAResourceRecovery> xaResourceRecoveries) Sets the instances of XAResourceRecovery.