|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.jalios.jstore.LogManagerHandler
public abstract class LogManagerHandler
This class is the super class of all the LogManager handlers
Field Summary | |
---|---|
protected Locator |
locator
|
protected int |
maxLineNumber
|
static String |
REVISION
|
Fields inherited from interface com.jalios.jstore.StoreConstants |
---|
ARRAY_FLAG, CLEANING_STATE, COLLECTION_FLAG, CREATE_OP, DELETE_OP, IDLE_STATE, INNER_LOGS, INNER_MILESTONE, INNER_PREFIX, INNER_SYNC, ITEM_ESCAPE_CHAR, ITEM_SEPARATOR, LOADING_STATE, MAP_ASSIGN, MAP_CHARS_TO_ESCAPE, MAP_CLASS_SEPARATOR, MAP_FLAG, NAMESPACE, SH_SUFFIX, STORING_STATE, UPDATE_OP |
Constructor Summary | |
---|---|
LogManagerHandler()
|
Method Summary | |
---|---|
void |
characters(char[] ch,
int start,
int length)
|
void |
endDocument()
|
void |
endElement(String namespaceURI,
String localName,
String rawName)
|
void |
endPrefixMapping(String prefix)
|
void |
error(SAXParseException ex)
Error |
void |
fatalError(SAXParseException ex)
Fatal Error |
int |
getMaxLineNumber()
|
void |
handleLogEntryException(LogEntry logEntry)
This method is called when an exception is caught while processing a logEntry |
void |
ignorableWhitespace(char[] ch,
int start,
int length)
|
void |
processingInstruction(String target,
String data)
|
abstract void |
processInnerLogEntry(InnerLogEntry logEntry)
Process an InnerLogEntry |
abstract void |
processStorableLogEntry(StorableLogEntry logEntry)
Process a StorableLogEntry |
void |
setDocumentLocator(Locator locator)
|
void |
skippedEntity(String name)
|
void |
startDocument()
|
void |
startElement(String namespaceURI,
String localName,
String qName,
Attributes atts)
|
void |
startPrefixMapping(String prefix,
String uri)
|
void |
warning(SAXParseException ex)
Warning |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final String REVISION
protected Locator locator
protected int maxLineNumber
Constructor Detail |
---|
public LogManagerHandler()
Method Detail |
---|
public abstract void processInnerLogEntry(InnerLogEntry logEntry)
logEntry
- the InnerLogEntry to processpublic abstract void processStorableLogEntry(StorableLogEntry logEntry)
logEntry
- the StorableLogEntry to processpublic void handleLogEntryException(LogEntry logEntry)
logEntry
- the logEntrypublic int getMaxLineNumber()
public void startElement(String namespaceURI, String localName, String qName, Attributes atts)
startElement
in interface ContentHandler
public void setDocumentLocator(Locator locator)
setDocumentLocator
in interface ContentHandler
public void endDocument() throws SAXException
endDocument
in interface ContentHandler
SAXException
public void startDocument() throws SAXException
startDocument
in interface ContentHandler
SAXException
public void endElement(String namespaceURI, String localName, String rawName) throws SAXException
endElement
in interface ContentHandler
SAXException
public void characters(char[] ch, int start, int length) throws SAXException
characters
in interface ContentHandler
SAXException
public void ignorableWhitespace(char[] ch, int start, int length) throws SAXException
ignorableWhitespace
in interface ContentHandler
SAXException
public void processingInstruction(String target, String data) throws SAXException
processingInstruction
in interface ContentHandler
SAXException
public void startPrefixMapping(String prefix, String uri)
startPrefixMapping
in interface ContentHandler
public void endPrefixMapping(String prefix) throws SAXException
endPrefixMapping
in interface ContentHandler
SAXException
public void skippedEntity(String name) throws SAXException
skippedEntity
in interface ContentHandler
SAXException
public void warning(SAXParseException ex)
public void error(SAXParseException ex)
public void fatalError(SAXParseException ex) throws SAXException
SAXException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |