Interface LogRecovery

All Known Implementing Classes:
TransientMahaloImpl, TxnManagerImpl

public interface LogRecovery
Describes the interface needed to be able to receive information from a LogManager
Author:
Sun Microsystems, Inc.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    recover(long cookie, LogRecord rec)
    Accepts a LogRecord from the caller.
  • Method Details

    • recover

      void recover(long cookie, LogRecord rec) throws LogException
      Accepts a LogRecord from the caller.
      Parameters:
      cookie - identifier associated with the information.
      rec - the record.
      Throws:
      LogException