Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle TopLink
11g Release 1 (11.1.1)

B32476-02


oracle.toplink.transaction
Interface SynchronizationListenerFactory

All Known Implementing Classes:
JTASynchronizationListener

public interface SynchronizationListenerFactory

Purpose: Generate synchronization listener objects of the appropriate type.

Description: This interface will be used by the AbstractTransactionController to obtain a listener that it will register against the external transaction in order to synchronize the unit of work. All new listener classes should implement this interface.

See Also:
AbstractSynchronizationListener


Skip navigation links

Copyright © 1998, 2009, Oracle. All Rights Reserved.