| Package | Description |
|---|---|
| org.apache.geronimo.transaction.log | |
| org.apache.geronimo.transaction.manager |
| Modifier and Type | Method and Description |
|---|---|
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) |
| Modifier and Type | Class and Description |
|---|---|
class |
TransactionBranchInfoImpl |
| Modifier and Type | Method and Description |
|---|---|
java.util.Set<TransactionBranchInfo> |
Recovery.XidBranchesPair.getBranches() |
| Modifier and Type | Method and Description |
|---|---|
void |
Recovery.XidBranchesPair.addBranch(TransactionBranchInfo branchInfo) |
| Modifier and Type | Method and Description |
|---|---|
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
|
Copyright © 2003-2016 The Apache Software Foundation. All Rights Reserved.