|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use EventSeverity | |
|---|---|
| org.rhq.core.domain.criteria | |
| org.rhq.core.domain.event | |
| org.rhq.core.domain.event.composite | |
| Uses of EventSeverity in org.rhq.core.domain.criteria |
|---|
| Methods in org.rhq.core.domain.criteria with parameters of type EventSeverity | |
|---|---|
void |
EventCriteria.addFilterSeverities(EventSeverity... filterSeverities)
|
| 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 are 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,
long timestamp,
EventSeverity severity,
String detail)
|
|
Event(String type,
String sourceLocation,
long timestamp,
EventSeverity severity,
String detail,
EventSource source)
|
|
| 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,
String resourceName,
String resourceAncestry,
int resourceTypeId,
int eventId,
EventSeverity severity,
String sourceLocation,
Long timestamp)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||