|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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. |
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()
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |