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

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

Fields in com.sun.jini.mahalo declared as ClientLog
(package private)  ClientLog AbortJob.log
           
(package private)  ClientLog PrepareJob.log
           
(package private)  ClientLog PrepareAndCommitJob.log
           
(package private)  ClientLog CommitJob.log
           
 

Constructors in com.sun.jini.mahalo with parameters of type ClientLog
AbortJob(Transaction tr, TaskManager pool, WakeupManager wm, ClientLog log, ParticipantHandle[] handles)
          Constructs an AbortJob
CommitJob(Transaction tr, TaskManager pool, WakeupManager wm, ClientLog log, ParticipantHandle[] handles)
          Constructs an CommitJob
PrepareAndCommitJob(Transaction tr, TaskManager pool, WakeupManager wm, ClientLog log, ParticipantHandle handle)
          Constructs a PrepareAndCommitJob.
PrepareJob(Transaction tr, TaskManager pool, WakeupManager wm, ClientLog log, ParticipantHandle[] handles)
          Constructs an PrepareJob
 

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

Subinterfaces of ClientLog in com.sun.jini.mahalo.log
 interface Log
          Represents all of the functions which may be performed on a log file.
 

Classes in com.sun.jini.mahalo.log that implement ClientLog
 class SimpleLogFile
          An implementation of a re-usable Log.
 class TransientLogFile
          An implementation of a non-persistent Log.
 

Methods in com.sun.jini.mahalo.log that return ClientLog
 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.
 



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