Uses of Class
transaction.TransactionStatus

Packages that use TransactionStatus
transaction   
 

Uses of TransactionStatus in transaction
 

Methods in transaction that return TransactionStatus
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.