Uses of Interface
com.sun.jini.mahalo.log.ClientLog
Packages that use ClientLog
Package
Description
Provides implementations of the
TransactionManager service.
Utilities for managing Mahalo's recoverable log of transaction state.
-
Uses of ClientLog in com.sun.jini.mahalo
Constructors in com.sun.jini.mahalo with parameters of type ClientLogModifierConstructorDescriptionAbortJob(Transaction tr, TaskManager pool, WakeupManager wm, ClientLog log, com.sun.jini.mahalo.ParticipantHandle[] handles, boolean directCall, Object xid) Constructs anAbortJobCommitJob(Transaction tr, TaskManager pool, WakeupManager wm, ClientLog log, com.sun.jini.mahalo.ParticipantHandle[] handles, Object xid) Constructs anCommitJobPrepareAndCommitJob(Transaction tr, TaskManager pool, WakeupManager wm, ClientLog log, com.sun.jini.mahalo.ParticipantHandle handle, boolean directCall, Object tid) Constructs aPrepareAndCommitJob.PrepareJob(Transaction tr, TaskManager pool, WakeupManager wm, ClientLog log, com.sun.jini.mahalo.ParticipantHandle[] handles, Object xid, ConcurrentMap<String, IDirectSpaceProxy> proxiesMap) Constructs anPrepareJob -
Uses of ClientLog in com.sun.jini.mahalo.log
Subinterfaces of ClientLog in com.sun.jini.mahalo.logModifier and TypeInterfaceDescriptioninterfaceRepresents all of the functions which may be performed on a log file.Classes in com.sun.jini.mahalo.log that implement ClientLogModifier and TypeClassDescriptionclassTODO add JavadocclassAn implementation of a re-usableLog.classAn implementation of a non-persistentLog.Methods in com.sun.jini.mahalo.log that return ClientLog