|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use InvalidLogBufferException | |
org.objectweb.howl.log | Core functionality for any log file implementation. |
org.objectweb.howl.log.xa | Provides public logger classes customized for use with XA Transaction Managers. |
Uses of InvalidLogBufferException in org.objectweb.howl.log |
Methods in org.objectweb.howl.log that throw InvalidLogBufferException | |
void |
Logger.open()
open Log files and perform necessart initialization. |
LogRecord |
Logger.get(LogRecord lr,
long mark)
Read a specific record from the log. |
LogRecord |
Logger.getNext(LogRecord lr)
Read the journal record that follows the record identified by lr. |
protected LogRecord |
LogRecord.get(org.objectweb.howl.log.LogBuffer lb)
protected method to copy next logical record from the LogBuffer specified by the callers lb parameter. |
Uses of InvalidLogBufferException in org.objectweb.howl.log.xa |
Methods in org.objectweb.howl.log.xa that throw InvalidLogBufferException | |
void |
XALogger.open(ReplayListener listener)
calls super.open() to perform standard open functionality then replays the log to rebuild the activeTx table. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |