Uses of Interface
com.sun.jini.mahalo.log.MultiLogManager.LogRemovalManager

Packages that use MultiLogManager.LogRemovalManager
com.sun.jini.mahalo.log Utilities for managing Mahalo's recoverable log of transaction state. 
 

Uses of MultiLogManager.LogRemovalManager in com.sun.jini.mahalo.log
 

Fields in com.sun.jini.mahalo.log declared as MultiLogManager.LogRemovalManager
private  MultiLogManager.LogRemovalManager SimpleLogFile.logMgr
          Reference to LogRemovalManager, which is called to remove this log from the managed set of logs.
private  MultiLogManager.LogRemovalManager TransientLogFile.logMgr
          Reference to LogRemovalManager, which is called to remove this log from the managed set of logs.
(package private)  MultiLogManager.LogRemovalManager MultiLogManager.logMgrRef
          Capability object passed to log files, which is called back upon log removal.
 

Methods in com.sun.jini.mahalo.log with parameters of type MultiLogManager.LogRemovalManager
private  void SimpleLogFile.init(String name, long cookie, MultiLogManager.LogRemovalManager logMgr)
           
 

Constructors in com.sun.jini.mahalo.log with parameters of type MultiLogManager.LogRemovalManager
SimpleLogFile(String name, long cookie, MultiLogManager.LogRemovalManager logMgr)
          Creates a SimpleLogFile.
SimpleLogFile(String name, MultiLogManager.LogRemovalManager logMgr)
          Creates a read-only SimpleLogFile To be used for read-only access to a named Log.
TransientLogFile(long id, MultiLogManager.LogRemovalManager lrm)
          Simple constructor that simply assigns the given parameter to an internal field.
 



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