|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ComponentContext | |
|---|---|
| com.sun.ejb | |
| com.sun.ejb.containers | |
| Uses of ComponentContext in com.sun.ejb |
|---|
| Fields in com.sun.ejb declared as ComponentContext | |
|---|---|
ComponentContext |
EjbInvocation.context
|
| Methods in com.sun.ejb with type parameters of type ComponentContext | ||
|---|---|---|
|
EjbInvocationFactory.create(Object ejb,
C ctx)
|
|
| Uses of ComponentContext in com.sun.ejb.containers |
|---|
| Classes in com.sun.ejb.containers that implement ComponentContext | |
|---|---|
class |
AbstractSessionContextImpl
Implementation of EJBContext for SessionBeans |
class |
EJBContextImpl
Implementation of javax.ejb.EJBContext for the J2EE Reference Implementation. |
class |
EntityContextImpl
Implementation of EJBContext for EntityBeans |
class |
MessageBeanContextImpl
Implementation of EJBContext for message-driven beans |
class |
ReadOnlyContextImpl
Implementation of EJBContext for ReadOnlyBeans. |
class |
SessionContextImpl
Implementation of EJBContext for SessionBeans |
class |
SingletonContextImpl
Implementation of EJBContext for Singleton SessionBeans |
| Fields in com.sun.ejb.containers declared as ComponentContext | |
|---|---|
protected ComponentContext |
AbstractSingletonContainer.singletonCtx
|
| Methods in com.sun.ejb.containers that return ComponentContext | |
|---|---|
protected ComponentContext |
CMCSingletonContainer._getContext(EjbInvocation inv)
|
protected abstract ComponentContext |
BaseContainer._getContext(EjbInvocation inv)
|
protected ComponentContext |
EntityContainer._getContext(EjbInvocation inv)
Called from BaseContainer.preInvoke which is called from the EJBObject for local and remote invocations, and from the EJBHome for create/find. |
protected ComponentContext |
ReadOnlyBeanContainer._getContext(EjbInvocation inv)
|
protected ComponentContext |
MessageBeanContainer._getContext(EjbInvocation inv)
|
protected ComponentContext |
StatelessSessionContainer._getContext(EjbInvocation inv)
Called from preInvoke which is called from the EJBObject for local and remote invocations. |
ComponentContext |
StatefulSessionContainer._getContext(EjbInvocation inv)
Called from preInvoke which is called from the EJBObject for local and remote invocations. |
protected ComponentContext |
BMCSingletonContainer._getContext(EjbInvocation inv)
|
protected ComponentContext |
BaseContainer.getContext(EjbInvocation inv)
|
ComponentContext |
AbstractSingletonContainer.instantiateSingletonInstance()
|
| Methods in com.sun.ejb.containers with parameters of type ComponentContext | |
|---|---|
boolean |
StatefulSessionContainer.canPassivateEJB(ComponentContext context)
|
protected void |
BaseContainer.enlistExtendedEntityManagers(ComponentContext ctx)
|
boolean |
AbstractSingletonContainer.passivateEJB(ComponentContext context)
|
boolean |
MessageBeanContainer.passivateEJB(ComponentContext context)
|
boolean |
StatelessSessionContainer.passivateEJB(ComponentContext context)
|
boolean |
StatefulSessionContainer.passivateEJB(ComponentContext context)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||