| Package | Description |
|---|---|
| org.apache.river.mahalo |
Provides implementations of the
TransactionManager service.
|
| org.apache.river.mahalo.log |
Utilities for managing Mahalo's recoverable log of transaction state.
|
| Modifier and Type | Class and Description |
|---|---|
(package private) class |
ActivatableMahaloImpl
Convenience class intended for use with the
ServiceStarter framework to start
an implementation of Mahalo that is activatable, and which will
log its state information to persistent storage. |
(package private) class |
NonActivatableMahaloImpl
Convenience class intended for use with the
ServiceStarter framework to start
an implementation of Mahalo that is not activatable, but which
will log its state information to persistent storage. |
(package private) class |
TransientMahaloImpl
Convenience class intended for use with the
ServiceStarter framework to start
a transient (non-activatable, non-persistent) implementation
of Mahalo. |
(package private) class |
TxnManagerImpl
An implementation of the Jini Transaction Specification.
|
| Modifier and Type | Field and Description |
|---|---|
private LogRecovery |
MultiLogManager.client
Client called during log recovery to process log objects
|
| Modifier and Type | Method and Description |
|---|---|
void |
TransientLogFile.recover(LogRecovery client)
Recover information from the log.
|
void |
SimpleLogFile.recover(LogRecovery client)
Recover information from the log.
|
void |
Log.recover(LogRecovery client) |
| Constructor and Description |
|---|
MultiLogManager(LogRecovery client,
String path)
Create a
MultiLogManager. |
Copyright 2007-2013, multiple authors.
Licensed under the Apache License, Version 2.0, see the NOTICE file for attributions.