Uses of Class
org.glassfish.rmic.iiop.RemoteType
Packages that use RemoteType
-
Uses of RemoteType in org.glassfish.rmic.iiop
Subclasses of RemoteType in org.glassfish.rmic.iiopModifier and TypeClassDescriptionclassAbstractType represents any non-special interface which does not inherit from java.rmi.Remote, for which all methods throw RemoteException.Methods in org.glassfish.rmic.iiop that return RemoteTypeModifier and TypeMethodDescriptionstatic RemoteTypeRemoteType.forRemote(ClassDefinition classDef, ContextStack stack, boolean quiet) Create an RemoteType for the given class.Methods in org.glassfish.rmic.iiop with parameters of type RemoteTypeModifier and TypeMethodDescriptionprotected voidIDLGenerator.writeRemote(RemoteType t, IndentingWriter p) Write an IDL interface definition for either: 1) a conforming Java remote interface (RemoteType)..or 2) a non-conforming Java interface whose methods all throw java.rmi.RemoteException (AbstractType)