Uses of Class
com.sun.jini.mahalo.log.LogException

Packages that use LogException
com.sun.jini.mahalo Provides implementations of the TransactionManager service. 
com.sun.jini.mahalo.log 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
 void TxnManagerImpl.recover(long cookie, LogRecord rec)
          This method recovers state changes resulting from committing a transaction.
 

Uses of LogException in com.sun.jini.mahalo.log
 

Subclasses of LogException in com.sun.jini.mahalo.log
 class CannotRecoverException
           
 class InvalidatedLogException
           
 

Methods in com.sun.jini.mahalo.log that throw LogException
 void ClientLog.invalidate()
           
 void SimpleLogFile.invalidate()
          Invalidate the log.
 void TransientLogFile.invalidate()
          Invalidate the log.
 ClientLog MultiLogManager.logFor(long cookie)
           
 ClientLog 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.
 void MultiLogManager.recover()
          Consumes the log file and re-constructs a system's state.
 void LogManager.recover()
          Consumes the log file and re-constructs a system's state.
 void Log.recover(LogRecovery client)
           
 void SimpleLogFile.recover(LogRecovery client)
          Recover information from the log.
 void TransientLogFile.recover(LogRecovery client)
          Recover information from the log.
 void LogRecovery.recover(long cookie, LogRecord rec)
          Accepts a LogRecord from the caller.
 void ClientLog.write(LogRecord rec)
           
 void SimpleLogFile.write(LogRecord rec)
          Add a LogRecord to the Log.
 void TransientLogFile.write(LogRecord rec)
          Add a LogRecord to the Log.
 



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