Uses of Class
com.sun.ejb.codegen.GeneratorException
Packages that use GeneratorException
-
Uses of GeneratorException in com.sun.ejb
Methods in com.sun.ejb that throw GeneratorExceptionModifier and TypeMethodDescriptionstatic Class<?> EJBUtils.generateSEI(ClassLoader loader, Class<?> ejbClass) static Class<?> EJBUtils.loadGeneratedGenericEJBHomeClass(ClassLoader appClassLoader, Class<?> anchorClass) -
Uses of GeneratorException in com.sun.ejb.codegen
Subclasses of GeneratorException in com.sun.ejb.codegenMethods in com.sun.ejb.codegen that throw GeneratorExceptionModifier and TypeMethodDescriptionClass<?> EjbClassGeneratorFactory.ensureGenericHome(Class<?> anchorClass) Class<?> EjbClassGeneratorFactory.ensureRemote(String businessInterfaceName) The generated remote business interface and the client wrapper for the business interface are produced dynamically.Class<?> EjbClassGeneratorFactory.ensureServiceInterface(Class<?> ejbClass) Constructors in com.sun.ejb.codegen that throw GeneratorExceptionModifierConstructorDescriptionRemote30WrapperGenerator(ClassLoader loader, String businessIntfName, String remoteInterfaceName) Construct the Wrapper generator with the specified deployment descriptor and class loader.RemoteGenerator(ClassLoader classLoader, String businessIntf) Construct the Wrapper generator with the specified deployment descriptor and class loader.