com.ibm.websphere.management.statistics
Interface JTAStats

All Superinterfaces:
Stats

public interface JTAStats
extends Stats


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

Method Detail

getActiveCount

public CountStatistic getActiveCount()

getCommittedCount

public CountStatistic getCommittedCount()

getRolledbackCount

public CountStatistic getRolledbackCount()