|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Event | |
---|---|
org.rhq.core.domain.event | |
org.rhq.core.domain.event.transfer | |
org.rhq.core.pluginapi.event | |
org.rhq.core.pluginapi.event.log |
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. |
Uses of Event in org.rhq.core.pluginapi.event |
---|
Methods in org.rhq.core.pluginapi.event that return types with arguments of type Event | |
---|---|
Set<Event> |
EventPoller.poll()
Poll for new Events (i.e. |
Methods in org.rhq.core.pluginapi.event with parameters of type Event | |
---|---|
void |
EventContext.publishEvent(Event event)
Publishes the specified Event. |
Uses of Event in org.rhq.core.pluginapi.event.log |
---|
Methods in org.rhq.core.pluginapi.event.log that return types with arguments of type Event | |
---|---|
Set<Event> |
LogFileEventPoller.poll()
|
Set<Event> |
MultiLineLogEntryProcessor.processLines(BufferedReader bufferedReader)
|
Set<Event> |
LogEntryProcessor.processLines(BufferedReader bufferedReader)
Processes the specified lines from a log file, and returns a set of Events if appropriate, or otherwise, null. |
Method parameters in org.rhq.core.pluginapi.event.log with type arguments of type Event | |
---|---|
protected MultiLineLogEntryProcessor.LogEntry |
MultiLineLogEntryProcessor.processLine(String line,
Set<Event> events,
MultiLineLogEntryProcessor.LogEntry currentEntry)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |