|
Oracle TopLink Java API Reference 10g Release 3 (10.1.3.1) B28219-01 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object
oracle.toplink.jts.AbstractExternalTransactionController
oracle.toplink.jts.JTSExternalTransactionController
Deprecated. since OracleAS TopLink 10g (10.1.3). This class is replaced by JTATransactionController
Purpose: Concrete implementation of an ExternalTransactionController.
Description: This class implements the registration of a synchronization object according to the JTS 1.0 standard.
Responsibilities:
AbstractExternalTransactionController
, ExternalTransactionController
Constructor Summary | |
JTSExternalTransactionController() Deprecated. PUBLIC: Return a new controller for use with a JTS 1.0 compliant driver. |
Method Summary | |
void |
markTransactionForRollback() Deprecated. Marks the external transaction for rollback only. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public JTSExternalTransactionController()
JTSSynchronizationListener.setTransactionManager(javax.transaction.TransactionManager)
, oracle.toplink.sessions.DatabaseSession.setExternalTransactionController(ExternalTransactionController)
Method Detail |
public void markTransactionForRollback()
|
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |