Public Member Functions | Package Functions

alma.acs.logging.engine.parser.ACSLogParserDOM Class Reference

Inheritance diagram for alma.acs.logging.engine.parser.ACSLogParserDOM:
alma.acs.logging.engine.parser.ACSLogParser

List of all members.

Public Member Functions

synchronized ILogEntry parse (String string) throws LogParseException

Package Functions

 ACSLogParserDOM () throws ParserConfigurationException

Detailed Description

ACSLogParserDOM is used for parsing an xml string (representing an XML element such as <Info>,<Debug> and so on) to produce a valid LogEntryXML.

It will typically get the string from the ACSStructuredPushConsumer class where the logs get delivered from the CORBA Logging Service.


Constructor & Destructor Documentation

alma.acs.logging.engine.parser.ACSLogParserDOM.ACSLogParserDOM (  )  throws ParserConfigurationException [package]

ACSLogParserDOM constructor comment.


Member Function Documentation

synchronized ILogEntry alma.acs.logging.engine.parser.ACSLogParserDOM.parse ( String  xmlString  )  throws LogParseException [virtual]

Parses the xmlLog. This method must be synchronized to ensure that the parser parses only one log at a time.

Parameters:
xmlString the xml string to parse.
Returns:
object implementing the ILogEntry interface, containing the parsed data for the log.
Exceptions:
LogParseException if parsing problems are encountered.

Implements alma.acs.logging.engine.parser.ACSLogParser.


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Enumerations Properties