|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use TxnListener | |
|---|---|
| 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 | |
|---|---|
List<TxnListener> |
TxnConfig.getPermanentListeners()
Returns an unmodifiable list containing all permanent TxnListener. |
| Methods in org.multiverse.api with parameters of type TxnListener | |
|---|---|
TxnFactoryBuilder |
TxnFactoryBuilder.addPermanentListener(TxnListener listener)
Adds a permanent Txn 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 | |
|---|---|
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 | |
|---|---|
ArrayList<TxnListener> |
GammaTxn.listeners
|
ArrayList<TxnListener> |
GammaTxnConfig.permanentListeners
|
| Methods in org.multiverse.stms.gamma.transactions that return types with arguments of type TxnListener | |
|---|---|
List<TxnListener> |
GammaTxnConfig.getPermanentListeners()
|
| Methods in org.multiverse.stms.gamma.transactions with parameters of type TxnListener | |
|---|---|
GammaTxnFactoryBuilder |
GammaTxnFactoryBuilder.addPermanentListener(TxnListener listener)
|
GammaTxnConfig |
GammaTxnConfig.addPermanentListener(TxnListener listener)
|
void |
GammaTxn.register(TxnListener listener)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||