Uses of Interface
org.multiverse.api.lifecycle.TxnListener
-
Packages that use TxnListener Package Description org.multiverse.api 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 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 TxnFactoryBuilder
TxnFactoryBuilder. addPermanentListener(TxnListener listener)
Adds a permanentTxn
TxnListener
.void
Txn. register(TxnListener listener)
Registers a TxnListener. -
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 List<TxnListener>
GammaStmConfig. permanentListeners
Contains the permanent TxnListeners that should always be executed. -
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 ArrayList<TxnListener>
GammaTxn. listeners
ArrayList<TxnListener>
GammaTxnConfig. permanentListeners
Methods in org.multiverse.stms.gamma.transactions that return types with arguments of type TxnListener Modifier and Type Method Description List<TxnListener>
GammaTxnConfig. getPermanentListeners()
Methods in org.multiverse.stms.gamma.transactions with parameters of type TxnListener Modifier and Type Method Description GammaTxnConfig
GammaTxnConfig. addPermanentListener(TxnListener listener)
GammaTxnFactoryBuilder
GammaTxnFactoryBuilder. addPermanentListener(TxnListener listener)
void
GammaTxn. register(TxnListener listener)
-