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 RepositoryIdUtilityCDRInputStream_1_0. repIdUtilprivate RepositoryIdUtilityCDROutputStream_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 classRepIdDelegatorDelegates 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 RepositoryIdUtilityRepositoryIdFactory. getRepIdUtility()Returns the latest version RepositoryIdUtility instancestatic RepositoryIdUtilityRepositoryIdFactory. getRepIdUtility(ORB orb)Checks the version of the ORB and returns the appropriate RepositoryIdUtility instance.
-