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

Packages that use JHome
org.objectweb.jonas_ejb.container   
 

Uses of JHome in org.objectweb.jonas_ejb.container
 

Subclasses of JHome in org.objectweb.jonas_ejb.container
 class JEntityHome
          This class is the Standard Home for Entity objects It exists only for beans that have declared a Remote Interface.
 class JRepEntityHome
          This class is the Standard Home for clustered entity objects It exists only for beans that have declared a Remote Interface.
 class JRepStatefulHome
          This class is the Standard Home for replicated SFSB objects It exists only for beans that have declared a Remote Interface.
 class JRepStatelessHome
          This class is the Standard Home for replicated SSB objects It exists only for beans that have declared a Remote Interface.
 class JSessionHome
          This class is the Standard Home for Session objects It exists only for beans that have declared a Remote Interface.
 

Methods in org.objectweb.jonas_ejb.container that return JHome
 JHome JSessionFactory.getHome()
           
 JHome JEntityFactory.getHome()
           
 JHome BeanFactory.getHome()
          returns the home if exist or null if not
 JHome JMdbFactory.getHome()
           
 JHome JMdbEndpointFactory.getHome()
           
 



Copyright © 2007 OW2 Consortium. All Rights Reserved.