Uses of Class
org.objectweb.howl.log.InvalidLogBufferException
Packages that use InvalidLogBufferException
Package
Description
Core functionality for any log file implementation.
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 InvalidLogBufferExceptionModifier and TypeMethodDescriptionRead a specific record from the log.protected LogRecord
protected method to copy next logical record from the LogBuffer specified by the callers lb parameter.Read the journal record that follows the record identified by lr.private LogRecord
helper for get().(package private) void
LogFileManager.init
(LogBufferManager bmgr) validate LogFiles and set member variables.void
Logger.open()
open Log files and perform necessart initialization.(package private) LogBuffer
Reads a block from LogFile lf and validates header and footer information.(package private) abstract LogBuffer
read a block of data from the LogFile object provided in the lf parameter starting at the position specified in the postiion parameter.(package private) int
reads a block of data into LogBuffer lb .(package private) void
LogFileManager.validateFileHeader
(LogBuffer lb) Compares values in log file header record with current configuration. -
Uses of InvalidLogBufferException in org.objectweb.howl.log.xa
Methods in org.objectweb.howl.log.xa that throw InvalidLogBufferExceptionModifier and TypeMethodDescriptionvoid
XALogger.open
(ReplayListener listener) calls super.open() to perform standard open functionality then replays the log to rebuild the activeTx table.