|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use EntityContextImpl | |
|---|---|
| com.sun.ejb.containers | |
| Uses of EntityContextImpl in com.sun.ejb.containers |
|---|
| Subclasses of EntityContextImpl in com.sun.ejb.containers | |
|---|---|
class |
ReadOnlyContextImpl
Implementation of EJBContext for ReadOnlyBeans. |
| Methods in com.sun.ejb.containers that return EntityContextImpl | |
|---|---|
protected EntityContextImpl |
EntityContainer.activateEJBFromPool(Object primaryKey,
EjbInvocation inv)
Called from getContext and getEJBWithIncompleteTx Get an EJB in the ready state (i.e. |
protected EntityContextImpl |
EntityContainer.createEntityContextInstance(EntityBean ejb,
EntityContainer entityContainer)
|
protected EntityContextImpl |
ReadOnlyBeanContainer.createEntityContextInstance(EntityBean ejb,
EntityContainer entityContainer)
|
protected EntityContextImpl |
EntityContainer.getPooledEJB()
|
protected EntityContextImpl |
EntityContainer.getReadyEJB(EjbInvocation inv)
|
protected EntityContextImpl |
CommitCEntityContainer.getReadyEJB(EjbInvocation inv)
|
| Methods in com.sun.ejb.containers with parameters of type EntityContextImpl | |
|---|---|
protected void |
EntityContainer.addPooledEJB(EntityContextImpl context)
|
protected void |
ReadOnlyBeanContainer.addPooledEJB(EntityContextImpl ctx)
|
protected void |
EntityContainer.addReadyEJB(EntityContextImpl context)
|
protected void |
CommitCEntityContainer.addReadyEJB(EntityContextImpl context)
|
protected void |
EntityContainer.afterNewlyActivated(EntityContextImpl context)
|
protected void |
ReadOnlyBeanContainer.afterNewlyActivated(EntityContextImpl context)
|
protected void |
EntityContainer.callEJBLoad(EntityBean ejb,
EntityContextImpl context,
boolean activeTx)
|
protected void |
ReadOnlyBeanContainer.callEJBLoad(EntityBean ejb,
EntityContextImpl entityCtx,
boolean activeTx)
|
protected void |
EntityContainer.callEJBRemove(EntityBean ejb,
EntityContextImpl context)
|
protected void |
ReadOnlyBeanContainer.callEJBRemove(EntityBean ejb,
EntityContextImpl context)
|
protected void |
EntityContainer.callEJBStore(EntityBean ejb,
EntityContextImpl context)
|
protected void |
ReadOnlyBeanContainer.callEJBStore(EntityBean ejb,
EntityContextImpl context)
|
protected void |
EntityContainer.passivateAndPoolEJB(EntityContextImpl context)
|
protected void |
EntityContainer.preCreate(EjbInvocation inv,
EntityContextImpl context)
Called from getContext before the ejb.ejbCreate is called |
protected void |
EntityContainer.preFind(EjbInvocation inv,
EntityContextImpl context)
Called from getContext before the ejb.ejbFind* is called |
protected void |
EntityContainer.removeContextFromReadyStore(Object primaryKey,
EntityContextImpl context)
|
protected void |
CommitCEntityContainer.removeContextFromReadyStore(Object primaryKey,
EntityContextImpl context)
|
protected void |
EntityContainer.removeIncompleteTxEJB(EntityContextImpl context,
boolean updateTxBeanTable)
Called from releaseContext if ejb is removed, from afterCompletion, and from passivateEJB. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||