Uses of Class
org.objectweb.howl.log.LogRecord
-
Packages that use LogRecord Package Description 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 Modifier and Type Method Description LogRecordLogger. get(LogRecord lr, long mark)Read a specific record from the log.protected LogRecordLogRecord. get(LogBuffer lb)protected method to copy next logical record from the LogBuffer specified by the callers lb parameter.LogRecordReplayListener. getLogRecord()Called by Logger when ReplayListener is registered for replay.LogRecordLogger. getNext(LogRecord lr)Read the journal record that follows the record identified by lr.private LogRecordLogRecord. getNext(LogBuffer lb)helper for get().Methods in org.objectweb.howl.log with parameters of type LogRecord Modifier and Type Method Description LogRecordLogger. get(LogRecord lr, long mark)Read a specific record from the log.LogRecordLogger. getNext(LogRecord lr)Read the journal record that follows the record identified by lr.voidReplayListener. 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 Modifier and Type Class Description classXALogRecordExtendsLogRecordwith members that are specific to XALogger.Fields in org.objectweb.howl.log.xa declared as LogRecord Modifier and Type Field Description (package private) LogRecordXALogger.OpenReplayListener. lr(package private) LogRecordXALogger.XAReplayListener. lrMethods in org.objectweb.howl.log.xa that return LogRecord Modifier and Type Method Description LogRecordXALogger.OpenReplayListener. getLogRecord()LogRecordXALogger.XAReplayListener. getLogRecord()Methods in org.objectweb.howl.log.xa with parameters of type LogRecord Modifier and Type Method Description voidXALogger.OpenReplayListener. onRecord(LogRecord lr)voidXALogger.XAReplayListener. onRecord(LogRecord lr)
-