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

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

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.
 



Copyright © 2011 OW2 Consortium. All Rights Reserved.