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

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

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

Fields in org.ow2.jonas.ejb2.internal.mbean declared as JFactory
protected  JFactory EJB.ejbToManage
          The Bean to manage.
 

Constructors in org.ow2.jonas.ejb2.internal.mbean with parameters of type JFactory
EJB(String objectName, JFactory ejbToManage, JmxService jmx)
          Constructs an EJB MBean object.
MessageDrivenBean(String objectName, JFactory factoryToManage, JmxService jmx)
           
 

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

Subclasses of JFactory in org.ow2.jonas.lib.ejb21
 class JEntityFactory
          This class is a factory for an Entity Bean.
 class JMdbEndpointFactory
          This class is a factory for a Message Driven Bean Endpoints There is one such class per MDB class.
 class JMdbFactory
          This class is a factory for a Message Driven Bean There is one such class per MDB class.
 class JSessionFactory
          This class is a factory for a Session Bean.
 class JStatefulFactory
          This class is a factory for a Session Stateful Bean.
 class JStatelessFactory
          This class is a factory for a Session Stateless Bean.
 

Fields in org.ow2.jonas.lib.ejb21 declared as JFactory
protected  JFactory JLocal.bf
           
protected  JFactory JRemote.bf
           
protected  JFactory JContext.bf
           
protected  JFactory JHome.bf
           
protected  JFactory JLocalHome.bf
           
protected  JFactory JServiceEndpointHome.bf
           
 

Methods in org.ow2.jonas.lib.ejb21 that return JFactory
 JFactory JEntitySwitch.getBeanFactory()
           
 JFactory JRemote.getBf()
           
 JFactory JHome.getBf()
           
 

Constructors in org.ow2.jonas.lib.ejb21 with parameters of type JFactory
JContext(JFactory bf, EnterpriseBean i)
          Constructs a JContext
JHome(BeanDesc dd, JFactory bf)
          Constructor for the base class of the specific generated Home object.
JLocal(JFactory bf)
          constructor
JLocalHome(BeanDesc dd, JFactory bf)
          Constructor for the base class of the specific generated Home object.
JRemote(JFactory bf)
          constructor
JTimerService(JFactory bf)
          constructor used for MDB or Session beans
 

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

Subclasses of JFactory 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
           
 



Copyright © 2010 OW2 Consortium. All Rights Reserved.