Package | Description |
---|---|
org.multiverse.api | |
org.multiverse.commitbarriers | |
org.multiverse.stms.gamma | |
org.multiverse.stms.gamma.transactions |
Modifier and Type | Method and Description |
---|---|
java.util.List<TxnListener> |
TxnConfig.getPermanentListeners()
Returns an unmodifiable list containing all permanent TxnListener.
|
Modifier and Type | Method and Description |
---|---|
TxnFactoryBuilder |
TxnFactoryBuilder.addPermanentListener(TxnListener listener)
Adds a permanent
Txn TxnListener . |
void |
Txn.register(TxnListener listener)
Registers a TxnListener.
|
Modifier and Type | Class and Description |
---|---|
private class |
CountDownCommitBarrier.RestorePartiesCompensatingTask
A TransactionLifecycleListener that is responsible for restoring the the number of
parties after the transaction that increased them, was aborted.
|
Modifier and Type | Field and Description |
---|---|
java.util.List<TxnListener> |
GammaStmConfig.permanentListeners
Contains the permanent TxnListeners that should always be executed.
|
Modifier and Type | Method and Description |
---|---|
GammaTxnFactoryBuilder |
GammaStm.GammaTxnFactoryBuilderImpl.addPermanentListener(TxnListener listener) |
Modifier and Type | Field and Description |
---|---|
java.util.ArrayList<TxnListener> |
GammaTxn.listeners |
java.util.ArrayList<TxnListener> |
GammaTxnConfig.permanentListeners |
Modifier and Type | Method and Description |
---|---|
java.util.List<TxnListener> |
GammaTxnConfig.getPermanentListeners() |
Modifier and Type | Method and Description |
---|---|
GammaTxnFactoryBuilder |
GammaTxnFactoryBuilder.addPermanentListener(TxnListener listener) |
GammaTxnConfig |
GammaTxnConfig.addPermanentListener(TxnListener listener) |
void |
GammaTxn.register(TxnListener listener) |