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

Packages that use JEntitySwitch
org.ow2.jonas.lib.ejb21   
org.ow2.jonas.lib.ejb21.jorm   
 

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

Subclasses of JEntitySwitch in org.ow2.jonas.lib.ejb21
 class JEntitySwitchCRC
          Container read committed lock policy.
 class JEntitySwitchCRU
          Container Read Uncommitted lock-policy.
 class JEntitySwitchCRW
          Container Optimistic lock-policy.
 class JEntitySwitchCS
          Container Serialized (CS) lock-policy.
 class JEntitySwitchCST
          Container Serialized Transacted (CST) lock-policy.
 class JEntitySwitchDB
          DataBase lock policy : 1 instance per transactions.
 class JEntitySwitchRO
          ReadOnly lock policy : Instance are never written to database.
 

Fields in org.ow2.jonas.lib.ejb21 declared as JEntitySwitch
protected  JEntitySwitch JEntityLocal.bs
           
protected  JEntitySwitch JEntityRemote.bs
           
 

Methods in org.ow2.jonas.lib.ejb21 that return JEntitySwitch
 JEntitySwitch JEntityFactory.existEJB(Object pk, JEntitySwitch bs)
          get EJB by its PK.
 JEntitySwitch JEntityFactory.getEJB(Object pk)
          get EJB by its PK Creates if not exist yet.
 JEntitySwitch JEntityContext.getEntitySwitch()
          JEntitySwitch accessor
 JEntitySwitch JEntityFactory.getJEntitySwitch()
          This method allocates a new JEntitySwitch.
 

Methods in org.ow2.jonas.lib.ejb21 with parameters of type JEntitySwitch
 void JEntityFactory.bindEJB(Object pk, JEntitySwitch bs)
          Bind a PK with a JEntitySwitch
protected  JEntityContext JEntityFactory.createNewInstance(JEntitySwitch es)
          Create a new instance of the bean and its EntityContext In case of CMP, the bean class is derived to manage entity persistence.
 JEntitySwitch JEntityFactory.existEJB(Object pk, JEntitySwitch bs)
          get EJB by its PK.
 JEntityContext JEntityFactory.getJContext(JEntitySwitch es)
          Get a Context from the pool, or create a new one if no more available in the pool.
 boolean JEntityContext.initEntityContext(JEntitySwitch bs)
          Reinit Context for reuse
 void JEntityFactory.registerEJB(JEntitySwitch ejb)
          Register an EntitySwitch in the dirty list.
 void JEntityLocal.setEntitySwitch(JEntitySwitch bs)
          finish initialization
 void JEntityContext.setEntitySwitch(JEntitySwitch bs)
          set the EntitySwitch
 void JEntityRemote.setEntitySwitch(JEntitySwitch bs)
          finish initialization
 

Constructors in org.ow2.jonas.lib.ejb21 with parameters of type JEntitySwitch
JTimerService(JEntitySwitch es)
          constructor used for Entity beans
 

Uses of JEntitySwitch in org.ow2.jonas.lib.ejb21.jorm
 

Methods in org.ow2.jonas.lib.ejb21.jorm that return JEntitySwitch
 JEntitySwitch JormFactory.getJEntitySwitch()
           
 



Copyright © 2010 OW2 Consortium. All Rights Reserved.