Uses of Interface
org.multiverse.api.TxnFactory
-
Packages that use TxnFactory Package Description org.multiverse.api org.multiverse.stms.gamma.transactions -
-
Uses of TxnFactory in org.multiverse.api
Methods in org.multiverse.api that return TxnFactory Modifier and Type Method Description TxnFactory
TxnExecutor. getTxnFactory()
Returns theTxnFactory
that is used by this TxnExecutor to create transactions used to execute transactional closures.TxnFactory
TxnFactoryBuilder. newTransactionFactory()
Builds a newTxnFactory
. -
Uses of TxnFactory in org.multiverse.stms.gamma.transactions
Subinterfaces of TxnFactory in org.multiverse.stms.gamma.transactions Modifier and Type Interface Description interface
GammaTxnFactory
ATxnFactory
tailored for theGammaStm
.
-