Java EE 5 SDK

com.sun.appserv.management.j2ee.statistics
Interface NumberStatistic

All Superinterfaces:
Statistic
All Known Implementing Classes:
NumberStatisticImpl

public interface NumberStatistic
extends Statistic

Custom statistic type that returns a java.lang.Number.

Since:
S1AS9.0
Version:
1.0

Method Summary
 Number getCurrent()
          Returns the value of the statistic.
 
Methods inherited from interface javax.management.j2ee.statistics.Statistic
getDescription, getLastSampleTime, getName, getStartTime, getUnit
 

Method Detail

getCurrent

Number getCurrent()
Returns the value of the statistic.


Java EE 5 SDK

Submit a bug or feature

Copyright 2006 Sun Microsystems, Inc. All rights reserved.