Uses of Class
org.glassfish.rmic.iiop.RemoteType
-
Packages that use RemoteType Package Description org.glassfish.rmic.iiop -
-
Uses of RemoteType in org.glassfish.rmic.iiop
Subclasses of RemoteType in org.glassfish.rmic.iiop Modifier and Type Class Description class
AbstractType
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 RemoteType Modifier and Type Method Description static 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 RemoteType Modifier and Type Method Description (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)
-