Package com.sun.jini.mahalo.log

Utilities for managing Mahalo's recoverable log of transaction state.

See:
          Description

Interface Summary
ClientLog Represents the functions clients can perform on a log file.
FileModes The possible file modes for log files.
Log Represents all of the functions which may be performed on a log file.
LogManager Represents the functions performed by a log manager.
LogRecord Encapsulates a generic record which capable of being logged.
LogRecovery Describes the interface needed to be able to receive information from a LogManager
MultiLogManager.LogRemovalManager Callback interface for log files to remove themselves from this manager
MultiLogManagerAdmin  
 

Class Summary
MultiLogManager  
SimpleLogFile An implementation of a re-usable Log.
SimpleLogFile.HeaderlessObjectInputStream This class extends ObjectInputStream and overrides the readStreamHeader method to a no-op operation.
SimpleLogFile.HeaderlessObjectOutputStream This class extends ObjectOutputStream and overrides the writeStreamHeader method to a no-op operation.
TransientLogFile An implementation of a non-persistent Log.
 

Exception Summary
CannotRecoverException  
InvalidatedLogException  
LogException  
 

Package com.sun.jini.mahalo.log Description

Utilities for managing Mahalo's recoverable log of transaction state.

See Also:
com.sun.jini.mahalo


Copyright 2007-2010, multiple authors.
Licensed under the Apache License, Version 2.0, see the NOTICE file for attributions.