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 class
CorbalocURL
The corbaloc: URL definitions from the -ORBInitDef and -ORBDefaultInitDef's will be parsed and converted to this object.class
CorbanameURL
The corbaname: URL definitions from the -ORBInitDef and -ORBDefaultInitDef's will be stored in this object.class
INSURLBase
The 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 INSURL
INSURLHandler. 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 void
CorbanameURL. 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 Object
INSURLOperationImpl. getIORUsingCorbaloc(INSURL corbalocObject)
This is an internal method to get the IOR from the CorbalocURL object.private Object
INSURLOperationImpl. resolveINSURL(INSURL theURLObject)
-