org.apache.geronimo.management.stats
Class JTAStatsImpl

java.lang.Object
  extended by org.apache.geronimo.management.stats.StatsImpl
      extended by org.apache.geronimo.management.stats.JTAStatsImpl
All Implemented Interfaces:
Serializable, JTAStats, Stats

public class JTAStatsImpl
extends StatsImpl
implements JTAStats

Geronimo implementation of the JSR-77 JTAStats interface.

See Also:
Serialized Form

Constructor Summary
JTAStatsImpl()
           
 
Method Summary
 CountStatistic getActiveCount()
           
 CountStatisticImpl getActiveCountImpl()
           
 CountStatistic getCommittedCount()
           
 CountStatisticImpl getCommittedCountImpl()
           
 CountStatistic getRolledbackCount()
           
 CountStatisticImpl getRolledbackCountImpl()
           
 
Methods inherited from class org.apache.geronimo.management.stats.StatsImpl
addStat, getStatistic, getStatisticNames, getStatistics, removeStat, setLastSampleTime, setStartTime, setStartTime
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface javax.management.j2ee.statistics.Stats
getStatistic, getStatisticNames, getStatistics
 

Constructor Detail

JTAStatsImpl

public JTAStatsImpl()
Method Detail

getActiveCount

public CountStatistic getActiveCount()
Specified by:
getActiveCount in interface JTAStats

getCommittedCount

public CountStatistic getCommittedCount()
Specified by:
getCommittedCount in interface JTAStats

getRolledbackCount

public CountStatistic getRolledbackCount()
Specified by:
getRolledbackCount in interface JTAStats

getActiveCountImpl

public CountStatisticImpl getActiveCountImpl()

getCommittedCountImpl

public CountStatisticImpl getCommittedCountImpl()

getRolledbackCountImpl

public CountStatisticImpl getRolledbackCountImpl()


Copyright © 2003-2008 The Apache Geronimo development community. All Rights Reserved.