|
TPTP 4.4.0 Monitoring Tools Project Public API Specification |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.eclipse.hyades.logging.adapter.util.AbstractXPATHFilterExit
org.eclipse.hyades.logging.parsers.util.ApacheAccessLogFilterExit
This is a filter exit class for filtering Apache access log records. It extends org.eclipse.hyades.logging.adapter.util.AbstractXPATHFilterExit and utilizes XPATH filtering.
| Constructor Summary | |
|---|---|
ApacheAccessLogFilterExit()
ApacheAccessLogFilterExit Constructor |
|
| Method Summary | |
|---|---|
short |
parseSeverity(java.lang.String record)
Parse the severity of the event represented by the log record from the log record string. |
java.lang.String |
parseTime(java.lang.String record)
Parse the time of the event represented by the log record from the log record string. |
| Methods inherited from class org.eclipse.hyades.logging.adapter.util.AbstractXPATHFilterExit |
|---|
filter, getCommonBaseEvent, getCurrentCreationTime, getCurrentSeverity, getDay, getFilterSpecification, getLocale, getMonth, getTimezone, getULocale, getYear, isFilterOnCreationTime, isFilterOnSeverity, setCommonBaseEvent, setDay, setFilterSpecification, setLocale, setMonth, setTimezone, setULocale, setYear |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public ApacheAccessLogFilterExit()
throws java.lang.InstantiationException
java.lang.InstantiationException - if an error occurs instantiating required objects.| Method Detail |
public short parseSeverity(java.lang.String record)
ISeverityFilterExit
record - Log record string
public java.lang.String parseTime(java.lang.String record)
ITimeFilterExit
record - Log record string
|
TPTP 4.4.0 Monitoring Tools Project Public API Specification |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||