org.eclipse.cosmos.dc.mgmt.api
Interface EventSituation
public interface EventSituation
LOWEST_PRIORITY
static final short LOWEST_PRIORITY
- See Also:
- Constant Field Values
LOW_PRIORITY
static final short LOW_PRIORITY
- See Also:
- Constant Field Values
MEDIUM_PRIORITY
static final short MEDIUM_PRIORITY
- See Also:
- Constant Field Values
HIGH_PRIORITY
static final short HIGH_PRIORITY
- See Also:
- Constant Field Values
HIGHEST_PRIORITY
static final short HIGHEST_PRIORITY
- See Also:
- Constant Field Values
UNKNOWN_SEVERITY
static final short UNKNOWN_SEVERITY
- See Also:
- Constant Field Values
INFO_SEVERITY
static final short INFO_SEVERITY
- See Also:
- Constant Field Values
WARNING_SEVERITY
static final short WARNING_SEVERITY
- See Also:
- Constant Field Values
MINOR_SEVERITY
static final short MINOR_SEVERITY
- See Also:
- Constant Field Values
MAJOR_SEVERITY
static final short MAJOR_SEVERITY
- See Also:
- Constant Field Values
CRITICAL_SEVERITY
static final short CRITICAL_SEVERITY
- See Also:
- Constant Field Values
FATAL_SEVERITY
static final short FATAL_SEVERITY
- See Also:
- Constant Field Values
SUCCESSFUL
static final java.lang.String SUCCESSFUL
- See Also:
- Constant Field Values
UNSUCCESSFUL
static final java.lang.String UNSUCCESSFUL
- See Also:
- Constant Field Values
getCategoryType
javax.xml.namespace.QName getCategoryType()
getMessage
java.lang.String getMessage()
getPriority
short getPriority()
getSeverity
short getSeverity()
getSuccessDisposition
java.lang.String getSuccessDisposition()