|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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 |
WrapperGenerator.generate(OutputStream out)
Generate the code to the specified output stream. |
void |
HomeGenerator.generate(OutputStream out)
|
| Constructors in com.sun.ejb.codegen that throw GeneratorException | |
|---|---|
GenericHomeGenerator(ClassLoader cl)
|
|
HomeGenerator(DeploymentContext context,
EjbDescriptor dd,
boolean isLocal,
Vector existingClassNames)
|
|
Remote30WrapperGenerator(ClassLoader cl,
String businessIntfName,
String remoteIntfName)
Construct the Wrapper generator with the specified deployment descriptor and class loader. |
|
RemoteGenerator(ClassLoader cl,
String businessIntf)
Construct the Wrapper generator with the specified deployment descriptor and class loader. |
|
SerializableBeanGenerator(ClassLoader cl,
String beanClassName)
|
|
ServiceInterfaceGenerator(ClassLoader cl,
Class sib)
Construct the Wrapper generator with the specified deployment descriptor and class loader. |
|
WrapperGenerator(DeploymentContext context,
EjbDescriptor dd,
boolean isLocal,
Vector existingClassNames)
Construct the Wrapper generator with the specified deployment descriptor and class loader. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||