|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sun.ejb.codegen.Generator
com.sun.ejb.codegen.RemoteGenerator
public class RemoteGenerator
This class is used to generate the RMI-IIOP version of a remote business interface.
| Field Summary |
|---|
| Fields inherited from class com.sun.ejb.codegen.Generator |
|---|
_logger, ejbClassSymbol |
| Constructor Summary | |
|---|---|
RemoteGenerator(java.lang.ClassLoader cl,
java.lang.String businessIntf)
Construct the Wrapper generator with the specified deployment descriptor and class loader. |
|
| Method Summary | |
|---|---|
java.lang.String |
className()
|
void |
evaluate()
|
java.lang.String |
getGeneratedClass()
Get the fully qualified name of the generated class. |
| Methods inherited from class com.sun.ejb.codegen.Generator |
|---|
getBaseName, getPackageName, getSecurityAttribute, getTxAttribute, getUniqueClassName, isEJBIntfMethod, printStaticMethodInit, printType, removeDups |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public RemoteGenerator(java.lang.ClassLoader cl,
java.lang.String businessIntf)
throws GeneratorException
GeneratorException.
GeneratorException| Method Detail |
|---|
public java.lang.String getGeneratedClass()
getGeneratedClass in class Generatorpublic java.lang.String className()
className in interface ClassGeneratorFactorypublic void evaluate()
evaluate in interface ClassGeneratorFactory
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||