BlockLogBuffer |
An implementation of LogBuffer that
provides features necessary for a reliable Transaction Monitor
journal.
|
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.
|
LogBuffer |
Classes used as buffers in LogBufferManager must implement this interface.
|
LogBufferManager |
Provides a generalized buffer manager for journals and loggers.
|
LogBufferManager.BufferPoolStatsMBean |
|
LogBufferManager.FlushManager |
helper thread to flush buffers that have threads waiting
longer than configured maximum.
|
LogBufferManager.ForceStatsMBean |
|
LogBufferManager.WriteStatsMBean |
|
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.
|
LogFile |
An individual file within a set of log files managed by a Logger.
|
LogFileManager |
Manage a set of log files.
|
LogFileOverflowException |
Checked exception thrown when the Logger
attempts to switch to an alternate log file that
contains the active mark.
|
LogObject |
base class for all log objects that require
configuration information.
|
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.
|