Uses of Class
org.objectweb.jonas_ejb.container.JLocalHome

Packages that use JLocalHome
org.objectweb.jonas_ejb.container   
 

Uses of JLocalHome in org.objectweb.jonas_ejb.container
 

Subclasses of JLocalHome in org.objectweb.jonas_ejb.container
 class JEntityLocalHome
          This class is the Standard LocalHome for Entity objects It exists only for beans that have declared a Local Interface.
 class JRepEntityLocalHome
          Generic part of the JEntityLocalHome implementation for replicated EB
 class JRepStatefulLocalHome
          Generic part of the EJBLocalHome implementation for replicated SFSBs
 class JSessionLocalHome
          This class is the Standard LocalHome for Session objects It exists only for beans that have declared a Local Interface.
 

Methods in org.objectweb.jonas_ejb.container that return JLocalHome
 JLocalHome JSessionFactory.getLocalHome()
           
 JLocalHome JEntityFactory.getLocalHome()
           
 JLocalHome BeanFactory.getLocalHome()
          returns the local home if exist or null if not
 JLocalHome JMdbFactory.getLocalHome()
           
 JLocalHome JMdbEndpointFactory.getLocalHome()
           
static JLocalHome JLocalHome.getLocalHome(String beanName)
          Get JLocalHome by its name
 



Copyright © 2007 OW2 Consortium. All Rights Reserved.