com.extrememessaging.ResponseMaster.monitor
Class RollingCount.RollTypeEnum

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

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

The type of rolling that occurred. Note: If the DAY rolls, you should assume the HOUR rolled too, and not expect two events If the HOUR rolls, you should assume the MINUTE rolled too, and not expect two events


Field Summary
static RollingCount.RollTypeEnum DAY
           
static RollingCount.RollTypeEnum HOUR
           
static RollingCount.RollTypeEnum MINUTE
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

MINUTE

public static final RollingCount.RollTypeEnum MINUTE

HOUR

public static final RollingCount.RollTypeEnum HOUR

DAY

public static final RollingCount.RollTypeEnum DAY