|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use LogException | |
|---|---|
| org.apache.geronimo.transaction.log | |
| org.apache.geronimo.transaction.manager | |
| Uses of LogException in org.apache.geronimo.transaction.log |
|---|
| Methods in org.apache.geronimo.transaction.log that throw LogException | |
|---|---|
void |
HOWLLog.begin(javax.transaction.xa.Xid xid)
|
void |
UnrecoverableLog.begin(javax.transaction.xa.Xid xid)
|
void |
HOWLLog.commit(javax.transaction.xa.Xid xid,
java.lang.Object logMark)
|
void |
UnrecoverableLog.commit(javax.transaction.xa.Xid xid,
java.lang.Object logMark)
|
java.lang.Object |
HOWLLog.prepare(javax.transaction.xa.Xid xid,
java.util.List<? extends TransactionBranchInfo> branches)
|
java.lang.Object |
UnrecoverableLog.prepare(javax.transaction.xa.Xid xid,
java.util.List<? extends TransactionBranchInfo> branches)
|
java.util.Collection<Recovery.XidBranchesPair> |
HOWLLog.recover(XidFactory xidFactory)
|
java.util.Collection |
UnrecoverableLog.recover(XidFactory xidFactory)
|
void |
HOWLLog.rollback(javax.transaction.xa.Xid xid,
java.lang.Object logMark)
|
void |
UnrecoverableLog.rollback(javax.transaction.xa.Xid xid,
java.lang.Object logMark)
|
| Uses of LogException in org.apache.geronimo.transaction.manager |
|---|
| Methods in org.apache.geronimo.transaction.manager that throw LogException | |
|---|---|
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)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||