Sun GlassFish(tm) Message Queue
v4.4

com.sun.messaging.jms.management.server
Class TransactionAttributes

java.lang.Object
  extended by com.sun.messaging.jms.management.server.TransactionAttributes

public class TransactionAttributes
extends Object

Class containing information on transaction attributes.


Field Summary
static String NUM_TRANSACTIONS
          Number of transactions.
static String NUM_TRANSACTIONS_COMMITTED
          Number of transactions that have been committed.
static String NUM_TRANSACTIONS_ROLLBACK
          Number of transactions that have been rolled back.
 
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 String NUM_TRANSACTIONS
Number of transactions.

See Also:
Constant Field Values

NUM_TRANSACTIONS_COMMITTED

public static final String NUM_TRANSACTIONS_COMMITTED
Number of transactions that have been committed.

See Also:
Constant Field Values

NUM_TRANSACTIONS_ROLLBACK

public static final String NUM_TRANSACTIONS_ROLLBACK
Number of transactions that have been rolled back.

See Also:
Constant Field Values

Sun GlassFish(tm) Message Queue
v4.4

Copyright 2009 Sun Microsystems, Inc. 4150 Network Circle,
Santa Clara, California, 95054, U.S.A. All Rights Reserved.