Uses of Class
org.objectweb.howl.log.InvalidLogKeyException

Packages that use InvalidLogKeyException
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 InvalidLogKeyException in org.objectweb.howl.log
 

Methods in org.objectweb.howl.log that throw InvalidLogKeyException
 LogRecord Logger.get(LogRecord lr, long mark)
          Read a specific record from the log.
 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.
 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.
 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 InvalidLogKeyException
 void XALogger.replay(ReplayListener listener, long key)
          Wrapp Logger#replay(ReplayListener, long) so we can intercept onRecord() notifications to process XACOMMIT and XACOMMITMOVED records.
 



Copyright © 2012 ObjectWeb HOWL. All Rights Reserved.