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

Packages that use EventSeverity
org.apache.qpid.agent   
 

Uses of EventSeverity in org.apache.qpid.agent
 

Methods in org.apache.qpid.agent that return EventSeverity
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.agent with parameters of type EventSeverity
 void Agent.raiseEvent(Object value, EventSeverity sev)
          Send an event object to the bus
 



Licensed to the Apache Software Foundation