Uses of Class
org.dizitart.no2.transaction.TransactionState
-
Packages that use TransactionState Package Description org.dizitart.no2.transaction -
-
Uses of TransactionState in org.dizitart.no2.transaction
Methods in org.dizitart.no2.transaction that return TransactionState Modifier and Type Method Description TransactionStateTransaction. getState()Returns the current state of the transaction.static TransactionStateTransactionState. valueOf(String name)Returns the enum constant of this type with the specified name.static TransactionState[]TransactionState. values()Returns an array containing the constants of this enum type, in the order they are declared.
-