org.openejb.core.entity
Class EntityInstanceManager.SyncronizationWrapper
java.lang.Object
org.openejb.core.entity.EntityInstanceManager.SyncronizationWrapper
- All Implemented Interfaces:
- Synchronization
- Enclosing class:
- EntityInstanceManager
- protected class EntityInstanceManager.SyncronizationWrapper
- extends Object
- implements Synchronization
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EntityInstanceManager.SyncronizationWrapper
public EntityInstanceManager.SyncronizationWrapper(javax.ejb.EntityBean ebean,
EntityInstanceManager.Key key,
boolean available,
ThreadContext ctx)
throws OpenEJBException
disassociate
public void disassociate()
isAssociated
public boolean isAssociated()
isAvailable
public boolean isAvailable()
setEntityBean
public void setEntityBean(javax.ejb.EntityBean ebean)
getEntityBean
public javax.ejb.EntityBean getEntityBean()
beforeCompletion
public void beforeCompletion()
- Specified by:
beforeCompletion
in interface Synchronization
afterCompletion
public void afterCompletion(int status)
- Specified by:
afterCompletion
in interface Synchronization
Copyright © 1999-2007 OpenEJB. All Rights Reserved.