Uses of Class
com.sun.ejb.containers.EJBLocalHomeInvocationHandler
-
Packages that use EJBLocalHomeInvocationHandler Package Description com.sun.ejb.containers org.glassfish.persistence.ejb.entitybean.container -
-
Uses of EJBLocalHomeInvocationHandler in com.sun.ejb.containers
Methods in com.sun.ejb.containers that return EJBLocalHomeInvocationHandler Modifier and Type Method Description protected EJBLocalHomeInvocationHandlerBaseContainer. getEJBLocalHomeInvocationHandler(Class homeIntfClass) -
Uses of EJBLocalHomeInvocationHandler in org.glassfish.persistence.ejb.entitybean.container
Subclasses of EJBLocalHomeInvocationHandler in org.glassfish.persistence.ejb.entitybean.container Modifier and Type Class Description classEntityBeanLocalHomeImplImplementation of the EJBLocalHome interface for Entity Beans.classReadOnlyEJBLocalHomeImplImplementation of the EJBHome interface.Methods in org.glassfish.persistence.ejb.entitybean.container that return EJBLocalHomeInvocationHandler Modifier and Type Method Description protected EJBLocalHomeInvocationHandlerEntityContainer. getEJBLocalHomeInvocationHandler(Class homeIntfClass)protected EJBLocalHomeInvocationHandlerReadOnlyBeanContainer. getEJBLocalHomeInvocationHandler(Class homeIntfClass)
-