|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.jboss.ejb.plugins.EntitySynchronizationInterceptor.InstanceSynchronization
Field Summary | |
protected EntityEnterpriseContext |
ctx
The context we manage. |
protected BeanLock |
lock
The context lock |
protected javax.transaction.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 |
protected javax.transaction.Transaction tx
protected EntityEnterpriseContext ctx
protected BeanLock lock
Method Detail |
public void beforeCompletion()
beforeCompletion
in interface javax.transaction.Synchronization
public void afterCompletion(int status)
afterCompletion
in interface javax.transaction.Synchronization
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |