org.jboss.ejb.plugins
Class EntitySynchronizationInterceptor.InstanceSynchronization

java.lang.Object
  extended by org.jboss.ejb.plugins.EntitySynchronizationInterceptor.InstanceSynchronization
All Implemented Interfaces:
Synchronization
Enclosing class:
EntitySynchronizationInterceptor

protected class EntitySynchronizationInterceptor.InstanceSynchronization
extends Object
implements Synchronization


Field Summary
protected  EntityEnterpriseContext ctx
          The context we manage.
protected  BeanLock lock
          The context lock
protected  Transaction tx
          The transaction we follow.
 
Method Summary
 void afterCompletion(int status)
           
 void beforeCompletion()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

tx

protected Transaction tx
The transaction we follow.


ctx

protected EntityEnterpriseContext ctx
The context we manage.


lock

protected BeanLock lock
The context lock

Method Detail

beforeCompletion

public void beforeCompletion()
Specified by:
beforeCompletion in interface Synchronization

afterCompletion

public void afterCompletion(int status)
Specified by:
afterCompletion in interface Synchronization


Copyright © 2002 JBoss Group, LLC. All Rights Reserved.