org.rhq.plugins.platform
Class SyslogListenerEventLogDelegate

java.lang.Object
  extended by org.rhq.plugins.platform.SyslogProcessor
      extended by org.rhq.plugins.platform.SyslogListenerEventLogDelegate
All Implemented Interfaces:
Runnable

public class SyslogListenerEventLogDelegate
extends SyslogProcessor
implements Runnable

Listens for syslog messages coming in over a socket.

Author:
Greg Hinkle, John Mazzitelli

Field Summary
 
Fields inherited from class org.rhq.plugins.platform.SyslogProcessor
EVENT_LOG_TYPE
 
Constructor Summary
SyslogListenerEventLogDelegate(ResourceContext resourceContext, org.rhq.core.domain.configuration.PropertyMap logProperties)
           
 
Method Summary
 void run()
           
 void shutdown()
           
 
Methods inherited from class org.rhq.plugins.platform.SyslogProcessor
convertAnyLine, convertLine, convertLineDefaultFormat, convertLineParserRegEx, getEventContext, getIncludesPattern, getMinimumEventSeverity, getParserRegex, getSeverity, getSourceLocation, getTimestamp, parseRFC3339Date
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SyslogListenerEventLogDelegate

public SyslogListenerEventLogDelegate(ResourceContext resourceContext,
                                      org.rhq.core.domain.configuration.PropertyMap logProperties)
Method Detail

run

public void run()
Specified by:
run in interface Runnable

shutdown

public void shutdown()


Copyright © 2008-2012 Red Hat, Inc.. All Rights Reserved.