apollo.Statistics
Class StatsManager

java.lang.Object
  |
  +--apollo.Statistics.Statistic
        |
        +--apollo.Statistics.StatsManager
All Implemented Interfaces:
java.io.Serializable

public class StatsManager
extends Statistic
implements java.io.Serializable

This is the StatsManager. Stats are registered here. Implements the Singleton Creational pattern Copyright Joe Kislo, All Rights Reserved.

See Also:
Serialized Form

Fields inherited from class apollo.Statistics.Statistic
registeredStats, statsMethodRegistry
 
Constructor Summary
StatsManager(ManagerTracker MT)
           
 
Method Summary
 java.lang.String renderToHTML()
          Render this Statistic in HTML.
 
Methods inherited from class apollo.Statistics.Statistic
addStat, bindMethodToStat, callStatMethod, clearMethodRegistry, clearStats, getMethodRegistry, getObject, getStat, getStats, incStat, incStat, incStat, registerStat, registerStat, registerStat, registerStat, unbindMethodToStat, unregisterUID
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StatsManager

public StatsManager(ManagerTracker MT)
Method Detail

renderToHTML

public java.lang.String renderToHTML()
Description copied from class: Statistic
Render this Statistic in HTML. *NORMALLY* you would want to override this method and render this stuff yourself.
Overrides:
renderToHTML in class Statistic