Modifier and Type | Field and Description |
---|---|
protected AbstractTransactionController |
JTATransactionWrapper.txnController |
Modifier and Type | Class and Description |
---|---|
class |
JTATransactionController
Purpose: TransactionController implementation for JTA 1.0
|
Modifier and Type | Field and Description |
---|---|
protected AbstractTransactionController |
AbstractSynchronizationListener.controller
The external txn controller that is intimate with the transaction manager
and knows how to do things like rolling back transactions, etc.
|
Modifier and Type | Method and Description |
---|---|
protected AbstractTransactionController |
AbstractSynchronizationListener.getTransactionController() |
Modifier and Type | Method and Description |
---|---|
AbstractSynchronizationListener |
SynchronizationListenerFactory.newSynchronizationListener(UnitOfWorkImpl unitOfWork,
AbstractSession session,
Object transaction,
AbstractTransactionController controller)
INTERNAL:
Create and return the synchronization listener object that can be registered
to receive transaction notification callbacks.
|
AbstractSynchronizationListener |
JTASynchronizationListener.newSynchronizationListener(UnitOfWorkImpl unitOfWork,
AbstractSession session,
Object transaction,
AbstractTransactionController controller)
INTERNAL:
Create and return the Synchronization listener object that can be registered
to receive JTA transaction notification callbacks.
|
protected void |
AbstractSynchronizationListener.setTransactionController(AbstractTransactionController newController) |
Constructor and Description |
---|
AbstractSynchronizationListener(UnitOfWorkImpl unitOfWork,
AbstractSession session,
Object transaction,
AbstractTransactionController controller)
INTERNAL:
|
JTASynchronizationListener(UnitOfWorkImpl unitOfWork,
AbstractSession session,
Object transaction,
AbstractTransactionController controller)
INTERNAL:
Constructor for creating listener instances (expects all required state info)
|
Modifier and Type | Class and Description |
---|---|
class |
Oc4jTransactionController
Purpose: TransactionController implementation for OC4J JTA
|
Modifier and Type | Class and Description |
---|---|
class |
SunAS9TransactionController
Purpose: TransactionController implementation for OC4J JTA
|
Copyright © 2023. All rights reserved.