Uses of Class
org.apache.jena.dboe.transaction.txn.TxnState
-
Packages that use TxnState Package Description org.apache.jena.dboe.transaction.txn -
-
Uses of TxnState in org.apache.jena.dboe.transaction.txn
Methods in org.apache.jena.dboe.transaction.txn that return TxnState Modifier and Type Method Description TxnStateTransaction. getState()TxnStateTransactionInfo. getState()The transaction lifecycle statestatic TxnStateTxnState. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static TxnState[]TxnState. values()Returns an array containing the constants of this enum type, in the order they are declared.
-