org.rhq.enterprise.server.legacy.events
Class EventConstants

java.lang.Object
  extended by org.rhq.enterprise.server.legacy.events.EventConstants

public class EventConstants
extends Object

Constants used in the Events subsystem.


Field Summary
static String CONTROL_ACTION_NONE
          Constant for removing a control action from an alert definition.
static String EVENTS_TOPIC
           
static int TYPE_ALERT
           
static Integer TYPE_ALERT_DEF_ID
           
static int TYPE_BASELINE
           
static int TYPE_CHANGE
           
static int TYPE_CONTROL
           
static int TYPE_CUST_PROP
           
static int TYPE_LOG
           
static int TYPE_THRESHOLD
           
 
Constructor Summary
EventConstants()
           
 
Method Summary
static String getType(int type)
           
static int getType(String typeStr)
           
static String[] getTypes()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

TYPE_THRESHOLD

public static final int TYPE_THRESHOLD
See Also:
Constant Field Values

TYPE_BASELINE

public static final int TYPE_BASELINE
See Also:
Constant Field Values

TYPE_CONTROL

public static final int TYPE_CONTROL
See Also:
Constant Field Values

TYPE_CHANGE

public static final int TYPE_CHANGE
See Also:
Constant Field Values

TYPE_ALERT

public static final int TYPE_ALERT
See Also:
Constant Field Values

TYPE_CUST_PROP

public static final int TYPE_CUST_PROP
See Also:
Constant Field Values

TYPE_LOG

public static final int TYPE_LOG
See Also:
Constant Field Values

EVENTS_TOPIC

public static final String EVENTS_TOPIC
See Also:
Constant Field Values

CONTROL_ACTION_NONE

public static final String CONTROL_ACTION_NONE
Constant for removing a control action from an alert definition.

See Also:
Constant Field Values

TYPE_ALERT_DEF_ID

public static final Integer TYPE_ALERT_DEF_ID
Constructor Detail

EventConstants

public EventConstants()
Method Detail

getTypes

public static String[] getTypes()

getType

public static int getType(String typeStr)

getType

public static String getType(int type)


Copyright © 2008-2012 Red Hat, Inc.. All Rights Reserved.