Uses of Class
com.sun.ejb.codegen.Generator

Packages that use Generator
com.sun.ejb.codegen   
 

Uses of Generator in com.sun.ejb.codegen
 

Subclasses of Generator in com.sun.ejb.codegen
 class GenericHomeGenerator
          This class is used to generate a sub-interface of the GenericEJBHome interface that will be loaded within each application.
 class HomeGenerator
          This class generates the EJBHome implementation.
 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.
 class WrapperGenerator
          This class is used to generate the type specific EJBObject implementation
 



Copyright © 2012 GlassFish Community. All Rights Reserved.