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 void
IDLTypesUtil. validateConstants(java.lang.Class c)
Implements 1.2.3 #6private void
IDLTypesUtil. validateDirectInterfaces(java.lang.Class c)
Implements Section 1.2.3, #5.private void
IDLTypesUtil. validateExceptions(java.lang.reflect.Method method)
Implements 1.2.3 #2 and #4void
IDLTypesUtil. validateRemoteInterface(java.lang.Class c)
Validate a class to ensure it conforms to the rules for a Java RMI/IIOP interface.
-