javax.management.j2ee.statistics
Interface JVMStats

All Superinterfaces:
Stats

public interface JVMStats
extends Stats

Version:
$Rev: 46019 $

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

Method Detail

getUpTime

CountStatistic getUpTime()

getHeapSize

BoundedRangeStatistic getHeapSize()


Copyright © 2006 Apache Software Foundation. All Rights Reserved.