com.sun.jini.mahalo.log
Interface LogRecovery
- All Known Implementing Classes:
- ActivatableMahaloImpl, NonActivatableMahaloImpl, TransientMahaloImpl, 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 2007-2010, multiple authors.
Licensed under the Apache License, Version 2.0, see the NOTICE file for attributions.