javax.management.j2ee.statistics
Interface JVMStats

All Superinterfaces:
Stats

public interface JVMStats
extends Stats

Specifies the statistics provided by a Java VM.

Version:
$Revision: 1.1 $
Author:
Laurent Etiemble

Method Summary
 BoundedRangeStatistic getHeapSize()
          Returns the size of the JVM’s heap.
 CountStatistic getUpTime()
          Returns the amount of time the JVM has been running.
 
Methods inherited from interface javax.management.j2ee.statistics.Stats
getStatistic, getStatisticNames, getStatistics
 

Method Detail

getUpTime

public CountStatistic getUpTime()
Returns the amount of time the JVM has been running.

Returns:
The up time

getHeapSize

public BoundedRangeStatistic getHeapSize()
Returns the size of the JVM’s heap.

Returns:
The heap size


Copyright © 2002-2003 EJTools Org.. All Rights Reserved.