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

Packages that use JSessionFactory
org.ow2.jonas.ejb2.internal.mbean   
org.ow2.jonas.lib.ejb21   
org.ow2.jonas.lib.ejb21.ha   
 

Uses of JSessionFactory in org.ow2.jonas.ejb2.internal.mbean
 

Constructors in org.ow2.jonas.ejb2.internal.mbean with parameters of type JSessionFactory
SessionBean(String objectName, JSessionFactory factoryToManage, JmxService jmx)
           
StatefulSessionBean(String objectName, JSessionFactory factoryToManage, JmxService jmx)
           
 

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

Subclasses of JSessionFactory in org.ow2.jonas.lib.ejb21
 class JStatefulFactory
          This class is a factory for a Session Stateful Bean.
 class JStatelessFactory
          This class is a factory for a Session Stateless Bean.
 

Fields in org.ow2.jonas.lib.ejb21 declared as JSessionFactory
protected  JSessionFactory JSessionSwitch.bf
           
protected  JSessionFactory JSessionLocal.bf
           
 

Methods in org.ow2.jonas.lib.ejb21 that return JSessionFactory
 JSessionFactory JSessionSwitch.getBeanFactory()
           
 

Constructors in org.ow2.jonas.lib.ejb21 with parameters of type JSessionFactory
JSessionContext(JSessionFactory bf, SessionBean eb)
          Constructs a SessionContext
JSessionHome(SessionDesc dd, JSessionFactory bf)
          constructor
JSessionLocal(JSessionFactory bf)
          constructor
JSessionLocalHome(SessionDesc dd, JSessionFactory bf)
          constructor
JSessionRemote(JSessionFactory bf)
          constructor
JSessionSwitch(JSessionFactory bf)
          constructor.
JStatefulContext(JSessionFactory bf, SessionBean sb, boolean sync)
          Constructs a JStatefulContext
JStatelessContext(JSessionFactory bf, SessionBean sb)
          constructor
 

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

Constructors in org.ow2.jonas.lib.ejb21.ha with parameters of type JSessionFactory
JRepStatefulLocal(JSessionFactory bf)
          constructor
JRepStatefulLocalHome(SessionDesc dd, JSessionFactory bf)
          constructor
JRepStatefulRemote(JSessionFactory bf)
          Constructor
JRepStatelessRemote(JSessionFactory bf)
          Constructor
 



Copyright © 2010 OW2 Consortium. All Rights Reserved.