|
||||||||||
PREV CLASS (src) NEXT CLASS (src) | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.ejb.plugins.EntitySynchronizationInterceptor.InstanceSynchronization
Field Summary | |
protected EntityEnterpriseContext (src) |
ctx
The context we manage. |
protected BeanLock (src) |
lock
The context lock |
protected Transaction (src) |
tx
The transaction we follow. |
Method Summary | |
void |
afterCompletion(int status)
This method is invoked after the transaction has committed or rolled back. |
void |
beforeCompletion()
This method is invoked before the start of the commit process. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
protected Transaction (src) tx
protected EntityEnterpriseContext (src) ctx
protected BeanLock (src) lock
Method Detail |
public void beforeCompletion()
Synchronization (src)
beforeCompletion
in interface Synchronization (src)
public void afterCompletion(int status)
Synchronization (src)
afterCompletion
in interface Synchronization (src)
status
- The status of the completed transaction.
|
||||||||||
PREV CLASS (src) NEXT CLASS (src) | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |