|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.jalios.jstore.LogManagerHandler
com.jalios.jstore.LogManagerDeltaHandler
public class LogManagerDeltaHandler
This class is the SAX handler which handles the LogEntry when the log is parsed to generate the suffix of the log beyond a given stamp
| Field Summary | |
|---|---|
static java.lang.String |
REVISION
|
| Fields inherited from class com.jalios.jstore.LogManagerHandler |
|---|
locator, maxLineNumber |
| 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 |
| Method Summary | |
|---|---|
void |
processAnyLogEntry(LogEntry logEntry)
|
void |
processInnerLogEntry(InnerLogEntry logEntry)
Process an InnerLogEntry |
void |
processStorableLogEntry(StorableLogEntry logEntry)
Process a StorableLogEntry |
| Methods inherited from class com.jalios.jstore.LogManagerHandler |
|---|
characters, endDocument, endElement, endPrefixMapping, error, fatalError, getMaxLineNumber, handleLogEntryException, ignorableWhitespace, processingInstruction, setDocumentLocator, skippedEntity, startDocument, startElement, startPrefixMapping, warning |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final java.lang.String REVISION
| Method Detail |
|---|
public void processAnyLogEntry(LogEntry logEntry)
public void processInnerLogEntry(InnerLogEntry logEntry)
processInnerLogEntry in class LogManagerHandlerlogEntry - the InnerLogEntry to processpublic void processStorableLogEntry(StorableLogEntry logEntry)
processStorableLogEntry in class LogManagerHandlerlogEntry - the StorableLogEntry to process
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||