|
||||||||||
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)
|
Transaction |
getCurrentJTATransaction()
Returns the current transaction for the calling thread. |
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)
Transaction getJTATransaction()
null
if no transaction was found.
getCurrentJTATransaction()
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 |