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

Packages that use JSessionFactory
org.ow2.jonas.lib.ejb21   
 

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 JSessionLocal.bf
           
protected  JSessionFactory JSessionSwitch.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. a new object is build when the pool managed by JSessionFactory becomes empty.
JStatefulContext(JSessionFactory bf, SessionBean sb, boolean sync)
          Constructs a JStatefulContext
JStatelessContext(JSessionFactory bf, SessionBean sb)
          constructor
 



Copyright © 2011 OW2 Consortium. All Rights Reserved.