| 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. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | TxnManagerImpl. recover(long cookie,
       LogRecord rec)This method recovers state changes resulting from committing a transaction. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | CannotRecoverException | 
| class  | InvalidatedLogException | 
| Modifier and Type | Method and Description | 
|---|---|
| void | ClientLog. invalidate() | 
| void | MockLogFile. invalidate() | 
| void | SimpleLogFile. invalidate()Invalidate the log. | 
| void | TransientLogFile. invalidate()Invalidate the log. | 
| 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) | 
| void | LogManager. recover()Consumes the log file and re-constructs a system's state. | 
| void | MockLogManager. recover()Consumes the log file and re-constructs a system's state. | 
| void | MultiLogManager. recover()Consumes the log file and re-constructs a system's state. | 
| void | Log. recover(LogRecovery client) | 
| void | MockLogFile. recover(LogRecovery client) | 
| void | SimpleLogFile. recover(LogRecovery client)Recover information from the log. | 
| void | TransientLogFile. recover(LogRecovery client)Recover information from the log. | 
| void | LogRecovery. recover(long cookie,
       LogRecord rec)Accepts a  LogRecordfrom the caller. | 
| void | ClientLog. write(LogRecord rec) | 
| void | MockLogFile. write(LogRecord rec) | 
| void | SimpleLogFile. write(LogRecord rec)Add a  LogRecordto theLog. | 
| void | TransientLogFile. write(LogRecord rec)Add a  LogRecordto theLog. | 
Copyright © GigaSpaces.