Uses of Interface
com.sun.corba.ee.impl.naming.namingutil.INSURL
-
Packages that use INSURL Package Description com.sun.corba.ee.impl.naming.namingutil com.sun.corba.ee.impl.resolver -
-
Uses of INSURL in com.sun.corba.ee.impl.naming.namingutil
Classes in com.sun.corba.ee.impl.naming.namingutil that implement INSURL Modifier and Type Class Description classCorbalocURLThe corbaloc: URL definitions from the -ORBInitDef and -ORBDefaultInitDef's will be parsed and converted to this object.classCorbanameURLThe corbaname: URL definitions from the -ORBInitDef and -ORBDefaultInitDef's will be stored in this object.classINSURLBaseThe corbaloc: URL definitions from the -ORBInitDef and -ORBDefaultInitDef's will be stored in this object.Methods in com.sun.corba.ee.impl.naming.namingutil that return INSURL Modifier and Type Method Description INSURLINSURLHandler. parseURL(java.lang.String aUrl)Methods in com.sun.corba.ee.impl.naming.namingutil with parameters of type INSURL Modifier and Type Method Description private voidCorbanameURL. copyINSURL(INSURL url)A Utility method to copy all the variables from CorbalocURL object to this instance. -
Uses of INSURL in com.sun.corba.ee.impl.resolver
Methods in com.sun.corba.ee.impl.resolver with parameters of type INSURL Modifier and Type Method Description private ObjectINSURLOperationImpl. getIORUsingCorbaloc(INSURL corbalocObject)This is an internal method to get the IOR from the CorbalocURL object.private ObjectINSURLOperationImpl. resolveINSURL(INSURL theURLObject)
-