org.hyperic.hq.product
Class Win32EventLogNotification
java.lang.Object
org.hyperic.hq.product.Win32EventLogNotification
- All Implemented Interfaces:
- org.hyperic.sigar.win32.EventLogNotification
public abstract class Win32EventLogNotification
- extends Object
- implements org.hyperic.sigar.win32.EventLogNotification
Base class for windows event notifications. This handles parsing the event
record and sending it to HQ. All plugins sould subclass this class if they
need to override the standard matches() function in the base class.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PROP_EVENT_LOGS
public static final String PROP_EVENT_LOGS
- See Also:
- Constant Field Values
Win32EventLogNotification
public Win32EventLogNotification(LogTrackPlugin plugin)
matches
public abstract boolean matches(org.hyperic.sigar.win32.EventLogRecord record)
- Specified by:
matches
in interface org.hyperic.sigar.win32.EventLogNotification
getLogName
public String getLogName()
handleNotification
public void handleNotification(org.hyperic.sigar.win32.EventLogRecord record)
- Specified by:
handleNotification
in interface org.hyperic.sigar.win32.EventLogNotification
Copyright © 2004-2010 Hyperic, Inc. support@hyperic.net, All Rights Reserved.