|
Oracle Fusion Middleware Java API Reference for Oracle TopLink 11g Release 1 (11.1.1) E28847-01 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
org.eclipse.persistence.transaction.AbstractTransactionController
org.eclipse.persistence.transaction.JTATransactionController
org.eclipse.persistence.transaction.was.WebSphereTransactionController
public class WebSphereTransactionController
Purpose: TransactionController implementation for WebSphere
Description: Implements the required behavior for controlling transactions in WebSphere
JTATransactionController| Field Summary | |
|---|---|
protected static java.lang.String |
TX_MANAGER_FACTORY_CLASS |
protected static java.lang.String |
TX_MANAGER_FACTORY_METHOD |
| Fields inherited from class org.eclipse.persistence.transaction.JTATransactionController |
|---|
defaultTransactionManager, transactionManager |
| Fields inherited from class org.eclipse.persistence.transaction.AbstractTransactionController |
|---|
activeUnitOfWorkThreadLocal, currentlyProcessedListeners, listenerFactory, numSessionsRequiringSequencingCallback, sequencingListeners, session, unitsOfWork |
| Constructor Summary | |
|---|---|
WebSphereTransactionController() |
|
| Method Summary | |
|---|---|
protected javax.transaction.TransactionManager |
acquireTransactionManager()INTERNAL: Obtain and return the JTA TransactionManager on this platform. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected static final java.lang.String TX_MANAGER_FACTORY_CLASS
protected static final java.lang.String TX_MANAGER_FACTORY_METHOD
| Constructor Detail |
|---|
public WebSphereTransactionController()
| Method Detail |
|---|
protected javax.transaction.TransactionManager acquireTransactionManager()
throws java.lang.Exception
acquireTransactionManager in class JTATransactionControllerjava.lang.Exception
|
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||