Uses of Interface
com.sun.ejb.codegen.ClassGeneratorFactory
-
Packages that use ClassGeneratorFactory Package Description com.sun.ejb com.sun.ejb.codegen -
-
Uses of ClassGeneratorFactory in com.sun.ejb
Methods in com.sun.ejb with parameters of type ClassGeneratorFactory Modifier and Type Method Description static ClassEJBUtils. 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 Modifier and Type Class Description classGenericHomeGeneratorThis class is used to generate a sub-interface of the GenericEJBHome interface that will be loaded within each application.classRemote30WrapperGeneratorclassRemoteGeneratorThis class is used to generate the RMI-IIOP version of a remote business interface.classServiceInterfaceGeneratorThis class is responsible for generating the SEI when it is not packaged by the application.
-