com.sun.ejb.codegen
Interface ClassGeneratorFactory

All Known Implementing Classes:
GenericHomeGenerator, Remote30WrapperGenerator, RemoteGenerator, SerializableBeanGenerator, ServiceInterfaceGenerator

public interface ClassGeneratorFactory

Convenience interface that defines a factory for ClassGenerator instances. It puts the class name of the generated class in a single place. It must always be the case that evaluate().name().equals( className() ).


Method Summary
 java.lang.String className()
           
 void evaluate()
           
 

Method Detail

className

java.lang.String className()

evaluate

void evaluate()


Copyright © 2012 GlassFish Community. All Rights Reserved.