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

CountStatistic getActiveCount()

getCommittedCount

CountStatistic getCommittedCount()

getRolledbackCount

CountStatistic getRolledbackCount()


Copyright © 2006 Apache Software Foundation. All Rights Reserved.