com.sun.ejb.codegen
Class GenericHomeGenerator
java.lang.Object
com.sun.ejb.codegen.Generator
com.sun.ejb.codegen.GenericHomeGenerator
- All Implemented Interfaces:
- ClassGeneratorFactory
public class GenericHomeGenerator
- extends Generator
- implements ClassGeneratorFactory
This class is used to generate a sub-interface of the
GenericEJBHome interface that will be loaded within each
application.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GenericHomeGenerator
public GenericHomeGenerator(ClassLoader cl)
throws GeneratorException
- Throws:
GeneratorException
getGeneratedClass
public String getGeneratedClass()
- Get the fully qualified name of the generated class.
- Specified by:
getGeneratedClass in class Generator
- Returns:
- the name of the generated class.
className
public String className()
- Specified by:
className in interface ClassGeneratorFactory
evaluate
public void evaluate()
- Specified by:
evaluate in interface ClassGeneratorFactory
Copyright © 2012 GlassFish Community. All Rights Reserved.