|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.ibatis.db.jta.JtaTransaction
public class JtaTransaction
| Field Summary | |
|---|---|
private boolean |
newTransaction
|
private boolean |
started
|
private javax.transaction.UserTransaction |
userTransaction
|
| Constructor Summary | |
|---|---|
JtaTransaction(javax.transaction.UserTransaction utx)
|
|
| Method Summary | |
|---|---|
void |
begin()
|
void |
commit()
|
void |
rollback()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
private javax.transaction.UserTransaction userTransaction
private boolean newTransaction
private boolean started
| Constructor Detail |
|---|
public JtaTransaction(javax.transaction.UserTransaction utx)
| Method Detail |
|---|
public void begin()
throws JtaTransactionException
JtaTransactionException
public void commit()
throws JtaTransactionException
JtaTransactionException
public void rollback()
throws JtaTransactionException
JtaTransactionException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||