org.springframework.transaction.jta
Class JtaTransactionManager.InterposedSynchronizationDelegate

java.lang.Object
  extended by org.springframework.transaction.jta.JtaTransactionManager.InterposedSynchronizationDelegate
Enclosing class:
JtaTransactionManager

private class JtaTransactionManager.InterposedSynchronizationDelegate
extends java.lang.Object

Inner class to avoid a direct dependency on the JTA 1.1 API (javax.transaction.TransactionSynchronizationRegistry interface).


Constructor Summary
private JtaTransactionManager.InterposedSynchronizationDelegate()
           
 
Method Summary
 void registerInterposedSynchronization(Synchronization synch)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JtaTransactionManager.InterposedSynchronizationDelegate

private JtaTransactionManager.InterposedSynchronizationDelegate()
Method Detail

registerInterposedSynchronization

public void registerInterposedSynchronization(Synchronization synch)