Uses of Class
org.objectweb.howl.log.LogClosedException

Packages that use LogClosedException
Package
Description
Core functionality for any log file implementation.
Provides public logger classes customized for use with XA Transaction Managers.
  • Uses of LogClosedException in org.objectweb.howl.log

    Modifier and Type
    Method
    Description
    void
    Logger.mark(long key)
    calls Logger.mark(key, force) with force set to true .
    void
    Logger.mark(long key, boolean force)
    sets the LogFile's mark.
    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 LogClosedException in org.objectweb.howl.log.xa

    Modifier and Type
    Method
    Description
    private void
    XALogger.checkPutEnabled()
     
    void
    XALogger.open(ReplayListener listener)
    calls super.open() to perform standard open functionality then replays the log to rebuild the activeTx table.
    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.
    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.