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

Packages that use JSessionFactory
org.objectweb.jonas_ejb.container   
org.objectweb.jonas.container.mbean   
 

Uses of JSessionFactory in org.objectweb.jonas_ejb.container
 

Subclasses of JSessionFactory in org.objectweb.jonas_ejb.container
 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.objectweb.jonas_ejb.container declared as JSessionFactory
protected  JSessionFactory JSessionSwitch.bf
           
protected  JSessionFactory JSessionLocal.bf
           
 

Methods in org.objectweb.jonas_ejb.container that return JSessionFactory
 JSessionFactory JSessionSwitch.getBeanFactory()
           
 

Constructors in org.objectweb.jonas_ejb.container with parameters of type JSessionFactory
JRepStatefulContext(JSessionFactory bf, SessionBean sb, boolean sync)
          Constructs a JRepStatefulContext
JRepStatefulHome(SessionDesc dd, JSessionFactory bf)
           
JRepStatefulLocal(JSessionFactory bf)
          constructor
JRepStatefulLocalHome(SessionDesc dd, JSessionFactory bf)
          constructor
JRepStatefulRemote(JSessionFactory bf)
          Constructor
JRepStatelessHome(SessionDesc dd, JSessionFactory bf)
          Constructor
JRepStatelessRemote(JSessionFactory bf)
          Constructor
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.objectweb.jonas.container.mbean
 

Constructors in org.objectweb.jonas.container.mbean with parameters of type JSessionFactory
SessionBean(String objectName, JSessionFactory factoryToManage)
           
StatefulSessionBean(String objectName, JSessionFactory factoryToManage)
           
 



Copyright © 2007 OW2 Consortium. All Rights Reserved.