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

Packages that use JStatefulSwitch
org.ow2.jonas.lib.ejb21   
org.ow2.jonas.lib.ejb21.ha   
 

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

Fields in org.ow2.jonas.lib.ejb21 with type parameters of type JStatefulSwitch
protected  HashMap<Integer,JStatefulSwitch> JStatefulFactory.statefulList
          List of JStatefulSwitch objects (pool of session instances) Key is the sessionId
 

Methods in org.ow2.jonas.lib.ejb21 with parameters of type JStatefulSwitch
 JStatefulContext JStatefulFactory.activateStateful(JStatefulSwitch jss)
           
 int JStatefulFactory.getNewSessionId(JStatefulSwitch jss)
           
 boolean JStatefulFactory.passivateStateful(JStatefulSwitch jss)
           
 

Constructors in org.ow2.jonas.lib.ejb21 with parameters of type JStatefulSwitch
JStatefulInputStream(InputStream in, JStatefulSwitch jss)
          Constructor.
 

Uses of JStatefulSwitch in org.ow2.jonas.lib.ejb21.ha
 

Methods in org.ow2.jonas.lib.ejb21.ha with parameters of type JStatefulSwitch
protected  void JRepStatefulLocalHome.replicateCreate(JStatefulSwitch sfsw)
          Called if we have to replicate a request
 

Constructors in org.ow2.jonas.lib.ejb21.ha with parameters of type JStatefulSwitch
JRepStatefulInputStream(InputStream in, JStatefulSwitch jss)
          Constructor.
StatefulBeanRefImpl(JStatefulSwitch bs)
           
 



Copyright © 2010 OW2 Consortium. All Rights Reserved.