public interface OJBTxManager
Modifier and Type | Method and Description |
---|---|
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) |
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()
(C) 2002 - 2005 Apache Software Foundation
All rights reserved. Published under the Apache License 2.0.
http://db.apache.org/ojb
Version: 1.0.4, 2005-12-30