Wildfire 3.1.1 Javadoc

org.jivesoftware.wildfire.stats
Interface Statistic

All Known Implementing Classes:
i18nStatistic

public interface Statistic

A statistic being tracked by the server


Nested Class Summary
static class Statistic.Type
           
 
Method Summary
 String getDescription()
          Returns a description of the stat.
 String getName()
          Returns the name of a stat.
 Statistic.Type getStatType()
          Returns the type of a stat.
 String getUnits()
          Returns the units that relate to the stat.
 double sample()
           
 

Method Detail

getName

String getName()
Returns the name of a stat.

Returns:
Returns the name of a stat.

getStatType

Statistic.Type getStatType()
Returns the type of a stat.

Returns:
Returns the type of a stat.

getDescription

String getDescription()
Returns a description of the stat.

Returns:
Returns a description of the stat.

getUnits

String getUnits()
Returns the units that relate to the stat.

Returns:
Returns the units that relate to the stat.

sample

double sample()
Returns:
Returns the sample of data.

Wildfire 3.1.1 Javadoc

Copyright © 2003-2006 Jive Software.