Uses of Class
org.apache.qpid.console.EventSeverity

Uses of EventSeverity in org.apache.qpid.console
 

Methods in org.apache.qpid.console that return EventSeverity
 EventSeverity QMFEvent.getSeverity()
           
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.apache.qpid.console with parameters of type EventSeverity
 void QMFEvent.setSeverity(EventSeverity value)
           
 



Licensed to the Apache Software Foundation