| Package | Description |
|---|---|
| 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.
|
| Class and Description |
|---|
| 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.
|
| Class and Description |
|---|
| 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 © 2016 ObjectWeb HOWL. All rights reserved.