Uses of Package
org.objectweb.howl.log
Packages that use org.objectweb.howl.log
Package
Description
Core functionality for any log file implementation.
Provides public logger classes customized for use with XA Transaction
Managers.
-
Classes in org.objectweb.howl.log used by org.objectweb.howl.logClassDescriptionAn implementation of LogBuffer that provides features necessary for a reliable Transaction Monitor journal.Provides configuration information for a
Logger
instance.Exception thrown when LogFileManager.open() detects an invalid file set.Exception thrown when Logger detects a journal block with invalid content.Exception thrown when XAJournalReader detects a journal block with an invalid header.Classes used as buffers in LogBufferManager must implement this interface.Provides a generalized buffer manager for journals and loggers.helper thread to flush buffers that have threads waiting longer than configured maximum.Checked exception thrown when put is called after the log has been closed.This interface is implemented by users of the Logger.Base exception class for HOWL exceptions.An individual file within a set of log files managed by a Logger.Manage a set of log files.Checked exception thrown when the Logger attempts to switch to an alternate log file that contains the active mark.base class for all log objects that require configuration information.LogRecord class used by Logger.replay().Checked exception thrown when the byte[] passed to put is larger than the configured buffer size.Objects that wish to read a log must implement the ReplayListener interface. -
Classes in org.objectweb.howl.log used by org.objectweb.howl.log.xaClassDescriptionProvides configuration information for a
Logger
instance.Exception thrown when LogFileManager.open() detects an invalid file set.Exception thrown when Logger detects a journal block with invalid content.Exception thrown when XAJournalReader detects a journal block with an invalid header.Checked exception thrown when put is called after the log has been closed.This interface is implemented by users of the Logger.Base exception class for HOWL exceptions.Checked exception thrown when the Logger attempts to switch to an alternate log file that contains the active mark.Manage a configured set of two or more physical log files.base class for all log objects that require configuration information.LogRecord class used by Logger.replay().Checked exception thrown when the byte[] passed to put is larger than the configured buffer size.Objects that wish to read a log must implement the ReplayListener interface.