javax.management.j2ee.statistics
Interface JVMStats

All Superinterfaces:
Stats

public interface JVMStats
extends Stats

Version:
$Revision: 1.3 $

Method Summary
 BoundedRangeStatistic getHeapSize()
           
 CountStatistic getUpTime()
           
 
Methods inherited from interface javax.management.j2ee.statistics.Stats
getStatistic, getStatisticNames, getStatistics
 

Method Detail

getUpTime

public CountStatistic getUpTime()

getHeapSize

public BoundedRangeStatistic getHeapSize()


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