public interface EventPoller
Events of a specific type from a specific source.| Modifier and Type | Method and Description |
|---|---|
String |
getEventType()
Returns the type of event (i.e.
|
Set<org.rhq.core.domain.event.Event> |
poll()
Poll for new Events (i.e.
|
@NotNull String getEventType()
EventDefinition name) that this poller
checks for.EventDefinition name) that this poller
checks for@Nullable Set<org.rhq.core.domain.event.Event> poll()
Copyright © 2008-2014 Red Hat, Inc.. All Rights Reserved.