|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface OJBTxManager
Class give support in transaction handling.
| Method Summary | |
|---|---|
void |
deregisterTx(OJBTxObject obj)
|
javax.transaction.Transaction |
getCurrentJTATransaction()
Returns the current transaction for the calling thread. |
javax.transaction.Transaction |
getJTATransaction()
Returns the current transaction for the calling thread or null
if no transaction was found. |
void |
registerTx(OJBTxObject obj)
|
| Method Detail |
|---|
void registerTx(OJBTxObject obj)
void deregisterTx(OJBTxObject obj)
javax.transaction.Transaction getJTATransaction()
null
if no transaction was found.
getCurrentJTATransaction()javax.transaction.Transaction getCurrentJTATransaction()
TransactionNotInProgressException - if no transaction was found.getJTATransaction()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||