Uses of Class
com.sun.ejb.containers.EJBObjectImpl
-
Packages that use EJBObjectImpl Package Description com.sun.ejb.containers org.glassfish.ejb.mdb org.glassfish.persistence.ejb.entitybean.container -
-
Uses of EJBObjectImpl in com.sun.ejb.containers
Subclasses of EJBObjectImpl in com.sun.ejb.containers Modifier and Type Class Description classEJBObjectInvocationHandlerHandler for EJBObject invocations through EJBObject proxy.Fields in com.sun.ejb.containers declared as EJBObjectImpl Modifier and Type Field Description protected EJBObjectImplEJBContextImpl. ejbObjectImplprotected EJBObjectImplEJBContextImpl. ejbRemoteBusinessObjectImplMethods in com.sun.ejb.containers that return EJBObjectImpl Modifier and Type Method Description EJBObjectImplAbstractSingletonContainer. createEJBObjectImpl()protected abstract EJBObjectImplBaseContainer. createEJBObjectImpl()EJBObjectImplEJBHomeImpl. createEJBObjectImpl()Create a new EJBObject and new EJB if necessary.protected EJBObjectImplStatefulSessionContainer. createEJBObjectImpl()This is called from the generated "HelloEJBHomeImpl" create method via EJBHomeImpl.createEJBObject.EJBObjectImplStatelessSessionContainer. createEJBObjectImpl()EJBObjectImplAbstractSingletonContainer. createRemoteBusinessObjectImpl()EJBObjectImplEJBHomeImpl. createRemoteBusinessObjectImpl()protected EJBObjectImplStatefulSessionContainer. createRemoteBusinessObjectImpl()EJBObjectImplStatelessSessionContainer. createRemoteBusinessObjectImpl()protected EJBObjectImplAbstractSingletonContainer. getEJBObjectImpl(byte[] instanceKey)Not applicable to Singletonsprotected abstract EJBObjectImplBaseContainer. getEJBObjectImpl(byte[] streamKey)Called when a remote invocation arrives for an EJB.protected EJBObjectImplStatefulSessionContainer. getEJBObjectImpl(byte[] instanceKey)protected EJBObjectImplStatelessSessionContainer. getEJBObjectImpl(byte[] instanceKey)Called when a remote invocation arrives for an EJB.protected EJBObjectImplBaseContainer. instantiateEJBObjectImpl()protected EJBObjectImplBaseContainer. instantiateEJBObjectImpl(jakarta.ejb.EJBObject ejbStub, Object key)protected EJBObjectImplBaseContainer. instantiateRemoteBusinessObjectImpl()Methods in com.sun.ejb.containers with parameters of type EJBObjectImpl 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 separatelyprotected booleanBaseContainer. isIdentical(EJBObjectImpl ejbo, jakarta.ejb.EJBObject other)protected booleanStatefulSessionContainer. isIdentical(EJBObjectImpl ejbo, jakarta.ejb.EJBObject other)protected booleanStatelessSessionContainer. isIdentical(EJBObjectImpl ejbo, jakarta.ejb.EJBObject other) -
Uses of EJBObjectImpl in org.glassfish.ejb.mdb
Methods in org.glassfish.ejb.mdb that return EJBObjectImpl Modifier and Type Method Description EJBObjectImplMessageBeanContainer. createEJBObjectImpl()EJBObjectImplMessageBeanContainer. getEJBObjectImpl(byte[] instanceKey) -
Uses of EJBObjectImpl in org.glassfish.persistence.ejb.entitybean.container
Methods in org.glassfish.persistence.ejb.entitybean.container that return EJBObjectImpl Modifier and Type Method Description EJBObjectImplEntityBeanHomeImpl. createEJBObjectImpl()EJBObjectImpl is created directly by the container, not by this callprotected EJBObjectImplEntityContainer. createEJBObjectImpl()Implementation of BaseContainer method.protected EJBObjectImplEntityContainer. getEJBObjectImpl(byte[] streamKey)Called when a remote EjbInvocation arrives for an EJB.Methods in org.glassfish.persistence.ejb.entitybean.container with parameters of type EJBObjectImpl Modifier and Type Method Description protected booleanEntityContainer. isIdentical(EJBObjectImpl ejbObjImpl, jakarta.ejb.EJBObject other)
-