org.openejb.entity.bmp
Class BMPInstanceContext

java.lang.Object
  extended byorg.openejb.AbstractInstanceContext
      extended byorg.openejb.entity.EntityInstanceContext
          extended byorg.openejb.entity.bmp.BMPInstanceContext
All Implemented Interfaces:
EJBInstanceContext, org.apache.geronimo.transaction.InstanceContext

public final class BMPInstanceContext
extends EntityInstanceContext

Version:
$Revision: 1.7 $ $Date: 2004/07/20 23:40:02 $

Field Summary
 
Fields inherited from class org.openejb.AbstractInstanceContext
instance, setContextInvocation, systemChain, unsetContextInvocation
 
Constructor Summary
BMPInstanceContext(Object containerId, EJBProxyFactory proxyFactory, javax.ejb.EntityBean instance, org.apache.geronimo.core.service.Interceptor lifecycleInterceptorChain, SystemMethodIndices systemMethodIndices, Set unshareableResources, Set applicationManagedSecurityResources, BasicTimerService timerService)
           
 
Methods inherited from class org.openejb.entity.EntityInstanceContext
afterCommit, associate, beforeCommit, flush, getContainerId, getEntityContext, getId, isStateValid, setId, setOperation, setStateValid, setTransactionContext
 
Methods inherited from class org.openejb.AbstractInstanceContext
ejbActivate, ejbPassivate, getApplicationManagedSecurityResources, getConnectionManagerMap, getInstance, getProxyFactory, getTimerService, getUnshareableResources, setContext, unsetContext
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BMPInstanceContext

public BMPInstanceContext(Object containerId,
                          EJBProxyFactory proxyFactory,
                          javax.ejb.EntityBean instance,
                          org.apache.geronimo.core.service.Interceptor lifecycleInterceptorChain,
                          SystemMethodIndices systemMethodIndices,
                          Set unshareableResources,
                          Set applicationManagedSecurityResources,
                          BasicTimerService timerService)
                   throws Exception


Copyright © 1999-2005 OpenEJB. All Rights Reserved.