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.


Method Summary
 double getCurrentStatValue()
           
 java.lang.String getName()
           
 java.lang.String statToString(double stat)
           
 

Method Detail

getName

java.lang.String getName()

getCurrentStatValue

double getCurrentStatValue()

statToString

java.lang.String statToString(double stat)