|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jboss.blacktie.jatmibroker.jab.factory.Transaction
public class Transaction
The JABTransaction provides the programmer access to the underlying transaction object it can be committed or rolled back at most once.
JABConnection| Method Summary | |
|---|---|
void |
commit()
Commit the work performed within the scope of this transaction |
void |
rollback()
Discard the work associated with this transaction |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public void commit()
throws TransactionException
JABException - In case the transaction cannot be committed
TransactionException
public void rollback()
throws TransactionException
JABException - In case the transaction cannot be rolled back successfully
TransactionException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||