com.partnersoft.v3x.util
Interface SystemStatSource
public interface SystemStatSource
Encapsulates a statistic source - basically a named callback that can
retrieve some sort of number describing some interesting statistic about the
system. It's a callback to all polling rather than posting; that way a single
thread can maintain the global stats at whatever interval it desires.
getName
java.lang.String getName()
getCurrentStatValue
double getCurrentStatValue()
statToString
java.lang.String statToString(double stat)