Uses of Class
org.objectweb.jonas_ejb.container.JFactory

Packages that use JFactory
org.objectweb.jonas_ejb.container   
org.objectweb.jonas_ejb.container.jorm   
org.objectweb.jonas.container.mbean   
 

Uses of JFactory in org.objectweb.jonas_ejb.container
 

Subclasses of JFactory in org.objectweb.jonas_ejb.container
 class JEntityFactory
           
 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.objectweb.jonas_ejb.container declared as JFactory
protected  JFactory JServiceEndpointHome.bf
           
protected  JFactory JLocalHome.bf
           
protected  JFactory JHome.bf
           
protected  JFactory JContext.bf
           
protected  JFactory JRemote.bf
           
protected  JFactory JLocal.bf
           
 

Methods in org.objectweb.jonas_ejb.container that return JFactory
 JFactory JEntitySwitch.getBeanFactory()
           
 JFactory JHome.getBf()
           
 JFactory JRemote.getBf()
           
 

Constructors in org.objectweb.jonas_ejb.container 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.objectweb.jonas_ejb.container.jorm
 

Subclasses of JFactory in org.objectweb.jonas_ejb.container.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
           
 

Uses of JFactory in org.objectweb.jonas.container.mbean
 

Fields in org.objectweb.jonas.container.mbean declared as JFactory
protected  JFactory EJB.ejbToManage
          The Bean to manage.
 

Constructors in org.objectweb.jonas.container.mbean with parameters of type JFactory
EJB(String objectName, JFactory ejbToManage)
          Constructs an EJB MBean object.
MessageDrivenBean(String objectName, JFactory factoryToManage)
           
 



Copyright © 2007 OW2 Consortium. All Rights Reserved.