Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

javax.management.j2ee
Interface CountStatistic  view CountStatistic download CountStatistic.java

All Superinterfaces:
Statistic

public interface CountStatistic
extends Statistic

Represents a standard Count Measurement

Version:
$Revision: 1.1 $

Revisions:

200112009 Andreas Schaefer:

  • Adjustment to the new JBoss guide lines and also adjustments to the latest JSR-77 specification

Method Summary
 long getCount()
           
 
Methods inherited from interface javax.management.j2ee.Statistic
getDescription, getLastSampleTime, getName, getStartTime, getUnit
 

Method Detail

getCount

public long getCount()