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

Quick Search    Search Deep

juju.reattore.util
Class StatRegistry  view StatRegistry download StatRegistry.java

java.lang.Object
  extended byjuju.reattore.util.StatRegistry

public class StatRegistry
extends java.lang.Object

Statistic manager.


Field Summary
private static java.util.List ALL
           
 
Constructor Summary
StatRegistry()
           
 
Method Summary
static java.util.List getAll()
          Get a list of all of the stats in the registry.
static void register(Stat stat)
          Register a new statistic with this manager.
static java.lang.String summarise()
          Summarise all of the registered statistics.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ALL

private static final java.util.List ALL
Constructor Detail

StatRegistry

public StatRegistry()
Method Detail

register

public static void register(Stat stat)
Register a new statistic with this manager.


summarise

public static java.lang.String summarise()
Summarise all of the registered statistics.


getAll

public static java.util.List getAll()
Get a list of all of the stats in the registry.