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

Packages that use JEntityFactory
org.ow2.jonas.ejb2.internal.mbean   
org.ow2.jonas.lib.ejb21   
org.ow2.jonas.lib.ejb21.ha   
org.ow2.jonas.lib.ejb21.jorm   
 

Uses of JEntityFactory in org.ow2.jonas.ejb2.internal.mbean
 

Constructors in org.ow2.jonas.ejb2.internal.mbean with parameters of type JEntityFactory
EntityBean(String objectName, JEntityFactory factoryToManage, String persistency, JmxService jmx)
           
 

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

Fields in org.ow2.jonas.lib.ejb21 declared as JEntityFactory
protected  JEntityFactory JEntitySwitch.bf
          The Factory for this bean
protected  JEntityFactory JEntityLocal.bf
           
protected  JEntityFactory JEntityRemote.ebf
           
 

Methods in org.ow2.jonas.lib.ejb21 that return JEntityFactory
 JEntityFactory JEntityContext.getEntityFactory()
          JEntityFactory accessor
 

Methods in org.ow2.jonas.lib.ejb21 with parameters of type JEntityFactory
 void JEntitySwitch.init(JEntityFactory bf, Object pk)
          constructor.
protected  void JEntitySwitchCRW.initpolicy(JEntityFactory bf)
           
protected abstract  void JEntitySwitch.initpolicy(JEntityFactory bf)
           
protected  void JEntitySwitchDB.initpolicy(JEntityFactory bf)
           
protected  void JEntitySwitchCS.initpolicy(JEntityFactory bf)
           
protected  void JEntitySwitchCST.initpolicy(JEntityFactory bf)
           
protected  void JEntitySwitchCRU.initpolicy(JEntityFactory bf)
           
protected  void JEntitySwitchRO.initpolicy(JEntityFactory bf)
           
protected  void JEntitySwitchCRC.initpolicy(JEntityFactory bf)
           
 

Constructors in org.ow2.jonas.lib.ejb21 with parameters of type JEntityFactory
JEntityContext(JEntityFactory bf, EntityBean eb)
          Constructs an EntityContext the Context has to be initialized after this.
JEntityHome(EntityDesc dd, JEntityFactory bf)
          constructor
JEntityLocal(JEntityFactory bf)
          constructor
JEntityLocalHome(EntityDesc dd, JEntityFactory bf)
          constructor
JEntityRemote(JEntityFactory bf)
          constructor
TxListener(JEntityFactory bf, Transaction tx)
          constructor
 

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

Constructors in org.ow2.jonas.lib.ejb21.ha with parameters of type JEntityFactory
JRepEntityHome(EntityDesc dd, JEntityFactory bf)
           
JRepEntityLocal(JEntityFactory bf)
          Constructor
JRepEntityLocalHome(EntityDesc dd, JEntityFactory bf)
          constructor
JRepEntityRemote(JEntityFactory bf)
           
 

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

Subclasses of JEntityFactory in org.ow2.jonas.lib.ejb21.jorm
 class JormFactory
          This class is an extension of the JEntityFactory class.
 class MedorFactory
          This class does the initialisation of Medor and permits to access to the query.
 class RdbFactory
           
 

Constructors in org.ow2.jonas.lib.ejb21.jorm with parameters of type JEntityFactory
JEntityContext(JEntityFactory bf, EntityBean eb)
           
 



Copyright © 2010 OW2 Consortium. All Rights Reserved.