cuba.wired
Class StateSynchronizationWrapper

java.lang.Object
  extended by cuba.wired.StateSynchronizationWrapper
All Implemented Interfaces:
javax.transaction.Synchronization

public class StateSynchronizationWrapper
extends java.lang.Object
implements javax.transaction.Synchronization


Method Summary
 void afterCompletion(int state)
           
 void beforeCompletion()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

afterCompletion

public void afterCompletion(int state)
Specified by:
afterCompletion in interface javax.transaction.Synchronization

beforeCompletion

public void beforeCompletion()
Specified by:
beforeCompletion in interface javax.transaction.Synchronization