Uses of Class
com.sun.corba.ee.impl.presentation.rmi.IDLTypeException
-
Packages that use IDLTypeException Package Description com.sun.corba.ee.impl.presentation.rmi -
-
Uses of IDLTypeException in com.sun.corba.ee.impl.presentation.rmi
Methods in com.sun.corba.ee.impl.presentation.rmi that throw IDLTypeException Modifier and Type Method Description private voidIDLTypesUtil. validateConstants(java.lang.Class c)Implements 1.2.3 #6private voidIDLTypesUtil. validateDirectInterfaces(java.lang.Class c)Implements Section 1.2.3, #5.private voidIDLTypesUtil. validateExceptions(java.lang.reflect.Method method)Implements 1.2.3 #2 and #4voidIDLTypesUtil. validateRemoteInterface(java.lang.Class c)Validate a class to ensure it conforms to the rules for a Java RMI/IIOP interface.
-