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 classRMIGeneratorA 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. generatorsMethods in org.glassfish.rmic that return Generator Modifier and Type Method Description protected GeneratorMain. 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 classGeneratorGenerator provides a small framework from which IIOP-specific generators can inherit.classIDLGeneratorAn IDL generator for rmic.classPrintGeneratorAn IDL generator for rmic.classStubGeneratorAn IIOP stub/tie generator for rmic.
-