Class GenericHomeGenerator

  • All Implemented Interfaces:
    ClassGeneratorFactory

    public class GenericHomeGenerator
    extends Generator
    This class is used to generate a sub-interface of the GenericEJBHome interface that will be loaded within each application.
    • Field Detail

      • GENERIC_HOME_CLASSNAME

        public static final String GENERIC_HOME_CLASSNAME
        This class name is relative to the classloader used, but has always the same name.
    • Constructor Detail

      • GenericHomeGenerator

        public GenericHomeGenerator()
    • Method Detail

      • getGeneratedClassName

        public final String getGeneratedClassName()
        Get the fully qualified name of the generated class.
        Returns:
        the name of the generated class.
      • evaluate

        public void evaluate()
        Description copied from interface: ClassGeneratorFactory
        Calls Wrapper methods to configure the class definition.