Uses of Class
org.multiverse.api.lifecycle.TxnEvent
-
Packages that use TxnEvent Package Description org.multiverse.api.lifecycle org.multiverse.commitbarriers org.multiverse.stms.gamma.transactions -
-
Uses of TxnEvent in org.multiverse.api.lifecycle
Methods in org.multiverse.api.lifecycle that return TxnEvent Modifier and Type Method Description static TxnEvent
TxnEvent. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static TxnEvent[]
TxnEvent. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.multiverse.api.lifecycle with parameters of type TxnEvent Modifier and Type Method Description void
TxnListener. notify(Txn txn, TxnEvent e)
-
Uses of TxnEvent in org.multiverse.commitbarriers
Methods in org.multiverse.commitbarriers with parameters of type TxnEvent Modifier and Type Method Description void
CountDownCommitBarrier.RestorePartiesCompensatingTask. notify(Txn tx, TxnEvent event)
-
Uses of TxnEvent in org.multiverse.stms.gamma.transactions
Methods in org.multiverse.stms.gamma.transactions with parameters of type TxnEvent Modifier and Type Method Description protected void
GammaTxn. notifyListeners(TxnEvent event)
-