Uses of Class
com.sun.ejb.containers.EJBObjectImpl
Packages that use EJBObjectImpl
-
Uses of EJBObjectImpl in com.sun.ejb.containers
Subclasses of EJBObjectImpl in com.sun.ejb.containersModifier and TypeClassDescriptionfinal classHandler for EJBObject invocations through EJBObject proxy.Fields in com.sun.ejb.containers declared as EJBObjectImplModifier and TypeFieldDescriptionprotected EJBObjectImplEJBContextImpl.ejbObjectImplprotected EJBObjectImplEJBContextImpl.ejbRemoteBusinessObjectImplMethods in com.sun.ejb.containers that return EJBObjectImplModifier and TypeMethodDescriptionAbstractSingletonContainer.createEJBObjectImpl()protected abstract EJBObjectImplBaseContainer.createEJBObjectImpl()EJBHomeImpl.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.StatelessSessionContainer.createEJBObjectImpl()AbstractSingletonContainer.createRemoteBusinessObjectImpl()EJBHomeImpl.createRemoteBusinessObjectImpl()protected EJBObjectImplStatefulSessionContainer.createRemoteBusinessObjectImpl()StatelessSessionContainer.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 EJBObjectImplModifier 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 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)