Uses of Class
org.objectweb.howl.log.LogRecord
Packages that use LogRecord
Package
Description
Core functionality for any log file implementation.
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 LogRecordModifier and TypeMethodDescriptionRead a specific record from the log.protected LogRecordprotected method to copy next logical record from the LogBuffer specified by the callers lb parameter.ReplayListener.getLogRecord()Called by Logger when ReplayListener is registered for replay.Read the journal record that follows the record identified by lr.private LogRecordhelper for get().Methods in org.objectweb.howl.log with parameters of type LogRecordModifier and TypeMethodDescriptionRead a specific record from the log.Read the journal record that follows the record identified by lr.voidCalled 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.xaModifier and TypeClassDescriptionclassExtendsLogRecordwith members that are specific to XALogger.Fields in org.objectweb.howl.log.xa declared as LogRecordModifier and TypeFieldDescription(package private) LogRecordXALogger.OpenReplayListener.lr(package private) final LogRecordXALogger.XAReplayListener.lrMethods in org.objectweb.howl.log.xa that return LogRecordModifier and TypeMethodDescriptionXALogger.OpenReplayListener.getLogRecord()XALogger.XAReplayListener.getLogRecord()Methods in org.objectweb.howl.log.xa with parameters of type LogRecord