Class EntityBeanHomeImpl

  • All Implemented Interfaces:
    jakarta.ejb.EJBHome, InvocationHandler, Remote
    Direct Known Subclasses:
    ReadOnlyEJBHomeImpl

    public class EntityBeanHomeImpl
    extends com.sun.ejb.containers.EJBHomeInvocationHandler
    Implementation of the EJBHome interface for Entity Beans.
    Author:
    mvatkina
    • Field Summary

      • Fields inherited from class com.sun.ejb.containers.EJBHomeImpl

        _logger
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      com.sun.ejb.containers.EJBObjectImpl createEJBObjectImpl()
      EJBObjectImpl is created directly by the container, not by this call
      protected void postCreate​(com.sun.ejb.Container container, com.sun.ejb.EjbInvocation inv, com.sun.ejb.InvocationInfo invInfo, Object primaryKey, Object[] args)  
      • Methods inherited from class com.sun.ejb.containers.EJBHomeInvocationHandler

        getEJBHome, invoke, invokeSpecialEJBHomeMethod, invokeTargetBeanMethod, setMethodMap, setProxy
      • Methods inherited from class com.sun.ejb.containers.EJBHomeImpl

        createRemoteBusinessObjectImpl, getContainer, getEJBMetaData, getHomeHandle, remove, remove
    • Method Detail

      • createEJBObjectImpl

        public com.sun.ejb.containers.EJBObjectImpl createEJBObjectImpl()
        EJBObjectImpl is created directly by the container, not by this call
        Overrides:
        createEJBObjectImpl in class com.sun.ejb.containers.EJBHomeImpl
      • postCreate

        protected void postCreate​(com.sun.ejb.Container container,
                                  com.sun.ejb.EjbInvocation inv,
                                  com.sun.ejb.InvocationInfo invInfo,
                                  Object primaryKey,
                                  Object[] args)
                           throws Throwable
        Overrides:
        postCreate in class com.sun.ejb.containers.EJBHomeInvocationHandler
        Throws:
        Throwable