|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use EJBContextImpl | |
|---|---|
| com.sun.ejb.containers | |
| com.sun.ejb.containers.interceptors | |
| Uses of EJBContextImpl in com.sun.ejb.containers |
|---|
| Subclasses of EJBContextImpl in com.sun.ejb.containers | |
|---|---|
class |
AbstractSessionContextImpl
Implementation of EJBContext for SessionBeans |
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 |
| Methods in com.sun.ejb.containers that return EJBContextImpl | |
|---|---|
protected EJBContextImpl |
BaseContainer._constructEJBContextImpl(Object instance)
|
protected EJBContextImpl |
AbstractSingletonContainer._constructEJBContextImpl(Object instance)
|
protected EJBContextImpl |
MessageBeanContainer._constructEJBContextImpl(Object instance)
|
protected EJBContextImpl |
StatelessSessionContainer._constructEJBContextImpl(Object instance)
|
protected EJBContextImpl |
StatefulSessionContainer._constructEJBContextImpl(Object instance)
|
protected EJBContextImpl |
BaseContainer.createEjbInstanceAndContext()
|
| Methods in com.sun.ejb.containers with parameters of type EJBContextImpl | |
|---|---|
protected Throwable |
BaseContainer.checkExceptionClientTx(EJBContextImpl context,
Throwable exception)
|
protected void |
BaseContainer.cleanupInstance(EJBContextImpl context)
|
protected void |
ReadOnlyBeanContainer.forceDestroyBean(EJBContextImpl context)
|
protected void |
BaseContainer.injectEjbInstance(EJBContextImpl context)
|
void |
StatefulSessionContainer.removeTimedoutBean(EJBContextImpl ctx)
|
| Constructors in com.sun.ejb.containers with parameters of type EJBContextImpl | |
|---|---|
EJBTimerServiceWrapper(EJBTimerService timerService,
EJBContextImpl ejbContext)
|
|
| Uses of EJBContextImpl in com.sun.ejb.containers.interceptors |
|---|
| Methods in com.sun.ejb.containers.interceptors with parameters of type EJBContextImpl | |
|---|---|
boolean |
InterceptorManager.intercept(LifecycleCallbackDescriptor.CallbackType eventType,
EJBContextImpl ctx)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||