Uses of Class
com.sun.corba.ee.impl.io.TypeMismatchException
-
Packages that use TypeMismatchException Package Description com.sun.corba.ee.impl.misc com.sun.corba.ee.impl.util -
-
Uses of TypeMismatchException in com.sun.corba.ee.impl.misc
Methods in com.sun.corba.ee.impl.misc that throw TypeMismatchException Modifier and Type Method Description java.lang.String
RepIdDelegator. createForJavaType(java.io.Serializable ser)
java.lang.String
RepIdDelegator. createForJavaType(java.lang.Class clz)
java.lang.String
RepIdDelegator. createForJavaType(java.lang.Class clz, ClassInfoCache.ClassInfo cinfo)
java.lang.String
RepositoryIdStrings. createForJavaType(java.io.Serializable ser)
java.lang.String
RepositoryIdStrings. createForJavaType(java.lang.Class clz)
java.lang.String
RepositoryIdStrings. createForJavaType(java.lang.Class clz, ClassInfoCache.ClassInfo cinfo)
-
Uses of TypeMismatchException in com.sun.corba.ee.impl.util
Methods in com.sun.corba.ee.impl.util that throw TypeMismatchException Modifier and Type Method Description static java.lang.String
RepositoryId. createForIDLType(java.lang.Class<?> ser, int major, int minor)
Creates a repository ID for an IDL Java Type.static java.lang.String
RepositoryId. createForJavaType(java.io.Serializable ser)
Creates a repository ID for a normal Java Type.static java.lang.String
RepositoryId. createForJavaType(java.lang.Class<?> clz)
static java.lang.String
RepositoryId. createForJavaType(java.lang.Class<?> clz, ClassInfoCache.ClassInfo cinfo)
Creates a repository ID for a normal Java Type.
-