Uses of Class
org.objectweb.howl.log.LogFileOverflowException
Packages that use LogFileOverflowException
Package
Description
Core functionality for any log file implementation.
Provides public logger classes customized for use with XA Transaction
Managers.
-
Uses of LogFileOverflowException in org.objectweb.howl.log
Methods in org.objectweb.howl.log that throw LogFileOverflowExceptionModifier and TypeMethodDescriptionprivate LogBuffer
LogBufferManager.getFillBuffer()
returns a LogBuffer to be filled.(package private) LogFile
LogFileManager.getLogFileForWrite
(LogBuffer lb) Called by LogBuffer.init() to obtain the LogFile that will be used to write a specific log block.(package private) LogBuffer
BlockLogBuffer.init
(int bsn, LogFileManager lfm) initialize members for buffer reuse.(package private) abstract LogBuffer
LogBuffer.init
(int bsn, LogFileManager lfm) initialize members for LogBuffer implementation class for reuse.(package private) long
LogBufferManager.put
(short type, byte[][] data, boolean sync) writes data byte[][] to log and returns a log key.long
Logger.put
(byte[][] data, boolean sync) add a USER record consisting of byte[][] to log.long
Logger.put
(byte[] data, boolean sync) add a USER record consisting of byte[] to the log.protected long
Logger.put
(short type, byte[][] data, boolean sync) Sub-classes call this method to write log records with a specific record type.(package private) long
LogFileManager.setAutoMark
(boolean automark) Sets the LogFile marking mode.void
Logger.setAutoMark
(boolean autoMark) Sets the LogFile marking mode. -
Uses of LogFileOverflowException in org.objectweb.howl.log.xa
Methods in org.objectweb.howl.log.xa that throw LogFileOverflowExceptionModifier and TypeMethodDescriptionlong
XALogger.put
(byte[][] data, boolean sync) add a USER record consisting of byte[][] to the log.long
XALogger.put
(byte[] data, boolean sync) add a USER record consisting of byte[] to the log.XALogger.putCommit
(byte[][] record) Write a begin COMMIT record to the log.long
XALogger.putDone
(byte[][] record, XACommittingTx tx) Write a DONE record to the log.