Uses of Class
com.caucho.config.gen.BeanGenerator

Packages that use BeanGenerator
com.caucho.config.gen   
com.caucho.ejb.cfg   
com.caucho.ejb.gen   
com.caucho.ejb.message   
com.caucho.ejb.session   
 

Uses of BeanGenerator in com.caucho.config.gen
 

Subclasses of BeanGenerator in com.caucho.config.gen
 class CandiBeanGenerator<X>
          Generates the skeleton for a session bean.
 

Uses of BeanGenerator in com.caucho.ejb.cfg
 

Methods in com.caucho.ejb.cfg that return BeanGenerator
protected  BeanGenerator<X> EjbBean.createBeanGenerator()
          Creates the BeanGenerator generator instance
protected  BeanGenerator<X> EjbMessageBean.createBeanGenerator()
          Creates the bean generator for the session bean.
 

Uses of BeanGenerator in com.caucho.ejb.gen
 

Subclasses of BeanGenerator in com.caucho.ejb.gen
 class MessageGenerator<X>
          Generates the skeleton for a message bean.
 class SessionGenerator<X>
          Generates the skeleton for a session bean.
 class SingletonGenerator<X>
          Generates the skeleton for a singleton bean.
 class StatefulGenerator<X>
          Generates the skeleton for a stateful bean.
 class StatelessGenerator<X>
          Generates the skeleton for a session bean.
 

Uses of BeanGenerator in com.caucho.ejb.message
 

Methods in com.caucho.ejb.message that return BeanGenerator
protected  BeanGenerator<X> MessageManager.createBeanGenerator()
          Creates the bean generator for the session bean.
 

Uses of BeanGenerator in com.caucho.ejb.session
 

Methods in com.caucho.ejb.session that return BeanGenerator
protected  BeanGenerator<X> AbstractSessionManager.createBeanGenerator()
          Creates the bean generator for the session bean.
protected  BeanGenerator<X> SingletonManager.createBeanGenerator()
          Creates the bean generator for the session bean.
protected  BeanGenerator<X> StatefulManager.createBeanGenerator()
          Creates the bean generator for the session bean.
protected  BeanGenerator<X> StatelessManager.createBeanGenerator()
          Creates the bean generator for the session bean.