Oracle TopLink API Reference
10g Release 3 (10.1.3)

B13698-01


oracle.toplink.transaction
Class AbstractSynchronizationListener

java.lang.Object
  extended byoracle.toplink.transaction.AbstractSynchronizationListener

Direct Known Subclasses:
JTASynchronizationListener, OTSSynchronizationListener

public abstract class AbstractSynchronizationListener
extends java.lang.Object

Purpose: Abstract Synchronization Listener class Description: This abstract class is paired with the AbstractTransactionController class. It contains most of the implementation logic to handle callback notifications from an external transaction manager to ensure consistency between the global transaction and the TopLink unit of work. It does not assume any particular specification or interface, but can be called by any implementation subclass.

See Also:
AbstractTransactionController

Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 


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