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 TypeClassDescriptionclass
AbstractType 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 RemoteType
RemoteType.forRemote
(ClassDefinition classDef, ContextStack stack, boolean quiet) Create an RemoteType for the given class.(package private) RemoteType[]
StubGenerator.getDirectRemoteInterfaces
(CompoundType theType) Get a list of all the remote interfaces which this stub should declare.Methods in org.glassfish.rmic.iiop with parameters of type RemoteTypeModifier and TypeMethodDescription(package private) void
StubGenerator.addClassesInUse
(CompoundType type, RemoteType[] interfaces) protected void
IDLGenerator.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)