Uses of Class
org.glassfish.rmic.iiop.ImplementationType
-
Packages that use ImplementationType Package Description org.glassfish.rmic.iiop -
-
Uses of ImplementationType in org.glassfish.rmic.iiop
Methods in org.glassfish.rmic.iiop that return ImplementationType Modifier and Type Method Description static ImplementationType
ImplementationType. forImplementation(ClassDefinition classDef, ContextStack stack, boolean quiet)
Create an ImplementationType for the given class.Methods in org.glassfish.rmic.iiop with parameters of type ImplementationType Modifier and Type Method Description protected void
IDLGenerator. writeImplementation(ImplementationType t, IndentingWriter p)
Write an IDL interface definition for a Java implementation class
-