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 |
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.
|
Modifier and Type | Method and Description |
---|---|
protected abstract void |
AbstractTransactionController.registerSynchronization_impl(AbstractSynchronizationListener listener,
Object txn)
INTERNAL:
Register the specified synchronization listener with the given active
transaction.
|
protected void |
JTATransactionController.registerSynchronization_impl(AbstractSynchronizationListener listener,
Object txn)
INTERNAL:
Register the specified synchronization listener with the given active
transaction.
|
Copyright © 2022. All rights reserved.