Package com.sun.ejb.codegen

Interface Summary
ClassGeneratorFactory Convenience interface that defines a factory for ClassGenerator instances.
 

Class Summary
AsmSerializableBeanGenerator  
Generator The base class for all code generators.
GenericHomeGenerator This class is used to generate a sub-interface of the GenericEJBHome interface that will be loaded within each application.
HomeGenerator This class generates the EJBHome implementation.
IndentingWriter  
Remote30WrapperGenerator  
RemoteGenerator This class is used to generate the RMI-IIOP version of a remote business interface.
SerializableBeanGenerator This class is used to generate a Serializable sub-class of a 3.0 stateful session bean.
ServiceInterfaceGenerator This class is responsible for generating the SEI when it is not packaged by the application.
StaticRmiStubGenerator This class is used to generate the RMI-IIOP version of a remote business interface.
UniqueIdGenerator Generates unique id for an application or stand alone ejb module.
WrapperGenerator This class is used to generate the type specific EJBObject implementation
 

Exception Summary
GeneratorException The Generator exception is thrown whenever there is an error in generating the stubs and skeletons and other related files.
InvalidBean  
InvalidHome  
JavaCompilerException  
MethodNotFound  
 



Copyright © 2012 GlassFish Community. All Rights Reserved.