Uses of Class
com.arjuna.ats.jta.recovery.XAResourceOrphanFilter.Vote
-
Packages that use XAResourceOrphanFilter.Vote Package Description com.arjuna.ats.jta.recovery -
-
Uses of XAResourceOrphanFilter.Vote in com.arjuna.ats.jta.recovery
Methods in com.arjuna.ats.jta.recovery that return XAResourceOrphanFilter.Vote Modifier and Type Method Description XAResourceOrphanFilter.VoteXAResourceOrphanFilter. checkXid(Xid xid)Called by the XARecoveryModule for each in-doubt Xid.static XAResourceOrphanFilter.VoteXAResourceOrphanFilter.Vote. valueOf(String name)Returns the enum constant of this type with the specified name.static XAResourceOrphanFilter.Vote[]XAResourceOrphanFilter.Vote. values()Returns an array containing the constants of this enum type, in the order they are declared.
-