|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use LogManagerHandler | |
---|---|
com.jalios.jstore | Contains JStore core classes. |
Uses of LogManagerHandler in com.jalios.jstore |
---|
Subclasses of LogManagerHandler in com.jalios.jstore | |
---|---|
class |
LogCleaner
|
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 |
class |
LogManagerLoadHandler
This class is the SAX handler which handles the LogEntry when the log is parsed. |
class |
LogManagerSyncHandler
This class is the LogManagerHandler which handles the LogEntry when the log is parsed to get the storable ids created or mutated since the given sync stamp. |
class |
LogManagerVersionHandler
This class is the SAX handler which handles the LogEntry when the log is parsed to build all the version of storables. |
Methods in com.jalios.jstore with parameters of type LogManagerHandler | |
---|---|
void |
Store.parseLog(LogManagerHandler handler)
Parse the store with the given handler |
boolean |
Store.parseLog(LogManagerHandler handler,
int startLine)
Parse the store with the given handler from the given line number |
void |
Store.parseLog(LogManagerHandler handler,
Stamp stamp)
Parse the store with the given handler from the given stamp |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |