|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use LogRecord | |
---|---|
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 LogRecord in org.objectweb.howl.log |
---|
Methods in org.objectweb.howl.log that return LogRecord | |
---|---|
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. |
LogRecord |
Logger.get(LogRecord lr,
long mark)
Read a specific record from the log. |
LogRecord |
ReplayListener.getLogRecord()
Called by Logger when ReplayListener is registered for replay. |
LogRecord |
Logger.getNext(LogRecord lr)
Read the journal record that follows the record identified by lr. |
Methods in org.objectweb.howl.log with parameters of type LogRecord | |
---|---|
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. |
void |
ReplayListener.onRecord(LogRecord lr)
Called by Logger for each record retrieved from the log. |
Uses of LogRecord in org.objectweb.howl.log.xa |
---|
Subclasses of LogRecord in org.objectweb.howl.log.xa | |
---|---|
class |
XALogRecord
Extends LogRecord with
members that are specific to XALogger. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |