| Package | Description |
|---|---|
| org.apache.aries.transaction |
| Modifier and Type | Method and Description |
|---|---|
static TransactionAttribute |
TransactionAttribute.fromValue(TransactionPropagationType type) |
TransactionAttribute |
TransactionToken.getTransactionAttribute() |
static TransactionAttribute |
TransactionAttribute.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TransactionAttribute[] |
TransactionAttribute.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
TransactionToken(Transaction activeTransaction,
Transaction suspendedTransaction,
TransactionAttribute transactionAttribute) |
Copyright © 2009-2015 The Apache Software Foundation. All Rights Reserved.