Class LogManagerLoadHandler

  • All Implemented Interfaces:
    StoreConstants, org.xml.sax.ContentHandler

    public class LogManagerLoadHandler
    extends LogManagerHandler
    This class is the SAX handler which handles the LogEntry when the log is parsed.
    Version:
    $Revision: 27753 $
    Author:
    Olivier Dedieu
    • Method Detail

      • getGreatestStamp

        public Stamp getGreatestStamp()
        Returns the greatest stamp read (this include real stamp but also ID of StorableLogEntry).
        Returns:
        the greatest stamp
        Since:
        jcms-4.1
      • handleLogEntryException

        public void handleLogEntryException​(LogEntry logEntry)
        This method is called when an exception is caught while processing the entry
        Overrides:
        handleLogEntryException in class LogManagerHandler
        Parameters:
        logEntry - the logEntry
        Since:
        jcms-4.0.2