de.grogra.persistence
Class XAListener.WeakDelegate

java.lang.Object
  extended by java.lang.ref.Reference<T>
      extended by java.lang.ref.WeakReference
          extended by de.grogra.persistence.XAListener.WeakDelegate
All Implemented Interfaces:
XAListener
Enclosing interface:
XAListener

public static class XAListener.WeakDelegate
extends java.lang.ref.WeakReference
implements XAListener


Nested Class Summary
 
Nested classes/interfaces inherited from interface de.grogra.persistence.XAListener
XAListener.WeakDelegate
 
Constructor Summary
XAListener.WeakDelegate(XAListener source, PersistenceManager manager)
           
 
Method Summary
 void transactionApplied(Transaction.Data xa, boolean rollback)
           
 
Methods inherited from class java.lang.ref.Reference
clear, enqueue, get, isEnqueued
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XAListener.WeakDelegate

public XAListener.WeakDelegate(XAListener source,
                               PersistenceManager manager)
Method Detail

transactionApplied

public void transactionApplied(Transaction.Data xa,
                               boolean rollback)
Specified by:
transactionApplied in interface XAListener