Uses of Class
com.sun.ejb.containers.EJBHomeInvocationHandler
-
Packages that use EJBHomeInvocationHandler Package Description com.sun.ejb.containers org.glassfish.persistence.ejb.entitybean.container -
-
Uses of EJBHomeInvocationHandler in com.sun.ejb.containers
Methods in com.sun.ejb.containers that return EJBHomeInvocationHandler Modifier and Type Method Description protected EJBHomeInvocationHandlerBaseContainer. getEJBHomeInvocationHandler(Class homeIntfClass) -
Uses of EJBHomeInvocationHandler in org.glassfish.persistence.ejb.entitybean.container
Subclasses of EJBHomeInvocationHandler in org.glassfish.persistence.ejb.entitybean.container Modifier and Type Class Description classEntityBeanHomeImplImplementation of the EJBHome interface for Entity Beans.classReadOnlyEJBHomeImplImplementation of the EJBHome interface for ReadOnly Entity Beans.Methods in org.glassfish.persistence.ejb.entitybean.container that return EJBHomeInvocationHandler Modifier and Type Method Description protected EJBHomeInvocationHandlerEntityContainer. getEJBHomeInvocationHandler(Class homeIntfClass)protected EJBHomeInvocationHandlerReadOnlyBeanContainer. getEJBHomeInvocationHandler(Class homeIntfClass)
-