Uses of Class
com.sun.ejb.containers.EJBLocalObjectImpl
Packages that use EJBLocalObjectImpl
-
Uses of EJBLocalObjectImpl in com.sun.ejb.containers
Subclasses of EJBLocalObjectImpl in com.sun.ejb.containersModifier and TypeClassDescriptionfinal classHandler for EJBLocalObject invocations through EJBLocalObject proxy.Fields in com.sun.ejb.containers declared as EJBLocalObjectImplModifier and TypeFieldDescriptionprotected EJBLocalObjectImplEJBContextImpl.ejbLocalBusinessObjectImplprotected EJBLocalObjectImplEJBContextImpl.ejbLocalObjectImplprotected EJBLocalObjectImplEJBContextImpl.optionalEjbLocalBusinessObjectImplMethods in com.sun.ejb.containers that return EJBLocalObjectImplModifier and TypeMethodDescriptionAbstractSingletonContainer.createEJBLocalBusinessObjectImpl(boolean localBeanView) Called during internal creation of session beanprotected final EJBLocalObjectImplEJBLocalHomeImpl.createEJBLocalBusinessObjectImpl(String intfName) Create a new EJBLocalBusinessObjectImpl and new EJB if necessary.StatelessSessionContainer.createEJBLocalBusinessObjectImpl(boolean localBeanView) Called during internal creation of session beanAbstractSingletonContainer.createEJBLocalObjectImpl()Called during client creation request through EJB LocalHome view.protected EJBLocalObjectImplBaseContainer.createEJBLocalObjectImpl()protected EJBLocalObjectImplEJBLocalHomeImpl.createEJBLocalObjectImpl()Create a new EJBLocalObjectImpl and new EJB if necessary.protected EJBLocalObjectImplStatefulSessionContainer.createEJBLocalObjectImpl()This is called from the generated "HelloEJBLocalHomeImpl" create method via EJBLocalHomeImpl.createEJBObject.StatelessSessionContainer.createEJBLocalObjectImpl()Called during client creation request through EJB LocalHome view.protected EJBLocalObjectImplAbstractSingletonContainer.getEJBLocalObjectImpl(Object key) Not applicable to Singletonsprotected EJBLocalObjectImplBaseContainer.getEJBLocalObjectImpl(Object key) protected EJBLocalObjectImplStatefulSessionContainer.getEJBLocalObjectImpl(Object sessionKey) Called from EJBLocalObjectImpl.getLocalObject() while deserializing a local object reference.protected EJBLocalObjectImplStatelessSessionContainer.getEJBLocalObjectImpl(Object key) Called from EJBLocalObjectImpl.getLocalObject() while deserializing a local object reference.protected EJBLocalObjectImplBaseContainer.instantiateEJBLocalBusinessObjectImpl()protected EJBLocalObjectImplBaseContainer.instantiateEJBLocalObjectImpl()protected EJBLocalObjectImplBaseContainer.instantiateEJBLocalObjectImpl(Object key) protected EJBLocalObjectImplBaseContainer.instantiateOptionalEJBLocalBusinessObjectImpl()static EJBLocalObjectImplEJBLocalObjectImpl.toEJBLocalObjectImpl(jakarta.ejb.EJBLocalObject localObj) Since EJBLocalObject might be a dynamic proxy, the container can't assume it can cast from EJBLocalObject to EJBLocalObjectImpl.Methods in com.sun.ejb.containers with parameters of type EJBLocalObjectImplModifier and TypeMethodDescriptionvoidEJBContainerStateManager.attachObject(EjbInvocation inv, EJBContextImpl context, EJBObjectImpl ejbObjImpl, EJBLocalObjectImpl localObjImpl) Associate EJB Object with this invocation and this Context Note that some of the calls do not have Context assosiated with this invocation, so Context object is passed in separately