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.
- Author: 
- Copyright © 2002 BEA Systems, Inc. All Rights Reserved.
 
 
| Methods inherited from interface javax.management.DynamicMBean | 
| getAttribute, 
getAttributes, 
invoke, 
setAttribute, 
setAttributes | 
 
| Methods inherited from interface javax.management.MBeanRegistration | 
| postDeregister, 
postRegister, 
preRegister | 
 
| Methods inherited from interface javax.management.NotificationBroadcaster | 
| addNotificationListener, 
getNotificationInfo, 
removeNotificationListener | 
 
isActive
public boolean isActive()
- Returns whether the Transaction Recovery Service is currently
 activated on this server.- 
- 
 
- Returns:
- The active value
 
getInitialRecoveredTransactionTotalCount
public int getInitialRecoveredTransactionTotalCount()
- Returns the total number of transactions that are recovered from
 the Transaction Log initially.- 
- 
 
- Returns:
- The initialRecoveredTransactionTotalCount value
 
getRecoveredTransactionCompletionPercent
public int getRecoveredTransactionCompletionPercent()
- Returns the percentage of the initially recovered transactions that
 are completed.- 
- 
 
- Returns:
- The recoveredTransactionCompletionPercent value