|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use LogFileOverflowException | |
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. |
Uses of LogFileOverflowException in org.objectweb.howl.log |
Methods in org.objectweb.howl.log that throw LogFileOverflowException | |
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. |
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 LogFileOverflowException | |
long |
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. |
XACommittingTx |
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. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |