Uses of Class
org.multiverse.api.TxnStatus
-
Packages that use TxnStatus Package Description org.multiverse.api org.multiverse.stms.gamma.transactions -
-
Uses of TxnStatus in org.multiverse.api
Methods in org.multiverse.api that return TxnStatus Modifier and Type Method Description TxnStatusTxn. getStatus()Returns the status of this Txn.static TxnStatusTxnStatus. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static TxnStatus[]TxnStatus. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of TxnStatus in org.multiverse.stms.gamma.transactions
Methods in org.multiverse.stms.gamma.transactions that return TxnStatus Modifier and Type Method Description TxnStatusGammaTxn. getStatus()
-