Uses of Class
com.tangosol.coherence.transaction.Status
-
Packages that use Status Package Description com.tangosol.coherence.transaction Contains classes related to the Coherence Transaction Framework. -
-
Uses of Status in com.tangosol.coherence.transaction
Methods in com.tangosol.coherence.transaction that return Status Modifier and Type Method Description Status
TransactionState. getStatus()
Obtain the status of the transaction.static Status
Status. valueOf(String name)
Returns the enum constant of this type with the specified name.static Status[]
Status. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-