Uses of Class
org.apache.aries.transaction.TransactionAttribute
-
Packages that use TransactionAttribute Package Description org.apache.aries.transaction -
-
Uses of TransactionAttribute in org.apache.aries.transaction
Methods in org.apache.aries.transaction that return TransactionAttribute Modifier and Type Method Description static TransactionAttribute
TransactionAttribute. fromValue(javax.transaction.Transactional.TxType type)
TransactionAttribute
TransactionToken. getTransactionAttribute()
static TransactionAttribute
TransactionAttribute. valueOf(java.lang.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.Methods in org.apache.aries.transaction with parameters of type TransactionAttribute Modifier and Type Method Description void
TransactionToken. setTransactionStrategy(TransactionAttribute transactionAttribute)
Constructors in org.apache.aries.transaction with parameters of type TransactionAttribute Constructor Description TransactionToken(javax.transaction.Transaction activeTransaction, javax.transaction.Transaction suspendedTransaction, TransactionAttribute transactionAttribute)
-