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 LogBufferLogBufferManager.getFillBuffer()returns a LogBuffer to be filled.(package private) LogFileLogFileManager.getLogFileForWrite(LogBuffer lb) Called by LogBuffer.init() to obtain the LogFile that will be used to write a specific log block.(package private) LogBufferBlockLogBuffer.init(int bsn, LogFileManager lfm) initialize members for buffer reuse.(package private) abstract LogBufferLogBuffer.init(int bsn, LogFileManager lfm) initialize members for LogBuffer implementation class for reuse.(package private) longLogBufferManager.put(short type, byte[][] data, boolean sync) writes data byte[][] to log and returns a log key.longLogger.put(byte[][] data, boolean sync) add a USER record consisting of byte[][] to log.longLogger.put(byte[] data, boolean sync) add a USER record consisting of byte[] to the log.protected longLogger.put(short type, byte[][] data, boolean sync) Sub-classes call this method to write log records with a specific record type.(package private) longLogFileManager.setAutoMark(boolean automark) Sets the LogFile marking mode.voidLogger.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 TypeMethodDescriptionlongXALogger.put(byte[][] data, boolean sync) add a USER record consisting of byte[][] to the log.longXALogger.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.longXALogger.putDone(byte[][] record, XACommittingTx tx) Write a DONE record to the log.