BEA Systems, Inc.


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.


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/docs70

Copyright © 2004 BEA Systems, Inc. All Rights Reserved.
WebLogic Server 7.0 API Reference