javax.management.j2ee.statistics
Interface JTAStats

All Superinterfaces:
Stats

public interface JTAStats
extends Stats

Version:
$Rev: 46019 $

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

Method Detail

getActiveCount

public CountStatistic getActiveCount()

getCommittedCount

public CountStatistic getCommittedCount()

getRolledbackCount

public CountStatistic getRolledbackCount()