Uses of Class
com.sun.ejb.codegen.GeneratorException
-
Packages that use GeneratorException Package Description com.sun.ejb com.sun.ejb.codegen -
-
Uses of GeneratorException in com.sun.ejb
Methods in com.sun.ejb that throw GeneratorException Modifier and Type Method Description static 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.codegen Modifier and Type Class Description classMethodNotFoundMethods in com.sun.ejb.codegen that throw GeneratorException Modifier and Type Method Description Class<?>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 GeneratorException Constructor Description Remote30WrapperGenerator(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.
-