Uses of Class
org.glassfish.persistence.ejb.entitybean.container.EntityContextImpl
-
Packages that use EntityContextImpl Package Description org.glassfish.persistence.ejb.entitybean.container -
-
Uses of EntityContextImpl in org.glassfish.persistence.ejb.entitybean.container
Subclasses of EntityContextImpl in org.glassfish.persistence.ejb.entitybean.container Modifier and Type Class Description classReadOnlyContextImplImplementation of EJBContext for ReadOnlyBeans.Methods in org.glassfish.persistence.ejb.entitybean.container that return EntityContextImpl Modifier and Type Method Description protected EntityContextImplEntityContainer. activateEJBFromPool(Object primaryKey, EjbInvocation inv)Called from getContext and getEJBWithIncompleteTx Get an EJB in the ready state (i.e.protected EntityContextImplEntityContainer. createEntityContextInstance(jakarta.ejb.EntityBean ejb, EntityContainer entityContainer)protected EntityContextImplReadOnlyBeanContainer. createEntityContextInstance(jakarta.ejb.EntityBean ejb, EntityContainer entityContainer)protected EntityContextImplEntityContainer. getPooledEJB()protected EntityContextImplCommitCEntityContainer. getReadyEJB(EjbInvocation inv)protected EntityContextImplEntityContainer. getReadyEJB(EjbInvocation inv)Methods in org.glassfish.persistence.ejb.entitybean.container with parameters of type EntityContextImpl Modifier and Type Method Description protected voidEntityContainer. addPooledEJB(EntityContextImpl context)protected voidReadOnlyBeanContainer. addPooledEJB(EntityContextImpl ctx)protected voidCommitCEntityContainer. addReadyEJB(EntityContextImpl context)protected voidEntityContainer. addReadyEJB(EntityContextImpl context)protected voidEntityContainer. afterNewlyActivated(EntityContextImpl context)protected voidReadOnlyBeanContainer. afterNewlyActivated(EntityContextImpl context)protected voidEntityContainer. callEJBLoad(jakarta.ejb.EntityBean ejb, EntityContextImpl context, boolean activeTx)protected voidReadOnlyBeanContainer. callEJBLoad(jakarta.ejb.EntityBean ejb, EntityContextImpl entityCtx, boolean activeTx)protected voidEntityContainer. callEJBRemove(jakarta.ejb.EntityBean ejb, EntityContextImpl context)protected voidReadOnlyBeanContainer. callEJBRemove(jakarta.ejb.EntityBean ejb, EntityContextImpl context)protected voidEntityContainer. callEJBStore(jakarta.ejb.EntityBean ejb, EntityContextImpl context)protected voidReadOnlyBeanContainer. callEJBStore(jakarta.ejb.EntityBean ejb, EntityContextImpl context)protected voidEntityContainer. passivateAndPoolEJB(EntityContextImpl context)protected voidEntityContainer. preCreate(EjbInvocation inv, EntityContextImpl context)Called from getContext before the ejb.ejbCreate is calledprotected voidEntityContainer. preFind(EjbInvocation inv, EntityContextImpl context)Called from getContext before the ejb.ejbFind* is calledprotected voidCommitCEntityContainer. removeContextFromReadyStore(Object primaryKey, EntityContextImpl context)protected voidEntityContainer. removeContextFromReadyStore(Object primaryKey, EntityContextImpl context)protected voidEntityContainer. removeIncompleteTxEJB(EntityContextImpl context, boolean updateTxBeanTable)Called from releaseContext if ejb is removed, from afterCompletion, and from passivateEJB.
-