|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use EventSeverity | |
---|---|
org.rhq.core.domain.event | |
org.rhq.core.domain.event.composite | |
org.rhq.core.pluginapi.event.log |
Uses of EventSeverity in org.rhq.core.domain.event |
---|
Methods in org.rhq.core.domain.event that return EventSeverity | |
---|---|
EventSeverity |
Event.getSeverity()
|
EventSeverity[] |
EventSeverity.getValues()
|
static EventSeverity |
EventSeverity.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static EventSeverity[] |
EventSeverity.values()
Returns an array containing the constants of this enum type, in the order they're declared. |
Methods in org.rhq.core.domain.event with parameters of type EventSeverity | |
---|---|
boolean |
EventSeverity.isAtLeastAsSevereAs(EventSeverity other)
Determine if this severity is at least as severe as that of other |
boolean |
EventSeverity.isMoreSevereThan(EventSeverity other)
Determine if this severity is more severe than that of other |
Constructors in org.rhq.core.domain.event with parameters of type EventSeverity | |
---|---|
Event(String type,
String sourceLocation,
Date timestamp,
EventSeverity severity,
String detail)
|
Uses of EventSeverity in org.rhq.core.domain.event.composite |
---|
Methods in org.rhq.core.domain.event.composite that return EventSeverity | |
---|---|
EventSeverity |
EventComposite.getSeverity()
|
Methods in org.rhq.core.domain.event.composite with parameters of type EventSeverity | |
---|---|
void |
EventComposite.setSeverity(EventSeverity severity)
|
Constructors in org.rhq.core.domain.event.composite with parameters of type EventSeverity | |
---|---|
EventComposite(String eventDetail,
int resourceId,
int eventId,
EventSeverity severity)
|
|
EventComposite(String eventDetail,
int eventId,
String sourceLocation,
EventSeverity severity,
Date timestamp,
int resourceId)
|
|
EventComposite(String eventDetail,
int eventId,
String sourceLocation,
EventSeverity severity,
Date timestamp,
int resourceId,
String ackUser,
Date ackTime)
|
Uses of EventSeverity in org.rhq.core.pluginapi.event.log |
---|
Fields in org.rhq.core.pluginapi.event.log declared as EventSeverity | |
---|---|
protected EventSeverity |
MultiLineLogEntryProcessor.minimumSeverity
|
Methods in org.rhq.core.pluginapi.event.log with parameters of type EventSeverity | |
---|---|
void |
MultiLineLogEntryProcessor.setMinimumSeverity(EventSeverity minimumSeverity)
|
Constructors in org.rhq.core.pluginapi.event.log with parameters of type EventSeverity | |
---|---|
MultiLineLogEntryProcessor.LogEntry(Date date,
EventSeverity severity,
String detail)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |