| Package | Description |
|---|---|
| oracle.toplink.essentials.transaction |
| Modifier and Type | Class and Description |
|---|---|
class |
JTASynchronizationListener
Purpose: Synchronization object implementation for JTA 1.0
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
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.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
JTATransactionController.registerSynchronization_impl(AbstractSynchronizationListener listener,
Object txn)
INTERNAL:
Register the specified synchronization listener with the given active
transaction.
|
protected abstract void |
AbstractTransactionController.registerSynchronization_impl(AbstractSynchronizationListener listener,
Object txn)
INTERNAL:
Register the specified synchronization listener with the given active
transaction.
|
Copyright © 2025. All rights reserved.