Uses of Interface
com.sun.ejb.codegen.ClassGeneratorFactory

Packages that use ClassGeneratorFactory
com.sun.ejb   
com.sun.ejb.codegen   
 

Uses of ClassGeneratorFactory in com.sun.ejb
 

Methods in com.sun.ejb with parameters of type ClassGeneratorFactory
static Class EJBUtils.generateSEI(ClassGeneratorFactory cgf, String seiClassName, ClassLoader loader, Class beanClass)
           
 

Uses of ClassGeneratorFactory in com.sun.ejb.codegen
 

Classes in com.sun.ejb.codegen that implement ClassGeneratorFactory
 class GenericHomeGenerator
          This class is used to generate a sub-interface of the GenericEJBHome interface that will be loaded within each application.
 class Remote30WrapperGenerator
           
 class RemoteGenerator
          This class is used to generate the RMI-IIOP version of a remote business interface.
 class SerializableBeanGenerator
          This class is used to generate a Serializable sub-class of a 3.0 stateful session bean.
 class ServiceInterfaceGenerator
          This class is responsible for generating the SEI when it is not packaged by the application.
 



Copyright © 2012 GlassFish Community. All Rights Reserved.