| 
||||||||||
| 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 | 
UnrecoverableLog.begin(Xid xid)
 | 
 void | 
HOWLLog.begin(Xid xid)
 | 
 void | 
UnrecoverableLog.commit(Xid xid,
             Object logMark)
 | 
 void | 
HOWLLog.commit(Xid xid,
             Object logMark)
 | 
 Object | 
UnrecoverableLog.prepare(Xid xid,
               List branches)
 | 
 Object | 
HOWLLog.prepare(Xid xid,
               List branches)
 | 
 Collection | 
UnrecoverableLog.recover(XidFactory xidFactory)
 | 
 Collection | 
HOWLLog.recover(XidFactory xidFactory)
 | 
 void | 
UnrecoverableLog.rollback(Xid xid,
                 Object logMark)
 | 
 void | 
HOWLLog.rollback(Xid xid,
                 Object logMark)
 | 
| Uses of LogException in org.apache.geronimo.transaction.manager | 
|---|
| Methods in org.apache.geronimo.transaction.manager that throw LogException | |
|---|---|
 void | 
TransactionLog.begin(Xid xid)
 | 
 void | 
TransactionLog.commit(Xid xid,
             Object logMark)
 | 
 Object | 
TransactionLog.prepare(Xid xid,
               List branches)
log prepare for the global xid xid and the list of TransactionBranchInfo branches  | 
 Collection | 
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)
 | 
  | 
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||