|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
The OJBTxManager defines the contract for associating the caller with the current or new transaction in ODMG.
Method Summary | |
void |
abortExternalTx(TransactionImpl odmgTrans)
|
void |
deregisterTx(java.lang.Object token)
|
TransactionImpl |
getCurrentTransaction()
Returns the current transaction for the calling thread. |
TransactionImpl |
getTransaction()
Returns the current transaction for the calling thread or null
if no transaction was found. |
void |
registerTx(TransactionImpl tx)
|
Methods inherited from interface org.apache.ojb.broker.util.configuration.Configurable |
configure |
Method Detail |
public TransactionImpl getCurrentTransaction()
{@link
- org.odmg.TransactionNotProgressException} if no transaction was found.public TransactionImpl getTransaction()
null
if no transaction was found.
public void registerTx(TransactionImpl tx)
public void deregisterTx(java.lang.Object token)
public void abortExternalTx(TransactionImpl odmgTrans)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |