BEA Systems, Inc.


weblogic.management.runtime
Interface EJBTransactionRuntimeMBean


public interface EJBTransactionRuntimeMBean
extends weblogic.management.runtime.RuntimeMBean

This interface contains accessor methods for all transaction runtime information collected for an EJB.

Author:
Copyright (c) 2001 by BEA Systems. All Rights Reserved.

Method Summary
 long getTransactionsCommittedTotalCount()
          Returns the total number of transactions that have been committed for this EJB.
 long getTransactionsRolledBackTotalCount()
          Returns the total number of transactions that have been rolled back for this EJB.
 long getTransactionsTimedOutTotalCount()
          Returns the total number of transactions that have timed out for this EJB.
 
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

getTransactionsCommittedTotalCount

public long getTransactionsCommittedTotalCount()
Returns the total number of transactions that have been committed for this EJB.


getTransactionsRolledBackTotalCount

public long getTransactionsRolledBackTotalCount()
Returns the total number of transactions that have been rolled back for this EJB.


getTransactionsTimedOutTotalCount

public long getTransactionsTimedOutTotalCount()
Returns the total number of transactions that have timed out for this EJB.


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