com.extrememessaging.ResponseMaster.monitor
Class RollingCount.PeriodEnum

java.lang.Object
  extended by com.extrememessaging.ResponseMaster.monitor.RollingCount.PeriodEnum
Enclosing class:
RollingCount

public static final class RollingCount.PeriodEnum
extends java.lang.Object

Used in call to GetValue to indicate whether the caller wants the current value, the last value, or the top value.


Field Summary
static RollingCount.PeriodEnum CURRENT
           
static RollingCount.PeriodEnum LAST
           
static RollingCount.PeriodEnum TOP
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CURRENT

public static final RollingCount.PeriodEnum CURRENT

LAST

public static final RollingCount.PeriodEnum LAST

TOP

public static final RollingCount.PeriodEnum TOP