Skip navigation links

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

B32476-02


oracle.toplink.transaction
Class JTASynchronizationListener

java.lang.Object
  extended by oracle.toplink.transaction.AbstractSynchronizationListener
      extended by oracle.toplink.transaction.JTASynchronizationListener

All Implemented Interfaces:
javax.transaction.Synchronization, SynchronizationListenerFactory

public class JTASynchronizationListener
extends AbstractSynchronizationListener
implements javax.transaction.Synchronization, SynchronizationListenerFactory

Purpose: Synchronization object implementation for JTA 1.0

Description: Instances of this class are registered against JTA 1.0 transactions. This class may be subclassed to provide specialized behavior for specific transaction implementations. Subclasses must implement the newListener() method to return an instances of the listener subclass.

See Also:
JTATransactionController

Constructor Summary
JTASynchronizationListener()
          Used to create factory instances only.

 

Method Summary

 

Methods inherited from class oracle.toplink.transaction.AbstractSynchronizationListener
getSequencingCallback

 

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

 

Constructor Detail

JTASynchronizationListener

public JTASynchronizationListener()
Used to create factory instances only. Use the "full-bodied" constructor for creating proper listener instances.

Skip navigation links

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