COSMOS ${releaseVersion} data-collection Project
Public API Specification

org.eclipse.cosmos.dc.mgmt.api
Interface EventSituation


public interface EventSituation


Field Summary
static short CRITICAL_SEVERITY
           
static short FATAL_SEVERITY
           
static short HIGH_PRIORITY
           
static short HIGHEST_PRIORITY
           
static short INFO_SEVERITY
           
static short LOW_PRIORITY
           
static short LOWEST_PRIORITY
           
static short MAJOR_SEVERITY
           
static short MEDIUM_PRIORITY
           
static short MINOR_SEVERITY
           
static java.lang.String SUCCESSFUL
           
static short UNKNOWN_SEVERITY
           
static java.lang.String UNSUCCESSFUL
           
static short WARNING_SEVERITY
           
 
Method Summary
 javax.xml.namespace.QName getCategoryType()
           
 java.lang.String getMessage()
           
 short getPriority()
           
 short getSeverity()
           
 java.lang.String getSuccessDisposition()
           
 

Field Detail

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
Method Detail

getCategoryType

javax.xml.namespace.QName getCategoryType()

getMessage

java.lang.String getMessage()

getPriority

short getPriority()

getSeverity

short getSeverity()

getSuccessDisposition

java.lang.String getSuccessDisposition()

COSMOS ${releaseVersion} data-collection Project
Public API Specification