| 
GigaSpaces XAP 9.5 API | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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 | 
|---|
| Constructors in com.sun.jini.mahalo with parameters of type ClientLog | |
|---|---|
AbortJob(Transaction tr,
         TaskManager pool,
         WakeupManager wm,
         ClientLog log,
         com.sun.jini.mahalo.ParticipantHandle[] handles,
         boolean directCall,
         Object xid)
Constructs an AbortJob | 
|
CommitJob(Transaction tr,
          TaskManager pool,
          WakeupManager wm,
          ClientLog log,
          com.sun.jini.mahalo.ParticipantHandle[] handles,
          Object xid)
Constructs an CommitJob | 
|
PrepareAndCommitJob(Transaction tr,
                    TaskManager pool,
                    WakeupManager wm,
                    ClientLog log,
                    com.sun.jini.mahalo.ParticipantHandle handle,
                    boolean directCall,
                    Object tid)
Constructs a PrepareAndCommitJob. | 
|
PrepareJob(Transaction tr,
           TaskManager pool,
           WakeupManager wm,
           ClientLog log,
           com.sun.jini.mahalo.ParticipantHandle[] handles,
           Object xid,
           ConcurrentMap<String,com.gigaspaces.internal.client.spaceproxy.IDirectSpaceProxy> proxiesMap)
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 | 
MockLogFile
TODO add Javadoc  | 
 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 | 
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.  | 
 ClientLog | 
MockLogManager.logFor(long cookie)
 | 
 ClientLog | 
MultiLogManager.logFor(long cookie)
 | 
  | 
GigaSpaces XAP 9.5 API | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||