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

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

Methods in org.objectweb.howl.log that throw LogConfigurationException
 void Logger.open()
          open Log files and perform necessart initialization.
 void Logger.replay(ReplayListener listener, long mark)
          Replays log from a specified mark forward to the current mark.
 void Logger.replay(ReplayListener listener)
          Replays log from the active mark forward to the current position.
protected  void Logger.replay(ReplayListener listener, long mark, boolean replayCtrlRecords)
          Allows sub-classes of Logger to replay control records.
 LogRecord Logger.get(LogRecord lr, long mark)
          Read a specific record from the log.
 void Configuration.setBufferSize(int bufferSize)
           
 void Configuration.setMaxBuffers(int maxBuffers)
           
 void Configuration.setMinBuffers(int minBuffers)
           
 void Configuration.setLogFileMode(java.lang.String logFileMode)
           
 

Constructors in org.objectweb.howl.log that throw LogConfigurationException
Configuration(java.util.Properties prop)
          Construct a Configuration object using a Properties object supplied by the caller.
Configuration(java.io.File propertyFile)
          Construct a Configuration object using a Properties file specified by the caller.
 

Uses of LogConfigurationException in org.objectweb.howl.log.xa
 

Methods in org.objectweb.howl.log.xa that throw LogConfigurationException
 void XALogger.open(ReplayListener listener)
          calls super.open() to perform standard open functionality then replays the log to rebuild the activeTx table.
 void XALogger.replay(ReplayListener listener)
          Wrapp Logger#replay(ReplayListener) so we can intercept onRecord() notifications to process XACOMMIT and XACOMMITMOVED records.
 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 © 2003-2005 HOWL Development Team. All Rights Reserved.