Class EntityBeanHomeImpl

java.lang.Object
com.sun.ejb.containers.EJBHomeImpl
com.sun.ejb.containers.EJBHomeInvocationHandler
org.glassfish.persistence.ejb.entitybean.container.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

    Modifier and Type
    Method
    Description
    com.sun.ejb.containers.EJBObjectImpl
    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

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Method Details

    • 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