Uses of Class
org.eclipse.persistence.transaction.AbstractSynchronizationListener
-
Packages that use AbstractSynchronizationListener Package Description org.eclipse.persistence.transaction -
-
Uses of AbstractSynchronizationListener in org.eclipse.persistence.transaction
Subclasses of AbstractSynchronizationListener in org.eclipse.persistence.transaction Modifier and Type Class Description classJTASynchronizationListenerPurpose: Synchronization object implementation for JTA 1.0Fields in org.eclipse.persistence.transaction with type parameters of type AbstractSynchronizationListener Modifier and Type Field Description protected ConcurrentMap<Object,AbstractSynchronizationListener>AbstractTransactionController. currentlyProcessedListenersNon-null only in case sequencing callbacks are used: numSessionsRequiringSequencingCallback > 0protected ConcurrentMap<Object,AbstractSynchronizationListener>AbstractTransactionController. sequencingListenersNon-null only in case sequencing callbacks are used: numSessionsRequiringSequencingCallback > 0Methods in org.eclipse.persistence.transaction that return AbstractSynchronizationListener Modifier and Type Method Description AbstractSynchronizationListenerJTASynchronizationListener. 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.AbstractSynchronizationListenerSynchronizationListenerFactory. 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.Methods in org.eclipse.persistence.transaction with parameters of type AbstractSynchronizationListener Modifier and Type Method Description protected abstract voidAbstractTransactionController. registerSynchronization_impl(AbstractSynchronizationListener listener, Object txn)INTERNAL: Register the specified synchronization listener with the given active transaction.protected voidJTA11TransactionController. registerSynchronization_impl(AbstractSynchronizationListener listener, Object txn)INTERNAL: Register the specified synchronization listener with the given active transaction.protected voidJTATransactionController. registerSynchronization_impl(AbstractSynchronizationListener listener, Object txn)INTERNAL: Register the specified synchronization listener with the given active transaction.
-