Uses of Interface
com.sun.ejb.ComponentContext
Packages that use ComponentContext
-
Uses of ComponentContext in com.sun.ejb
Fields in com.sun.ejb declared as ComponentContextMethods in com.sun.ejb with type parameters of type ComponentContext -
Uses of ComponentContext in com.sun.ejb.containers
Classes in com.sun.ejb.containers that implement ComponentContextModifier and TypeClassDescriptionclassImplementation of EJBContext for SessionBeansclassImplementation of jakarta.ejb.EJBContext for the J2EE Reference Implementation.final classImplementation of EJBContext for SessionBeansfinal classImplementation of EJBContext for Singleton SessionBeansFields in com.sun.ejb.containers declared as ComponentContextModifier and TypeFieldDescriptionprotected ComponentContextAbstractSingletonContainer.singletonCtxMethods in com.sun.ejb.containers that return ComponentContextModifier and TypeMethodDescriptionprotected abstract ComponentContextBaseContainer._getContext(EjbInvocation inv) protected ComponentContextBMCSingletonContainer._getContext(EjbInvocation inv) protected ComponentContextCMCSingletonContainer._getContext(EjbInvocation inv) StatefulSessionContainer._getContext(EjbInvocation inv) Called from preInvoke which is called from the EJBObject for local and remote invocations.protected ComponentContextStatelessSessionContainer._getContext(EjbInvocation inv) Called from preInvoke which is called from the EJBObject for local and remote invocations.protected final ComponentContextBaseContainer.getContext(EjbInvocation inv) AbstractSingletonContainer.instantiateSingletonInstance()Methods in com.sun.ejb.containers with parameters of type ComponentContextModifier and TypeMethodDescriptionbooleanStatefulSessionContainer.canPassivateEJB(ComponentContext context) protected EjbInvocationAbstractSingletonContainer.createEjbInvocation(Object ejb, ComponentContext ctx) protected EjbInvocationBaseContainer.createEjbInvocation(Object ejb, ComponentContext context) protected voidBaseContainer.delistExtendedEntityManagers(ComponentContext ctx) protected voidStatefulSessionContainer.delistExtendedEntityManagers(ComponentContext ctx) protected voidBaseContainer.enlistExtendedEntityManagers(ComponentContext ctx) protected voidStatefulSessionContainer.enlistExtendedEntityManagers(ComponentContext ctx) booleanAbstractSingletonContainer.passivateEJB(ComponentContext context) protected abstract booleanBaseContainer.passivateEJB(ComponentContext context) booleanStatefulSessionContainer.passivateEJB(ComponentContext context) booleanStatelessSessionContainer.passivateEJB(ComponentContext context)