Uses of Enum Class
org.osid.transaction.TransactionState
Packages that use TransactionState
Package
Description
The Open Service Interface Definitions for the org.osid.transaction
service.
-
Uses of TransactionState in org.osid.transaction
Subclasses with type arguments of type TransactionState in org.osid.transactionModifier and TypeClassDescriptionenumThis enumeration contains the possible state values of anOsidTransaction.Methods in org.osid.transaction that return TransactionStateModifier and TypeMethodDescriptionTransaction.getState()Gets the current state of this transaction.TransactionSession.getState()Gets the current state of this transaction.static TransactionStateReturns the enum constant of this class with the specified name.static TransactionState[]TransactionState.values()Returns an array containing the constants of this enum class, in the order they are declared.