Uses of Package
org.objectweb.howl.log

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

Classes in org.objectweb.howl.log used by org.objectweb.howl.log
Configuration
          Provides configuration information for a Logger instance.
ConfigurationMBean
           
InvalidFileSetException
          Exception thrown when LogFileManager.open() detects an invalid file set.
InvalidLogBufferException
          Exception thrown when Logger detects a journal block with invalid content.
InvalidLogKeyException
          Exception thrown when XAJournalReader detects a journal block with an invalid header.
LogClosedException
          Checked exception thrown when put is called after the log has been closed.
LogConfigurationException
           
LogEventListener
          This interface is implemented by users of the Logger.
LogException
          Base exception class for HOWL exceptions.
LogFileOverflowException
          Checked exception thrown when the Logger attempts to switch to an alternate log file that contains the active mark.
LogRecord
          LogRecord class used by Logger.replay().
LogRecordSizeException
          Checked exception thrown when the byte[] passed to put is larger than the configured buffer size.
ReplayListener
          Objects that wish to read a log must implement the ReplayListener interface.
 

Classes in org.objectweb.howl.log used by org.objectweb.howl.log.xa
Configuration
          Provides configuration information for a Logger instance.
InvalidFileSetException
          Exception thrown when LogFileManager.open() detects an invalid file set.
InvalidLogBufferException
          Exception thrown when Logger detects a journal block with invalid content.
InvalidLogKeyException
          Exception thrown when XAJournalReader detects a journal block with an invalid header.
LogClosedException
          Checked exception thrown when put is called after the log has been closed.
LogConfigurationException
           
LogEventListener
          This interface is implemented by users of the Logger.
LogFileOverflowException
          Checked exception thrown when the Logger attempts to switch to an alternate log file that contains the active mark.
Logger
          Manage a configured set of two or more physical log files.
LogRecord
          LogRecord class used by Logger.replay().
LogRecordSizeException
          Checked exception thrown when the byte[] passed to put is larger than the configured buffer size.
ReplayListener
          Objects that wish to read a log must implement the ReplayListener interface.
 



Copyright © 2010 ObjectWeb HOWL. All Rights Reserved.