BEA Systems, Inc.


weblogic.management.runtime
Interface JTARecoveryRuntimeMBean


public interface JTARecoveryRuntimeMBean
extends weblogic.management.runtime.RuntimeMBean

This interface is used for accessing transaction runtime characteristics for recovered transactions that are associated with a particular Transaction Recovery Service.


Method Summary
 int getInitialRecoveredTransactionTotalCount()
          Returns the total number of transactions that are recovered from the Transaction Log initially.
 int getRecoveredTransactionCompletionPercent()
          Returns the percentage of the initially recovered transactions that are completed.
 boolean isActive()
          Returns whether the Transaction Recovery Service is currently activated on this server.
 
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

isActive

public boolean isActive()
Returns whether the Transaction Recovery Service is currently activated on this server.


getInitialRecoveredTransactionTotalCount

public int getInitialRecoveredTransactionTotalCount()
Returns the total number of transactions that are recovered from the Transaction Log initially.


getRecoveredTransactionCompletionPercent

public int getRecoveredTransactionCompletionPercent()
Returns the percentage of the initially recovered transactions that are completed.


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