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

Packages that use EventSource
org.rhq.core.domain.event   
org.rhq.core.domain.event.transfer   
org.rhq.core.domain.resource   
 

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

Methods in org.rhq.core.domain.event that return EventSource
 EventSource Event.getSource()
          NOTE: This method is not intended to be called by plugins or the Plugin Container.
 

Constructors in org.rhq.core.domain.event with parameters of type EventSource
Event(String type, String sourceLocation, long timestamp, EventSeverity severity, String detail, EventSource source)
           
 

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

Methods in org.rhq.core.domain.event.transfer that return types with arguments of type EventSource
 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 EventSource
 void EventReport.addEvent(Event event, EventSource eventSource)
          Adds the given event to this report.
 

Uses of EventSource in org.rhq.core.domain.resource
 

Methods in org.rhq.core.domain.resource that return types with arguments of type EventSource
 Set<EventSource> Resource.getEventSources()
           
 



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