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 TxnEventTxnEvent. 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 voidTxnListener. 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 voidCountDownCommitBarrier.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 voidGammaTxn. notifyListeners(TxnEvent event)
-