Package | Description |
---|---|
org.apache.river.mahalo |
Provides implementations of the
TransactionManager service.
|
Modifier and Type | Field and Description |
---|---|
(package private) java.util.concurrent.ConcurrentMap<Long,TxnManagerTransaction> |
TxnManagerImplInitializer.txns |
private java.util.concurrent.ConcurrentMap<Long,TxnManagerTransaction> |
TxnManagerImpl.txns |
Modifier and Type | Method and Description |
---|---|
private TxnManagerTransaction |
TxnManagerImpl.enterTMT(long cookie) |
Modifier and Type | Method and Description |
---|---|
void |
TxnLogRecord.recover(TxnManagerTransaction tmt) |
void |
ParticipantModRecord.recover(TxnManagerTransaction tmt) |
void |
CommitRecord.recover(TxnManagerTransaction tmt)
Recovers the state encapsulated the
CommitRecord to
the caller. |
void |
AbortRecord.recover(TxnManagerTransaction tmt)
Recovers the state encapsulated the
AbortRecord to
the caller. |
Copyright 2007-2013, multiple authors.
Licensed under the Apache License, Version 2.0, see the NOTICE file for attributions.