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 TypeClassDescriptionclassImplementationType represents any non-special class which implements one or more interfaces which inherit from java.rmi.Remote.classNCClassType represents any non-special class which does not extends one or more interfaces which inherit from java.rmi.Remote.classSpecialClassType represents any one of the following types:classValueType represents any non-special class which does inherit from java.io.Serializable and does not inherit from java.rmi.Remote.Methods 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 booleanCompoundType.isRemoteException(ClassType ex, BatchEnvironment env) protected voidIDLGenerator.writeException(ClassType t, IndentingWriter p) Write an exception.