com.genesyslab.ail.monitor
Class Notification.Mode

java.lang.Object
  extended by com.genesyslab.ail.Enum
      extended by com.genesyslab.ail.monitor.Notification.Mode
Enclosing interface:
Notification

public static class Notification.Mode
extends Enum

This enum lists the possible types of notification.


Field Summary
static Notification.Mode CHANGES_BASED
          Changes-based notification.
static int CHANGES_BASED_
          Changes-based notification.
static int MAX
           
static Notification.Mode TIME_BASED
          Time-based notification.
static int TIME_BASED_
          Time-based notification.
 
Fields inherited from class com.genesyslab.ail.Enum
CONSTANTS_RANGE
 
Method Summary
 
Methods inherited from class com.genesyslab.ail.Enum
equals, hashCode, max, toInt, toString
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

CHANGES_BASED_

public static final int CHANGES_BASED_
Changes-based notification.

See Also:
Constant Field Values

CHANGES_BASED

public static final Notification.Mode CHANGES_BASED
Changes-based notification.


TIME_BASED_

public static final int TIME_BASED_
Time-based notification.

See Also:
Constant Field Values

TIME_BASED

public static final Notification.Mode TIME_BASED
Time-based notification.


MAX

public static final int MAX
See Also:
Constant Field Values