Uses of Interface
org.multiverse.api.lifecycle.TxnListener
Packages that use TxnListener
Package
Description
-
Uses of TxnListener in org.multiverse.api
Methods in org.multiverse.api that return types with arguments of type TxnListenerModifier and TypeMethodDescriptionTxnConfig.getPermanentListeners()
Returns an unmodifiable list containing all permanent TxnListener.Methods in org.multiverse.api with parameters of type TxnListenerModifier and TypeMethodDescriptionTxnFactoryBuilder.addPermanentListener
(TxnListener listener) Adds a permanentTxn
TxnListener
.void
Txn.register
(TxnListener listener) Registers a TxnListener. -
Uses of TxnListener in org.multiverse.commitbarriers
Classes in org.multiverse.commitbarriers that implement TxnListenerModifier and TypeClassDescriptionprivate class
A 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 TxnListenerModifier and TypeFieldDescriptionGammaStmConfig.permanentListeners
Contains the permanent TxnListeners that should always be executed.Methods in org.multiverse.stms.gamma with parameters of type TxnListenerModifier and TypeMethodDescriptionGammaStm.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 TxnListenerMethods in org.multiverse.stms.gamma.transactions that return types with arguments of type TxnListenerMethods in org.multiverse.stms.gamma.transactions with parameters of type TxnListenerModifier and TypeMethodDescriptionGammaTxnConfig.addPermanentListener
(TxnListener listener) GammaTxnFactoryBuilder.addPermanentListener
(TxnListener listener) void
GammaTxn.register
(TxnListener listener)