Skip navigation links

Oracle TopLink Java API Reference
10g Release 3 (10.1.3.1)

B28219-01


oracle.toplink.transaction
Class JTASynchronizationListener

java.lang.Object
  extended byoracle.toplink.transaction.AbstractSynchronizationListener
      extended byoracle.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()
          PUBLIC: Used to create factory instances only.

 

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

 

Constructor Detail

JTASynchronizationListener

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

Skip navigation links

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