Uses of Interface
com.sun.ejb.ComponentContext

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
<C extends ComponentContext>
EjbInvocation
EjbInvocationFactory.create(java.lang.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 StatelessSessionContainer._getContext(EjbInvocation inv)
          Called from preInvoke which is called from the EJBObject for local and remote invocations.
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 MessageBeanContainer._getContext(EjbInvocation inv)
           
protected  ComponentContext ReadOnlyBeanContainer._getContext(EjbInvocation inv)
           
protected  ComponentContext BMCSingletonContainer._getContext(EjbInvocation inv)
           
protected  ComponentContext CMCSingletonContainer._getContext(EjbInvocation inv)
           
protected abstract  ComponentContext BaseContainer._getContext(EjbInvocation inv)
           
 ComponentContext StatefulSessionContainer._getContext(EjbInvocation inv)
          Called from preInvoke which is called from the EJBObject for local and remote invocations.
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 StatelessSessionContainer.passivateEJB(ComponentContext context)
           
 boolean MessageBeanContainer.passivateEJB(ComponentContext context)
           
 boolean AbstractSingletonContainer.passivateEJB(ComponentContext context)
           
 boolean StatefulSessionContainer.passivateEJB(ComponentContext context)
           
 



Copyright © 2012 GlassFish Community. All Rights Reserved.