Uses of Class
com.caucho.ejb.gen.SessionGenerator

Packages that use SessionGenerator
com.caucho.ejb.gen   
 

Uses of SessionGenerator in com.caucho.ejb.gen
 

Subclasses of SessionGenerator in com.caucho.ejb.gen
 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.