org.apache.geronimo.management.stats
Class JTAStatsImpl
java.lang.Object
org.apache.geronimo.management.stats.StatsImpl
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JTAStatsImpl
public JTAStatsImpl()
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
Copyright © 2003-2007 Apache Software Foundation. All Rights Reserved.