Package | Description |
---|---|
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.
|
Constructor and Description |
---|
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,IDirectSpaceProxy> proxiesMap)
Constructs an
PrepareJob |
Modifier and Type | Interface and Description |
---|---|
interface |
Log
Represents all of the functions which may be performed on a log file.
|
Modifier and Type | Class and Description |
---|---|
class |
MockLogFile
TODO add Javadoc
|
class |
SimpleLogFile
An implementation of a re-usable
Log . |
class |
TransientLogFile
An implementation of a non-persistent
Log . |
Modifier and Type | Method and Description |
---|---|
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) |
Copyright © GigaSpaces.