Uses of Enum Class
org.restheart.mongodb.db.sessions.Txn.TransactionStatus
Packages that use Txn.TransactionStatus
-
Uses of Txn.TransactionStatus in org.restheart.mongodb.db.sessions
Methods in org.restheart.mongodb.db.sessions that return Txn.TransactionStatusModifier and TypeMethodDescriptionTxn.getStatus()static Txn.TransactionStatusReturns the enum constant of this class with the specified name.static Txn.TransactionStatus[]Txn.TransactionStatus.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.restheart.mongodb.db.sessions with parameters of type Txn.TransactionStatusModifier and TypeMethodDescriptionvoidTxnClientSessionImpl.setTransactionState(Txn.TransactionStatus transactionState) Constructors in org.restheart.mongodb.db.sessions with parameters of type Txn.TransactionStatus