BEA Systems, Inc.

WebLogic Server 6.1 API Reference

weblogic.management.runtime
Interface JTARuntimeMBean


public interface JTARuntimeMBean
extends JTATransactionStatisticsRuntimeMBean

This interface is used for accessing transaction runtime characteristics within a WebLogic server.

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

Method Summary
 int getActiveTransactionsTotalCount()
          Returns the number of active transactions on the server.
 JTATransaction[] getJTATransactions()
          Returns an array of JTATransaction objects.
 java.lang.String[] getRegisteredResourceNames()
          Returns an array of resource names that are registered with the transaction manager.
 TransactionNameRuntimeMBean[] getTransactionNameRuntimeMBeans()
          Returns an array of TransactionNameRuntimeMBeans that represent statistics for all transactions in the server, categorized by transaction name.
 TransactionResourceRuntimeMBean[] getTransactionResourceRuntimeMBeans()
          Returns an array of TransactionResourceRuntimeMBeans that each represents the statistics for a transaction resource.
 JTATransaction[] getTransactionsOlderThan(java.lang.Integer seconds)
          Returns an array of JTATransaction objects.
 
Methods inherited from interface weblogic.management.runtime.JTATransactionStatisticsRuntimeMBean
getSecondsActiveTotalCount, getTransactionAbandonedTotalCount, getTransactionRolledBackAppTotalCount, getTransactionRolledBackResourceTotalCount, getTransactionRolledBackSystemTotalCount, getTransactionRolledBackTimeoutTotalCount
 
Methods inherited from interface weblogic.management.runtime.JTAStatisticsRuntimeMBean
getTransactionCommittedTotalCount, getTransactionHeuristicsTotalCount, getTransactionRolledBackTotalCount, getTransactionTotalCount
 
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

getTransactionNameRuntimeMBeans

public TransactionNameRuntimeMBean[] getTransactionNameRuntimeMBeans()
                                                              throws java.rmi.RemoteException
Returns an array of TransactionNameRuntimeMBeans that represent statistics for all transactions in the server, categorized by transaction name.


getTransactionResourceRuntimeMBeans

public TransactionResourceRuntimeMBean[] getTransactionResourceRuntimeMBeans()
                                                                      throws java.rmi.RemoteException
Returns an array of TransactionResourceRuntimeMBeans that each represents the statistics for a transaction resource.


getTransactionsOlderThan

public JTATransaction[] getTransactionsOlderThan(java.lang.Integer seconds)
Returns an array of JTATransaction objects. Each object provides detailed information regarding an active transaction that has existed for a period longer than the time specified.

Parameters:
seconds - The transaction duration in seconds qualifier.

getJTATransactions

public JTATransaction[] getJTATransactions()
Returns an array of JTATransaction objects. Each object provides detailed information regarding an active transaction.


getRegisteredResourceNames

public java.lang.String[] getRegisteredResourceNames()
Returns an array of resource names that are registered with the transaction manager.


getActiveTransactionsTotalCount

public int getActiveTransactionsTotalCount()
Returns the number of active transactions on the server.


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.