Uses of Class
org.objectweb.howl.log.InvalidLogKeyException
Packages that use InvalidLogKeyException
Package
Description
Core functionality for any log file implementation.
Provides public logger classes customized for use with XA Transaction
Managers.
-
Uses of InvalidLogKeyException in org.objectweb.howl.log
Methods in org.objectweb.howl.log that throw InvalidLogKeyExceptionModifier and TypeMethodDescriptionRead a specific record from the log.(package private) long
LogFileManager.mark
(long key) calls mark(key, false)(package private) long
LogFileManager.mark
(long key, boolean force) sets the LogFile's mark.void
Logger.mark
(long key) calls Logger.mark(key, force) with force set to true .void
Logger.mark
(long key, boolean force) sets the LogFile's mark.(package private) void
LogBufferManager.replay
(ReplayListener listener, long mark, boolean replayCtrlRecords) Replays log from requested mark forward to end of log.void
Logger.replay
(ReplayListener listener, long mark) Replays log from a specified mark forward to the current mark.protected void
Logger.replay
(ReplayListener listener, long mark, boolean replayCtrlRecords) Allows sub-classes of Logger to replay control records.(package private) long
LogFileManager.setAutoMark
(boolean automark) Sets the LogFile marking mode.void
Logger.setAutoMark
(boolean autoMark) Sets the LogFile marking mode. -
Uses of InvalidLogKeyException in org.objectweb.howl.log.xa
Methods in org.objectweb.howl.log.xa that throw InvalidLogKeyExceptionModifier and TypeMethodDescriptionvoid
XALogger.replay
(ReplayListener listener, long key) Wrapp Logger#replay(ReplayListener, long) so we can intercept onRecord() notifications to process XACOMMIT and XACOMMITMOVED records.