com.sun.ejb.codegen
Class SerializableBeanGenerator
java.lang.Object
com.sun.ejb.codegen.Generator
com.sun.ejb.codegen.SerializableBeanGenerator
- All Implemented Interfaces:
- ClassGeneratorFactory
public class SerializableBeanGenerator
- extends Generator
- implements ClassGeneratorFactory
This class is used to generate a Serializable sub-class
of a 3.0 stateful session bean.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SerializableBeanGenerator
public SerializableBeanGenerator(ClassLoader cl,
String beanClassName)
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.