站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBoss 4.0.1 sp1 server API Documentation 英文版文档

EntitySynchronizationInterceptor.InstanceSynchronization (JBoss Server API) - JBoss 4.0.1 sp1 server API Documentation 英文版文档


org.jboss.ejb.plugins
Class EntitySynchronizationInterceptor.InstanceSynchronization

java.lang.Object
  extended byorg.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.