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 TxnFactoryBuilderTxnFactoryBuilder. addPermanentListener(TxnListener listener)Adds a permanentTxnTxnListener.voidTxn. 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. permanentListenersContains 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. listenersArrayList<TxnListener>GammaTxnConfig. permanentListenersMethods 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 GammaTxnConfigGammaTxnConfig. addPermanentListener(TxnListener listener)GammaTxnFactoryBuilderGammaTxnFactoryBuilder. addPermanentListener(TxnListener listener)voidGammaTxn. register(TxnListener listener)
-