Class TransactionAttributes


  • public class TransactionAttributes
    extends java.lang.Object
    Class containing information on transaction attributes.
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • NUM_TRANSACTIONS

        public static final java.lang.String NUM_TRANSACTIONS
        Number of transactions.
        See Also:
        Constant Field Values
      • NUM_TRANSACTIONS_COMMITTED

        public static final java.lang.String NUM_TRANSACTIONS_COMMITTED
        Number of transactions that have been committed.
        See Also:
        Constant Field Values
      • NUM_TRANSACTIONS_ROLLBACK

        public static final java.lang.String NUM_TRANSACTIONS_ROLLBACK
        Number of transactions that have been rolled back.
        See Also:
        Constant Field Values