Uses of Class
com.sun.ejb.containers.EJBLocalObjectImpl
-
Packages that use EJBLocalObjectImpl Package Description com.sun.ejb.containers org.glassfish.persistence.ejb.entitybean.container -
-
Uses of EJBLocalObjectImpl in com.sun.ejb.containers
Subclasses of EJBLocalObjectImpl in com.sun.ejb.containers Modifier and Type Class Description classEJBLocalObjectInvocationHandlerHandler for EJBLocalObject invocations through EJBLocalObject proxy.Fields in com.sun.ejb.containers declared as EJBLocalObjectImpl Modifier and Type Field Description protected EJBLocalObjectImplEJBContextImpl. ejbLocalBusinessObjectImplprotected EJBLocalObjectImplEJBContextImpl. ejbLocalObjectImplprotected EJBLocalObjectImplEJBContextImpl. optionalEjbLocalBusinessObjectImplMethods in com.sun.ejb.containers that return EJBLocalObjectImpl Modifier and Type Method Description EJBLocalObjectImplAbstractSingletonContainer. createEJBLocalBusinessObjectImpl(boolean localBeanView)Called during internal creation of session beanprotected EJBLocalObjectImplEJBLocalHomeImpl. createEJBLocalBusinessObjectImpl(String intfName)Create a new EJBLocalBusinessObjectImpl and new EJB if necessary.EJBLocalObjectImplStatelessSessionContainer. createEJBLocalBusinessObjectImpl(boolean localBeanView)Called during internal creation of session beanEJBLocalObjectImplAbstractSingletonContainer. 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.EJBLocalObjectImplStatelessSessionContainer. 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 EJBLocalObjectImpl Modifier and Type Method Description voidEJBContainerStateManager. 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 -
Uses of EJBLocalObjectImpl in org.glassfish.persistence.ejb.entitybean.container
Methods in org.glassfish.persistence.ejb.entitybean.container that return EJBLocalObjectImpl Modifier and Type Method Description EJBLocalObjectImplEntityBeanLocalHomeImpl. createEJBLocalObjectImpl()EJBLocalObjectImpl is created directly by the container, not by this callprotected EJBLocalObjectImplEntityContainer. createEJBLocalObjectImpl()protected EJBLocalObjectImplEntityContainer. getEJBLocalObjectImpl(Object key)Called from EJBLocalObjectImpl.getLocalObject() while deserializing a local object reference.protected EJBLocalObjectImplEntityContainer. internalGetEJBLocalObjectImpl(Object primaryKey)The following are private methods for implementing internal logic for lifecyle and state management, in a reusable way.protected EJBLocalObjectImplEntityContainer. internalGetEJBLocalObjectImpl(Object primaryKey, boolean incrementRefCount)protected EJBLocalObjectImplEntityContainer. internalGetEJBLocalObjectImpl(Object primaryKey, boolean incrementRefCount, boolean cacheEJBO)
-