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

Packages that use GeneratorException
com.sun.ejb.codegen   
 

Uses of GeneratorException in com.sun.ejb.codegen
 

Subclasses of GeneratorException in com.sun.ejb.codegen
 class InvalidBean
           
 class InvalidHome
           
 class MethodNotFound
           
 

Methods in com.sun.ejb.codegen that throw GeneratorException
 void HomeGenerator.generate(java.io.OutputStream out)
           
 void WrapperGenerator.generate(java.io.OutputStream out)
          Generate the code to the specified output stream.
 

Constructors in com.sun.ejb.codegen that throw GeneratorException
GenericHomeGenerator(java.lang.ClassLoader cl)
           
HomeGenerator(DeploymentContext context, EjbDescriptor dd, boolean isLocal, java.util.Vector existingClassNames)
           
Remote30WrapperGenerator(java.lang.ClassLoader cl, java.lang.String businessIntfName, java.lang.String remoteIntfName)
          Construct the Wrapper generator with the specified deployment descriptor and class loader.
RemoteGenerator(java.lang.ClassLoader cl, java.lang.String businessIntf)
          Construct the Wrapper generator with the specified deployment descriptor and class loader.
SerializableBeanGenerator(java.lang.ClassLoader cl, java.lang.String beanClassName)
           
ServiceInterfaceGenerator(java.lang.ClassLoader cl, java.lang.Class sib)
          Construct the Wrapper generator with the specified deployment descriptor and class loader.
WrapperGenerator(DeploymentContext context, EjbDescriptor dd, boolean isLocal, java.util.Vector existingClassNames)
          Construct the Wrapper generator with the specified deployment descriptor and class loader.
 



Copyright © 2012 GlassFish Community. All Rights Reserved.