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

Packages that use JSessionSwitch
org.objectweb.jonas_ejb.container   
 

Uses of JSessionSwitch in org.objectweb.jonas_ejb.container
 

Subclasses of JSessionSwitch in org.objectweb.jonas_ejb.container
 class JStatefulSwitch
          JStatefulSwitch is the implementation of JSessionSwitch dedicated to the Stateful Session Bean.
 class JStatelessSwitch
          JStatelessSwitch is the implementation of JSessionSwitch dedicated to the Stateless Session Bean.
 

Fields in org.objectweb.jonas_ejb.container declared as JSessionSwitch
protected  JSessionSwitch JServiceEndpoint.bs
          switch instance to use
protected  JSessionSwitch JSessionRemote.bs
          bs
protected  JSessionSwitch JSessionLocal.bs
           
protected  JSessionSwitch JSessionContext.bs
           
protected  JSessionSwitch JSessionFactory.uniqueSession
          Unique JSessionSwitch when singleswitch=true
 

Methods in org.objectweb.jonas_ejb.container that return JSessionSwitch
 JSessionSwitch JSessionFactory.createEJB()
          Create a new Session Find one in the pool, or create a new object.
 JSessionSwitch JStatelessFactory.createNewSession()
          Creates a new Session Stateless
 JSessionSwitch JStatefulFactory.createNewSession()
          Creates a new Session Stateful called back from createEJB
protected abstract  JSessionSwitch JSessionFactory.createNewSession()
           
 JSessionSwitch JSessionRemote.getSessionSwitch()
           
 JSessionSwitch JSessionLocal.getSessionSwitch()
           
 

Methods in org.objectweb.jonas_ejb.container with parameters of type JSessionSwitch
 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)
           
 void JSessionContext.initSessionContext(JSessionSwitch bs)
          Reinit Context for reuse
 void JSessionFactory.removeEJB(JSessionSwitch bs)
          remove a Session.
 void JServiceEndpoint.setSessionSwitch(JSessionSwitch bs)
          finish initialization
 void JSessionRemote.setSessionSwitch(JSessionSwitch bs)
          finish initialization
 void JSessionLocal.setSessionSwitch(JSessionSwitch bs)
          finish initialization
 



Copyright © 2007 OW2 Consortium. All Rights Reserved.