public interface OJBTxManager
extends org.apache.ojb.broker.util.configuration.Configurable
Modifier and Type | Method and Description |
---|---|
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) |
TransactionImpl getCurrentTransaction()
TransactionNotInProgressException
- if no transaction was found.TransactionImpl getTransaction()
null
if no transaction was found.void registerTx(TransactionImpl tx)
void deregisterTx(java.lang.Object token)
void abortExternalTx(TransactionImpl odmgTrans)
(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