javax.management.j2ee.statistics

Interface JTAStats

All Superinterfaces:
Stats

public interface JTAStats
extends Stats

Method Summary

CountStatistic
getActiveCount()
CountStatistic
getCommittedCount()
CountStatistic
getRolledbackCount()

Methods inherited from interface javax.management.j2ee.statistics.Stats

getStatistic, getStatisticNames, getStatistics

Method Details

getActiveCount

public CountStatistic getActiveCount()

getCommittedCount

public CountStatistic getCommittedCount()

getRolledbackCount

public CountStatistic getRolledbackCount()