org.apache.geronimo.management.stats
Class JVMStatsImpl

java.lang.Object
  extended byorg.apache.geronimo.management.stats.StatsImpl
      extended byorg.apache.geronimo.management.stats.JVMStatsImpl
All Implemented Interfaces:
javax.management.j2ee.statistics.JVMStats, Serializable, javax.management.j2ee.statistics.Stats

public class JVMStatsImpl
extends StatsImpl
implements javax.management.j2ee.statistics.JVMStats

Geronimo implementation of the JSR-77 JVMStats interface.

Version:
$Rev: 355877 $ $Date: 2005-12-11 03:48:27 +0100 (Sun, 11 Dec 2005) $
See Also:
Serialized Form

Constructor Summary
JVMStatsImpl()
           
 
Method Summary
 javax.management.j2ee.statistics.BoundedRangeStatistic getHeapSize()
           
 BoundedRangeImpl getHeapSizeImpl()
          Used to access the native implementation in order to call setters
 javax.management.j2ee.statistics.CountStatistic getUpTime()
           
 CountStatisticImpl getUpTimeImpl()
          Used to access the native implementation in order to call setters
 
Methods inherited from class org.apache.geronimo.management.stats.StatsImpl
addStat, getStatistic, getStatisticNames, getStatistics, removeStat
 
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

JVMStatsImpl

public JVMStatsImpl()
Method Detail

getUpTime

public javax.management.j2ee.statistics.CountStatistic getUpTime()
Specified by:
getUpTime in interface javax.management.j2ee.statistics.JVMStats

getHeapSize

public javax.management.j2ee.statistics.BoundedRangeStatistic getHeapSize()
Specified by:
getHeapSize in interface javax.management.j2ee.statistics.JVMStats

getUpTimeImpl

public CountStatisticImpl getUpTimeImpl()
Used to access the native implementation in order to call setters


getHeapSizeImpl

public BoundedRangeImpl getHeapSizeImpl()
Used to access the native implementation in order to call setters



Copyright © 2003-2007 Apache Software Foundation. All Rights Reserved.