KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > javax > ejb > AccessLocalException > Top Examples

  • org.jboss.ejb.plugins.local.BaseLocalProxyFactory
    The LocalProxyFactory implementation that handles local ejb interface proxies. @author <a HREF="mailto:docodan@mvcsoft.com">Daniel OConnor</a> @author <a HREF="mailto:scott.stark@jboss.org">Scott Stark</a> @author <a HREF="mailto:dain@daingroup.com">Dain Sundstrom< ...
  • org.objectweb.jonas_ejb.container.JContainer
    This class represents an EJB container. A container is where an enterprise Bean object lives. All beans from a same ejb-jar file are installed in a single container. For each EJB installed, the container provides a factory and makes it available in the JNDI name space. The JContainer basically man ...
  • org.objectweb.jonas_ejb.container.JServiceEndpointHome
    This class is a factory for JServiceEndpoint objects. @author Philippe Durieux
Popular Tags