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: 445224 $ $Date: 2005-02-26 00:06:16 +0100 (Sat, 26 Feb 2005) $

Field Summary
 
Fields inherited from class org.openejb.AbstractInstanceContext
systemChain
 
Constructor Summary
BMPInstanceContext(Object containerId, EJBProxyFactory proxyFactory, javax.ejb.EntityBean instance, org.apache.geronimo.core.service.Interceptor lifecycleInterceptorChain, SystemMethodIndices systemMethodIndices, Set unshareableResources, Set applicationManagedSecurityResources, org.apache.geronimo.transaction.context.TransactionContextManager transactionContextManager, BasicTimerService timerService)
           
 
Methods inherited from class org.openejb.entity.EntityInstanceContext
associate, beforeCommit, die, ejbActivate, ejbLoad, ejbPassivate, ejbStore, flush, getEJBContextImpl, getEntityContext, getId, getPool, isLoaded, setContext, setId, setLoaded, setOperation, setPool, setTimerState, setTransactionContext, unassociate, unsetContext
 
Methods inherited from class org.openejb.AbstractInstanceContext
afterCommit, enter, exit, getApplicationManagedSecurityResources, getBasicTimerService, getConnectionManagerMap, getContainerId, getInstance, getProxyFactory, getTimerService, getUnshareableResources, isDead, isInCall, setTimerServiceAvailable, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, 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,
                          org.apache.geronimo.transaction.context.TransactionContextManager transactionContextManager,
                          BasicTimerService timerService)
                   throws Exception


Copyright © 1999-2006 OpenEJB. All Rights Reserved.