|
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.transaction.AbstractTransactionController
Purpose: Abstract implementation of an ExternalTransactionController.
Description: This class implements the ExternalTransactionController interface. Concrete implementations of this class are responsible for performing the coordination with the external transaction manager through whatever means available to that manager. Different transaction services may do this in slightly different ways, but most common ones (JTA and JTS/OTS) will use a synchronization interface.
AbstractSynchronizationListener
, ExternalTransactionController
Method Summary | |
java.lang.Object |
jndiLookup(java.lang.String jndiName) PUBLIC: Look up a given name in JNDI. |
void |
logTxStateTrace(Session session, java.lang.String msgInd, java.lang.Object status) |
void |
logTxTrace(Session session, java.lang.String msgInd, java.lang.Object[] args) |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public java.lang.Object jndiLookup(java.lang.String jndiName)
The lookup assumes that it is taking place on the server side, and that the InitialContext can be used without requiring any special properties.
jndiName
- The name to look upTransactionException
- Thrown in case of lookup failurepublic void logTxTrace(Session session, java.lang.String msgInd, java.lang.Object[] args)
public void logTxStateTrace(Session session, java.lang.String msgInd, java.lang.Object status)
|
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |