Uses of Class
com.avoka.tm.svc.TxnUpdater.AbandonMode
-
Packages that use TxnUpdater.AbandonMode Package Description com.avoka.tm.svc Provides Service classes. -
-
Uses of TxnUpdater.AbandonMode in com.avoka.tm.svc
Methods in com.avoka.tm.svc that return TxnUpdater.AbandonMode Modifier and Type Method Description static TxnUpdater.AbandonMode
TxnUpdater.AbandonMode. valueOf(String name)
Returns the enum constant of this type with the specified name.static TxnUpdater.AbandonMode[]
TxnUpdater.AbandonMode. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.avoka.tm.svc with parameters of type TxnUpdater.AbandonMode Modifier and Type Method Description TxnUpdater
TxnUpdater. setAbandonMode(TxnUpdater.AbandonMode abandonMode)
Perform an abandonment on the transaction to be purged
-