Package | Description |
---|---|
org.apache.geronimo.transaction.log | |
org.apache.geronimo.transaction.manager |
Modifier and Type | Method and Description |
---|---|
Object |
UnrecoverableLog.prepare(Xid xid,
List<? extends TransactionBranchInfo> branches) |
Object |
HOWLLog.prepare(Xid xid,
List<? extends TransactionBranchInfo> branches) |
Modifier and Type | Class and Description |
---|---|
class |
TransactionBranchInfoImpl |
Modifier and Type | Method and Description |
---|---|
Set<TransactionBranchInfo> |
Recovery.XidBranchesPair.getBranches() |
Modifier and Type | Method and Description |
---|---|
void |
Recovery.XidBranchesPair.addBranch(TransactionBranchInfo branchInfo) |
Modifier and Type | Method and Description |
---|---|
Object |
TransactionLog.prepare(Xid xid,
List<? extends TransactionBranchInfo> branches)
log prepare for the global xid xid and the list of TransactionBranchInfo branches
|
Copyright © 2016. All rights reserved.