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

Packages that use JSessionContext
org.objectweb.jonas_ejb.container   
 

Uses of JSessionContext in org.objectweb.jonas_ejb.container
 

Subclasses of JSessionContext in org.objectweb.jonas_ejb.container
 class JRepStatefulContext
          This class extends JSessionContext in case of Replicated Stateful Session Bean.
 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.objectweb.jonas_ejb.container declared as JSessionContext
 JSessionContext RequestCtx.ejbContext
          Used for stateful session at create and for stateless session beans
 

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



Copyright © 2007 OW2 Consortium. All Rights Reserved.