Uses of Interface
com.sun.ejb.ComponentContext
-
Packages that use ComponentContext Package Description com.sun.ejb com.sun.ejb.containers -
-
Uses of ComponentContext in com.sun.ejb
Fields in com.sun.ejb declared as ComponentContext Modifier and Type Field Description ComponentContextEjbInvocation. contextMethods in com.sun.ejb with type parameters of type ComponentContext Modifier and Type Method Description <C extends ComponentContext>
EjbInvocationEjbInvocationFactory. create(Object ejb, C ctx) -
Uses of ComponentContext in com.sun.ejb.containers
Classes in com.sun.ejb.containers that implement ComponentContext Modifier and Type Class Description classAbstractSessionContextImplImplementation of EJBContext for SessionBeansclassEJBContextImplImplementation of jakarta.ejb.EJBContext for the J2EE Reference Implementation.classSessionContextImplImplementation of EJBContext for SessionBeansclassSingletonContextImplImplementation of EJBContext for Singleton SessionBeansFields in com.sun.ejb.containers declared as ComponentContext Modifier and Type Field Description protected ComponentContextAbstractSingletonContainer. singletonCtxMethods in com.sun.ejb.containers that return ComponentContext Modifier and Type Method Description protected abstract ComponentContextBaseContainer. _getContext(EjbInvocation inv)protected ComponentContextBMCSingletonContainer. _getContext(EjbInvocation inv)protected ComponentContextCMCSingletonContainer. _getContext(EjbInvocation inv)ComponentContextStatefulSessionContainer. _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 ComponentContextBaseContainer. getContext(EjbInvocation inv)ComponentContextAbstractSingletonContainer. instantiateSingletonInstance()Methods in com.sun.ejb.containers with parameters of type ComponentContext Modifier and Type Method Description booleanStatefulSessionContainer. 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)
-