Uses of Interface
org.glassfish.rmic.Generator
-
Packages that use Generator Package Description org.glassfish.rmic org.glassfish.rmic.iiop -
-
Uses of Generator in org.glassfish.rmic
Classes in org.glassfish.rmic that implement Generator Modifier and Type Class Description class
RMIGenerator
A placeholder to handle the no-longer supported JRMP flags.Fields in org.glassfish.rmic with type parameters of type Generator Modifier and Type Field Description (package private) java.util.Vector<Generator>
Main. generators
Methods in org.glassfish.rmic that return Generator Modifier and Type Method Description protected Generator
Main. addGenerator(java.lang.String arg)
Instantiate and add a generator to the generators array. -
Uses of Generator in org.glassfish.rmic.iiop
Classes in org.glassfish.rmic.iiop that implement Generator Modifier and Type Class Description class
Generator
Generator provides a small framework from which IIOP-specific generators can inherit.class
IDLGenerator
An IDL generator for rmic.class
PrintGenerator
An IDL generator for rmic.class
StubGenerator
An IIOP stub/tie generator for rmic.
-