TPTP 4.0.0 Monitoring Tools Project
Public API Specification

org.eclipse.hyades.logging.adapter
Interface IParser

All Superinterfaces:
IComponent, IProcessUnit
All Known Implementing Classes:
Parser

public interface IParser
extends IProcessUnit

This interface represents a generic parser process unit in the Generic Log Adapter architecture. The parser transforms a message in the form of a string into a set of name/value pairs based on parsing rules that is then passed to the next processing unit.


Methods inherited from interface org.eclipse.hyades.logging.adapter.IProcessUnit
flushEventItems, processEventItems, testProcessEventItems
 
Methods inherited from interface org.eclipse.hyades.logging.adapter.IComponent
getComponents, getConfiguration, getContextConfiguration, getDescription, getExecutableClassName, getImplementationCreationDate, getImplementationVersion, getImplementationVersionDescription, getLogger, getLoggingLevel, getName, getParent, getRole, getRoleCreationDate, getRoleVersion, getRoleVersionDescription, getUniqueID, init, log, log, setComponents, setConfiguration, setContextConfiguration, setDescription, setExecutableClassName, setImplemenationCreationDate, setImplementationVersion, setImplementationVersionDescription, setLogger, setLoggingLevel, setName, setParent, setRole, setRoleCreationDate, setRoleVersion, setRoleVersionDescription, setUniqueID, start, stop, update, update
 


TPTP 4.0.0 Monitoring Tools Project
Public API Specification