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

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

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

Subclasses of JSessionContext in org.ow2.jonas.lib.ejb21
 class JStatefulContext
          This class extends JSessionContext in case of Stateful Session Bean.
 class JStatelessContext
          This class extends JSessionContext in case of Stateless Session Bean.
 

Fields in org.ow2.jonas.lib.ejb21 declared as JSessionContext
 JSessionContext RequestCtx.ejbContext
          Used for stateful session at create and for stateless session beans
 

Methods in org.ow2.jonas.lib.ejb21 that return JSessionContext
 JSessionContext JStatefulSwitch.getICtx(Transaction tx)
          At each business method, get a BeanContext to run it
abstract  JSessionContext JSessionSwitch.getICtx(Transaction tx)
           
 JSessionContext JStatelessSwitch.getICtx(Transaction tx)
          get an initialized Bean Context
 JSessionContext JStatelessFactory.getJContext(JSessionSwitch ss)
           
abstract  JSessionContext JSessionFactory.getJContext(JSessionSwitch ss)
           
 JSessionContext JStatefulFactory.getJContext(JSessionSwitch ss)
          get a new session context must call newInstance (EJB specs) => no pool should be used.
 



Copyright © 2010 OW2 Consortium. All Rights Reserved.