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 classImplementationTypeImplementationType represents any non-special class which implements one or more interfaces which inherit from java.rmi.Remote.classNCClassTypeNCClassType represents any non-special class which does not extends one or more interfaces which inherit from java.rmi.Remote.classSpecialClassTypeSpecialClassType represents any one of the following types:classValueTypeValueType 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 ClassTypeClassType. parentMethods in org.glassfish.rmic.iiop that return ClassType Modifier and Type Method Description ClassTypeClassType. getSuperclass()Return the parent class of this type.ClassTypeCompoundType. 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 booleanCompoundType. isRemoteException(ClassType ex, BatchEnvironment env)protected voidIDLGenerator. writeException(ClassType t, IndentingWriter p)Write an exception.
-