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

Packages that use Event
org.rhq.core.domain.event   
org.rhq.core.domain.event.transfer   
 

Uses of Event in org.rhq.core.domain.event
 

Methods in org.rhq.core.domain.event that return types with arguments of type Event
 Set<Event> EventSource.getEvents()
           
 

Uses of Event in org.rhq.core.domain.event.transfer
 

Methods in org.rhq.core.domain.event.transfer that return types with arguments of type Event
 Map<EventSource,Set<Event>> EventReport.getEvents()
          Returns the Events contained in this report; the Events are in a map keyed off Event sources.
 

Methods in org.rhq.core.domain.event.transfer with parameters of type Event
 void EventReport.addEvent(Event event, EventSource eventSource)
          Adds the given event to this report.
 



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