Uses of Class
com.sun.ejb.containers.EJBObjectImpl
-
Packages that use EJBObjectImpl Package Description com.sun.ejb.containers -
-
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)
-