Uses of Class
org.rhq.core.domain.event.EventSeverity

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.addFilterSeverity(EventSeverity filterSeverity)
           
 

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, int eventId, EventSeverity severity, String sourceLocation, Long timestamp)
           
 



Copyright © 2008-2009 RHQ Project Advisory Board (Red Hat, Inc.). All Rights Reserved.