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) longLogFileManager.mark(long key) calls mark(key, false)(package private) longLogFileManager.mark(long key, boolean force) sets the LogFile's mark.voidLogger.mark(long key) calls Logger.mark(key, force) with force set to true .voidLogger.mark(long key, boolean force) sets the LogFile's mark.(package private) voidLogBufferManager.replay(ReplayListener listener, long mark, boolean replayCtrlRecords) Replays log from requested mark forward to end of log.voidLogger.replay(ReplayListener listener, long mark) Replays log from a specified mark forward to the current mark.protected voidLogger.replay(ReplayListener listener, long mark, boolean replayCtrlRecords) Allows sub-classes of Logger to replay control records.(package private) longLogFileManager.setAutoMark(boolean automark) Sets the LogFile marking mode.voidLogger.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 TypeMethodDescriptionvoidXALogger.replay(ReplayListener listener, long key) Wrapp Logger#replay(ReplayListener, long) so we can intercept onRecord() notifications to process XACOMMIT and XACOMMITMOVED records.