|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use TransactionStatus | |
|---|---|
| org.multiverse.api | Contains the most important interfaces and classes for the Multiverse project. |
| org.multiverse.stms | Contains concrete STM implementations are abstract support structures. |
| Uses of TransactionStatus in org.multiverse.api |
|---|
| Methods in org.multiverse.api that return TransactionStatus | |
|---|---|
TransactionStatus |
Transaction.getStatus()
Returns the status of this Transaction. |
static TransactionStatus |
TransactionStatus.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static TransactionStatus[] |
TransactionStatus.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Uses of TransactionStatus in org.multiverse.stms |
|---|
| Methods in org.multiverse.stms that return TransactionStatus | |
|---|---|
TransactionStatus |
AbstractTransaction.getStatus()
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||