| Package | Description |
|---|---|
| org.apache.omid.transaction |
| Modifier and Type | Method and Description |
|---|---|
Transaction.Status |
Transaction.getStatus()
Returns the current transaction
Transaction.Status |
Transaction.Status |
AbstractTransaction.getStatus() |
static Transaction.Status |
Transaction.Status.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Transaction.Status[] |
Transaction.Status.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractTransaction.setStatus(Transaction.Status status)
Sets the status for this transaction.
|
Copyright © 2011–2020 Apache Software Foundation. All rights reserved.