Uses of Class
org.glassfish.rmic.iiop.ClassType
-
Packages that use ClassType Package Description org.glassfish.rmic.iiop -
-
Uses of ClassType in org.glassfish.rmic.iiop
Subclasses of ClassType in org.glassfish.rmic.iiop Modifier and Type Class Description class
ImplementationType
ImplementationType represents any non-special class which implements one or more interfaces which inherit from java.rmi.Remote.class
NCClassType
NCClassType represents any non-special class which does not extends one or more interfaces which inherit from java.rmi.Remote.class
SpecialClassType
SpecialClassType represents any one of the following types:class
ValueType
ValueType represents any non-special class which does inherit from java.io.Serializable and does not inherit from java.rmi.Remote.Fields in org.glassfish.rmic.iiop declared as ClassType Modifier and Type Field Description private ClassType
ClassType. parent
Methods in org.glassfish.rmic.iiop that return ClassType Modifier and Type Method Description ClassType
ClassType. getSuperclass()
Return the parent class of this type.ClassType
CompoundType. getSuperclass()
Return the parent class of this type.Methods in org.glassfish.rmic.iiop with parameters of type ClassType Modifier and Type Method Description static boolean
CompoundType. isRemoteException(ClassType ex, BatchEnvironment env)
protected void
IDLGenerator. writeException(ClassType t, IndentingWriter p)
Write an exception.
-