IBM WebSphere Application ServerTM
Release 7

com.ibm.websphere.management.statistics
Interface JTAStats

All Superinterfaces:
Stats
All Known Implementing Classes:
JTAStatsImpl

Deprecated. As of 6.0, replaced with javax.management.j2ee.statistics.JTAStats

public interface JTAStats
extends Stats


Method Summary
 CountStatistic getActiveCount()
          Deprecated.  
 CountStatistic getCommittedCount()
          Deprecated.  
 CountStatistic getRolledbackCount()
          Deprecated.  
 
Methods inherited from interface com.ibm.websphere.management.statistics.Stats
getStatistic, getStatisticNames, getStatistics
 

Method Detail

getActiveCount

CountStatistic getActiveCount()
Deprecated. 

getCommittedCount

CountStatistic getCommittedCount()
Deprecated. 

getRolledbackCount

CountStatistic getRolledbackCount()
Deprecated. 

IBM WebSphere Application ServerTM
Release 7