Uses of Interface
org.multiverse.api.lifecycle.TxnListener
-
Packages that use TxnListener Package Description org.multiverse.api org.multiverse.commitbarriers org.multiverse.stms.gamma org.multiverse.stms.gamma.transactions -
-
Uses of TxnListener in org.multiverse.api
Methods in org.multiverse.api that return types with arguments of type TxnListener Modifier and Type Method Description java.util.List<TxnListener>TxnConfig. getPermanentListeners()Returns an unmodifiable list containing all permanent TxnListener.Methods in org.multiverse.api with parameters of type TxnListener Modifier and Type Method Description TxnFactoryBuilderTxnFactoryBuilder. addPermanentListener(TxnListener listener)Adds a permanentTxnTxnListener.voidTxn. register(TxnListener listener)Registers a TxnListener. -
Uses of TxnListener in org.multiverse.commitbarriers
Classes in org.multiverse.commitbarriers that implement TxnListener Modifier and Type Class Description private classCountDownCommitBarrier.RestorePartiesCompensatingTaskA TransactionLifecycleListener that is responsible for restoring the the number of parties after the transaction that increased them, was aborted. -
Uses of TxnListener in org.multiverse.stms.gamma
Fields in org.multiverse.stms.gamma with type parameters of type TxnListener Modifier and Type Field Description java.util.List<TxnListener>GammaStmConfig. permanentListenersContains the permanent TxnListeners that should always be executed.Methods in org.multiverse.stms.gamma with parameters of type TxnListener Modifier and Type Method Description GammaTxnFactoryBuilderGammaStm.GammaTxnFactoryBuilderImpl. addPermanentListener(TxnListener listener) -
Uses of TxnListener in org.multiverse.stms.gamma.transactions
Fields in org.multiverse.stms.gamma.transactions with type parameters of type TxnListener Modifier and Type Field Description java.util.ArrayList<TxnListener>GammaTxn. listenersjava.util.ArrayList<TxnListener>GammaTxnConfig. permanentListenersMethods in org.multiverse.stms.gamma.transactions that return types with arguments of type TxnListener Modifier and Type Method Description java.util.List<TxnListener>GammaTxnConfig. getPermanentListeners()Methods in org.multiverse.stms.gamma.transactions with parameters of type TxnListener Modifier and Type Method Description GammaTxnConfigGammaTxnConfig. addPermanentListener(TxnListener listener)GammaTxnFactoryBuilderGammaTxnFactoryBuilder. addPermanentListener(TxnListener listener)voidGammaTxn. register(TxnListener listener)
-