| Package | Description |
|---|---|
| org.apache.geronimo.transaction.log | |
| org.apache.geronimo.transaction.manager |
| Modifier and Type | Method and Description |
|---|---|
void |
UnrecoverableLog.begin(javax.transaction.xa.Xid xid) |
void |
HOWLLog.begin(javax.transaction.xa.Xid xid) |
void |
UnrecoverableLog.commit(javax.transaction.xa.Xid xid,
java.lang.Object logMark) |
void |
HOWLLog.commit(javax.transaction.xa.Xid xid,
java.lang.Object logMark) |
java.lang.Object |
UnrecoverableLog.prepare(javax.transaction.xa.Xid xid,
java.util.List<? extends TransactionBranchInfo> branches) |
java.lang.Object |
HOWLLog.prepare(javax.transaction.xa.Xid xid,
java.util.List<? extends TransactionBranchInfo> branches) |
java.util.Collection |
UnrecoverableLog.recover(XidFactory xidFactory) |
java.util.Collection<Recovery.XidBranchesPair> |
HOWLLog.recover(XidFactory xidFactory) |
void |
UnrecoverableLog.rollback(javax.transaction.xa.Xid xid,
java.lang.Object logMark) |
void |
HOWLLog.rollback(javax.transaction.xa.Xid xid,
java.lang.Object logMark) |
| Modifier and Type | Method and Description |
|---|---|
void |
TransactionLog.begin(javax.transaction.xa.Xid xid) |
void |
TransactionLog.commit(javax.transaction.xa.Xid xid,
java.lang.Object logMark) |
java.lang.Object |
TransactionLog.prepare(javax.transaction.xa.Xid xid,
java.util.List<? extends TransactionBranchInfo> branches)
log prepare for the global xid xid and the list of TransactionBranchInfo branches
|
java.util.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(javax.transaction.xa.Xid xid,
java.lang.Object logMark) |
Copyright © 2003-2016 The Apache Software Foundation. All Rights Reserved.