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 java.lang.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.
Method Summary |
java.lang.String |
getLogName()
|
void |
handleNotification(org.hyperic.sigar.win32.EventLogRecord record)
|
abstract boolean |
matches(org.hyperic.sigar.win32.EventLogRecord record)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PROP_EVENT_LOGS
public static final java.lang.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 java.lang.String getLogName()
handleNotification
public void handleNotification(org.hyperic.sigar.win32.EventLogRecord record)
- Specified by:
handleNotification
in interface org.hyperic.sigar.win32.EventLogNotification
Copyright © 2004-2006 Hyperic, Inc. support@hyperic.net, All Rights Reserved.