public class Win32EventLogDelegate extends Object implements EventPoller
| Constructor and Description |
|---|
Win32EventLogDelegate(org.rhq.core.domain.configuration.Configuration config) |
| Modifier and Type | Method and Description |
|---|---|
Set<org.rhq.core.domain.event.Event> |
checkForNewEvents() |
void |
close() |
int |
getEventsChecked() |
int |
getEventsFired() |
String |
getEventType() |
org.rhq.core.domain.event.Event |
handleEvent(org.hyperic.sigar.win32.EventLogRecord event) |
void |
open() |
Set<org.rhq.core.domain.event.Event> |
poll() |
public Win32EventLogDelegate(org.rhq.core.domain.configuration.Configuration config)
public void open()
public void close()
@Nullable public Set<org.rhq.core.domain.event.Event> checkForNewEvents()
public org.rhq.core.domain.event.Event handleEvent(org.hyperic.sigar.win32.EventLogRecord event)
@NotNull public String getEventType()
getEventType in interface EventPoller@Nullable public Set<org.rhq.core.domain.event.Event> poll()
poll in interface EventPollerpublic int getEventsChecked()
public int getEventsFired()
Copyright © 2008-2013 Red Hat, Inc.. All Rights Reserved.