BEA Systems, Inc.

WebLogic Server 6.1 API Reference

weblogic.management.runtime
Interface JTAStatisticsRuntimeMBean

All Known Subinterfaces:
JTARuntimeMBean, JTATransactionStatisticsRuntimeMBean, TransactionNameRuntimeMBean, TransactionResourceRuntimeMBean

public interface JTAStatisticsRuntimeMBean
extends weblogic.management.runtime.RuntimeMBean

This interface contains general JTA runtime statistics.

Author:
Copyright © 2001 BEA Systems, Inc. All Rights Reserved.

Method Summary
 long getTransactionCommittedTotalCount()
          Returns the number of committed transactions.
 long getTransactionHeuristicsTotalCount()
          Returns the number of transactions that completed with a heuristic status.
 long getTransactionRolledBackTotalCount()
          Returns the number of transactions that were rolled back.
 long getTransactionTotalCount()
          Returns the total number of transactions processed.
 
Methods inherited from interface weblogic.management.WebLogicMBean
getMBeanInfo, getName, getObjectName, getParent, getType, isCachingDisabled, isRegistered, setName, setParent
 
Methods inherited from interface javax.management.DynamicMBean
getAttribute, getAttributes, invoke, setAttribute, setAttributes
 
Methods inherited from interface javax.management.MBeanRegistration
postDeregister, postRegister, preDeregister, preRegister
 
Methods inherited from interface javax.management.NotificationBroadcaster
addNotificationListener, getNotificationInfo, removeNotificationListener
 

Method Detail

getTransactionTotalCount

public long getTransactionTotalCount()
Returns the total number of transactions processed. This total includes all committed, rolled back and heuristic transaction completions.


getTransactionCommittedTotalCount

public long getTransactionCommittedTotalCount()
Returns the number of committed transactions.


getTransactionRolledBackTotalCount

public long getTransactionRolledBackTotalCount()
Returns the number of transactions that were rolled back.


getTransactionHeuristicsTotalCount

public long getTransactionHeuristicsTotalCount()
Returns the number of transactions that completed with a heuristic status.


Documentation is available at
http://download.oracle.com/docs/cd/E13222_01/wls/docs61

WebLogic classes and methods that do not appear in this reference are not public and are not supported.