Uses of Class
org.ow2.jonas.lib.ejb21.JLocalHome

Packages that use JLocalHome
org.ow2.jonas.lib.ejb21   
org.ow2.jonas.lib.ejb21.ha   
 

Uses of JLocalHome in org.ow2.jonas.lib.ejb21
 

Subclasses of JLocalHome in org.ow2.jonas.lib.ejb21
 class JEntityLocalHome
          This class is the Standard LocalHome for Entity objects It exists only for beans that have declared a Local Interface.
 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.ow2.jonas.lib.ejb21 that return JLocalHome
 JLocalHome JMdbFactory.getLocalHome()
           
 JLocalHome JSessionFactory.getLocalHome()
           
 JLocalHome JEntityFactory.getLocalHome()
           
 JLocalHome BeanFactory.getLocalHome()
          returns the local home if exist or null if not
 JLocalHome JMdbEndpointFactory.getLocalHome()
           
static JLocalHome JLocalHome.getLocalHome(String beanName)
          Get JLocalHome by its name
 

Uses of JLocalHome in org.ow2.jonas.lib.ejb21.ha
 

Subclasses of JLocalHome in org.ow2.jonas.lib.ejb21.ha
 class JRepEntityLocalHome
          Generic part of the JEntityLocalHome implementation for replicated EB
 class JRepStatefulLocalHome
          Generic part of the EJBLocalHome implementation for replicated SFSBs
 



Copyright © 2010 OW2 Consortium. All Rights Reserved.