com.sun.jini.mahalo.log
Interface LogRecovery
- All Known Implementing Classes: 
 - TxnManagerImpl
 
public interface LogRecovery
Describes the interface needed to be able to receive information
 from a LogManager
- Author:
 
  - Sun Microsystems, Inc.
 
| 
Method Summary | 
 void | 
recover(long cookie,
        LogRecord rec)
 
          Accepts a LogRecord from the caller. | 
 
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
 
 
Copyright © GigaSpaces.