Uses of Interface
com.sun.jini.mahalo.log.LogRecovery
Packages that use LogRecovery
Package
Description
Provides implementations of the
TransactionManager service.
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 LogRecoveryModifier and TypeClassDescriptionclassConvenience class intended for use with theServiceStarterframework to start a transient (non-activatable, non-persistent) implementation of Mahalo.classAn implementation of the Jini(TM) Transaction Specification. -
Uses of LogRecovery in com.sun.jini.mahalo.log
Methods in com.sun.jini.mahalo.log with parameters of type LogRecoveryModifier and TypeMethodDescriptionvoidLog.recover(LogRecovery client) voidMockLogFile.recover(LogRecovery client) voidSimpleLogFile.recover(LogRecovery client) Recover information from the log.voidTransientLogFile.recover(LogRecovery client) Recover information from the log.Constructors in com.sun.jini.mahalo.log with parameters of type LogRecoveryModifierConstructorDescriptionMultiLogManager(LogRecovery client, String path) Create aMultiLogManager.