Package | Description |
---|---|
org.apache.geronimo.transaction.log | |
org.apache.geronimo.transaction.manager |
Modifier and Type | Method and Description |
---|---|
void |
HOWLLog.begin(Xid xid) |
void |
UnrecoverableLog.begin(Xid xid) |
void |
HOWLLog.commit(Xid xid,
Object logMark) |
void |
UnrecoverableLog.commit(Xid xid,
Object logMark) |
Object |
HOWLLog.prepare(Xid xid,
List<? extends TransactionBranchInfo> branches) |
Object |
UnrecoverableLog.prepare(Xid xid,
List<? extends TransactionBranchInfo> branches) |
Collection<Recovery.XidBranchesPair> |
HOWLLog.recover(XidFactory xidFactory) |
Collection |
UnrecoverableLog.recover(XidFactory xidFactory) |
void |
HOWLLog.rollback(Xid xid,
Object logMark) |
void |
UnrecoverableLog.rollback(Xid xid,
Object logMark) |
Modifier and Type | Method and Description |
---|---|
void |
TransactionLog.begin(Xid xid) |
void |
TransactionLog.commit(Xid xid,
Object logMark) |
Object |
TransactionLog.prepare(Xid xid,
List<? extends TransactionBranchInfo> branches)
log prepare for the global xid xid and the list of TransactionBranchInfo branches
|
Collection<Recovery.XidBranchesPair> |
TransactionLog.recover(XidFactory xidFactory)
Recovers the log, returning a map of (top level) xid to List of TransactionBranchInfo for the branches.
|
void |
TransactionLog.rollback(Xid xid,
Object logMark) |
Copyright © 2019. All rights reserved.