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

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

Uses of JContainer in org.objectweb.jonas_ejb.container
 

Fields in org.objectweb.jonas_ejb.container declared as JContainer
protected  JContainer JFactory.cont
           
 

Methods in org.objectweb.jonas_ejb.container that return JContainer
 JContainer JFactory.getContainer()
           
 JContainer BeanFactory.getContainer()
          Returns the JContainer
 

Methods in org.objectweb.jonas_ejb.container with parameters of type JContainer
 void JFactory.init(BeanDesc dd, JContainer cont)
          Init this object
 void JEntityFactory.init(EntityDesc dd, JContainer cont)
          Init this object
 

Constructors in org.objectweb.jonas_ejb.container with parameters of type JContainer
JFactory(BeanDesc dd, JContainer cont)
          constructor (for session)
JMdbEndpointFactory(MessageDrivenDesc dd, JContainer cont, ActivationSpec as)
          Constructor
JMdbEndpointFactory(MessageDrivenDesc dd, String destination, JContainer cont, ActivationSpec as)
          Constructor
JMdbFactory(MessageDrivenDesc dd, JContainer cont)
          Constructor
JSessionFactory(SessionDesc dd, JContainer cont)
          constructor
JStatefulFactory(SessionStatefulDesc dd, JContainer cont)
          constructor
JStatelessFactory(SessionStatelessDesc dd, JContainer cont)
          constructor
 

Uses of JContainer in org.objectweb.jonas_ejb.container.jorm
 

Methods in org.objectweb.jonas_ejb.container.jorm with parameters of type JContainer
 org.objectweb.jorm.api.PMapper MapperManager.addMapper(org.objectweb.jorm.api.PMapper m, JContainer c, Object cf)
          Register and start PMapper for a container and a connection factory if another mapper is not registered with the same container and the same connection factory.
 org.objectweb.jorm.api.PMapper MapperManager.getMapper(JContainer c, Object cf)
          Lookup a jorm mapper for a given container and a given connection factory
 void JormFactory.init(EntityDesc ed, JContainer c, String mapperName)
          Initialization of the factory.
 void RdbFactory.init(EntityDesc dd, JContainer cont, String mapperName)
           
 void MedorFactory.init(EntityDesc ed, JContainer c, String mapperName)
           
 

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

Fields in org.objectweb.jonas.container.mbean declared as JContainer
protected  JContainer EJBModule.cont
           
 

Constructors in org.objectweb.jonas.container.mbean with parameters of type JContainer
EJBModule(ObjectName objectName, JContainer cont, String fileName, String containerName, String j2eeAppName, URL earUrl)
           
 



Copyright © 2007 OW2 Consortium. All Rights Reserved.