Uses of Interface
com.sun.ejb.ComponentContext
-
Packages that use ComponentContext Package Description com.sun.ejb com.sun.ejb.containers org.glassfish.ejb.mdb org.glassfish.persistence.ejb.entitybean.container -
-
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 ComponentContextAbstractSingletonContainer. _getContext(EjbInvocation invocation)protected abstract ComponentContextBaseContainer. _getContext(EjbInvocation inv)protected ComponentContextBMCSingletonContainer. _getContext(EjbInvocation inv)protected ComponentContextCMCSingletonContainer. _getContext(EjbInvocation inv)ComponentContextStatefulSessionContainer. _getContext(EjbInvocation ejbInvocation)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) -
Uses of ComponentContext in org.glassfish.ejb.mdb
Classes in org.glassfish.ejb.mdb that implement ComponentContext Modifier and Type Class Description classMessageBeanContextImplImplementation of EJBContext for message-driven beansMethods in org.glassfish.ejb.mdb that return ComponentContext Modifier and Type Method Description protected ComponentContextMessageBeanContainer. _getContext(EjbInvocation inv)Methods in org.glassfish.ejb.mdb with parameters of type ComponentContext Modifier and Type Method Description booleanMessageBeanContainer. passivateEJB(ComponentContext context) -
Uses of ComponentContext in org.glassfish.persistence.ejb.entitybean.container
Classes in org.glassfish.persistence.ejb.entitybean.container that implement ComponentContext Modifier and Type Class Description classEntityContextImplImplementation of EJBContext for EntityBeansclassReadOnlyContextImplImplementation of EJBContext for ReadOnlyBeans.Methods in org.glassfish.persistence.ejb.entitybean.container that return ComponentContext Modifier and Type Method Description protected ComponentContextEntityContainer. _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 ComponentContextReadOnlyBeanContainer. _getContext(EjbInvocation inv)Methods in org.glassfish.persistence.ejb.entitybean.container with parameters of type ComponentContext Modifier and Type Method Description protected booleanEntityContainer. passivateEJB(ComponentContext ctx)
-