Uses of Interface
com.sun.jini.mahalo.log.LogRecovery

Packages that use LogRecovery
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 LogRecovery in com.sun.jini.mahalo
 

Classes in com.sun.jini.mahalo that implement LogRecovery
(package private)  class ActivatableMahaloImpl
          Convenience class intended for use with the ServiceStarter framework to start an implementation of Mahalo that is activatable, and which will log its state information to persistent storage.
(package private)  class NonActivatableMahaloImpl
          Convenience class intended for use with the ServiceStarter framework to start an implementation of Mahalo that is not activatable, but which will log its state information to persistent storage.
(package private)  class TransientMahaloImpl
          Convenience class intended for use with the ServiceStarter framework to start a transient (non-activatable, non-persistent) implementation of Mahalo.
(package private)  class TxnManagerImpl
          An implementation of the Jini Transaction Specification.
 

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

Fields in com.sun.jini.mahalo.log declared as LogRecovery
private  LogRecovery MultiLogManager.client
          Client called during log recovery to process log objects
 

Methods in com.sun.jini.mahalo.log with parameters of type LogRecovery
 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.
 

Constructors in com.sun.jini.mahalo.log with parameters of type LogRecovery
MultiLogManager(LogRecovery client, String path)
          Create a MultiLogManager.
 



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