Uses of Class
org.glassfish.rmic.iiop.ClassType
Packages that use ClassType
-
Uses of ClassType in org.glassfish.rmic.iiop
Subclasses of ClassType in org.glassfish.rmic.iiopModifier and TypeClassDescriptionclass
ImplementationType represents any non-special class which implements one or more interfaces which inherit from java.rmi.Remote.class
NCClassType represents any non-special class which does not extends one or more interfaces which inherit from java.rmi.Remote.class
SpecialClassType represents any one of the following types:class
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 ClassTypeMethods in org.glassfish.rmic.iiop that return ClassTypeModifier and TypeMethodDescriptionClassType.getSuperclass()
Return the parent class of this type.CompoundType.getSuperclass()
Return the parent class of this type.Methods in org.glassfish.rmic.iiop with parameters of type ClassTypeModifier and TypeMethodDescriptionstatic boolean
CompoundType.isRemoteException
(ClassType ex, BatchEnvironment env) protected void
IDLGenerator.writeException
(ClassType t, IndentingWriter p) Write an exception.