Uses of Class
com.sun.jini.mahalo.log.LogException
Packages that use LogException
Package
Description
Provides implementations of the
TransactionManager service.
Utilities for managing Mahalo's recoverable log of transaction state.
-
Uses of LogException in com.sun.jini.mahalo
Methods in com.sun.jini.mahalo that throw LogException -
Uses of LogException in com.sun.jini.mahalo.log
Subclasses of LogException in com.sun.jini.mahalo.logMethods in com.sun.jini.mahalo.log that throw LogExceptionModifier and TypeMethodDescriptionvoidClientLog.invalidate()voidMockLogFile.invalidate()voidSimpleLogFile.invalidate()Invalidate the log.voidTransientLogFile.invalidate()Invalidate the log.LogManager.logFor(long cookie) Factory method which returns a Log interface which can be used to create persistent records which collectively represent a system's state.MockLogManager.logFor(long cookie) MultiLogManager.logFor(long cookie) voidLog.recover(LogRecovery client) voidLogManager.recover()Consumes the log file and re-constructs a system's state.voidAccepts aLogRecordfrom the caller.voidMockLogFile.recover(LogRecovery client) voidMockLogManager.recover()Consumes the log file and re-constructs a system's state.voidMultiLogManager.recover()Consumes the log file and re-constructs a system's state.voidSimpleLogFile.recover(LogRecovery client) Recover information from the log.voidTransientLogFile.recover(LogRecovery client) Recover information from the log.voidvoidvoidAdd aLogRecordto theLog.voidAdd aLogRecordto theLog.