Uses of Interface
com.sun.corba.ee.impl.misc.RepositoryIdUtility
-
Packages that use RepositoryIdUtility Package Description com.sun.corba.ee.impl.encoding com.sun.corba.ee.impl.misc -
-
Uses of RepositoryIdUtility in com.sun.corba.ee.impl.encoding
Fields in com.sun.corba.ee.impl.encoding declared as RepositoryIdUtility Modifier and Type Field Description private RepositoryIdUtility
CDRInputStream_1_0. repIdUtil
private RepositoryIdUtility
CDROutputStream_1_0. repIdUtil
-
Uses of RepositoryIdUtility in com.sun.corba.ee.impl.misc
Classes in com.sun.corba.ee.impl.misc that implement RepositoryIdUtility Modifier and Type Class Description class
RepIdDelegator
Delegates to the current RepositoryId implementation in com.sun.corba.ee.impl.util.Methods in com.sun.corba.ee.impl.misc that return RepositoryIdUtility Modifier and Type Method Description static RepositoryIdUtility
RepositoryIdFactory. getRepIdUtility()
Returns the latest version RepositoryIdUtility instancestatic RepositoryIdUtility
RepositoryIdFactory. getRepIdUtility(ORB orb)
Checks the version of the ORB and returns the appropriate RepositoryIdUtility instance.
-