Class CorbalocURL
java.lang.Object
com.sun.corba.se.impl.naming.namingutil.INSURLBase
com.sun.corba.se.impl.naming.namingutil.CorbalocURL
- All Implemented Interfaces:
INSURL
The corbaloc: URL definitions from the -ORBInitDef and -ORBDefaultInitDef's
will be parsed and converted to this object. This object is capable of
storing multiple Host profiles as defined in the CorbaLoc grammer.
- Author:
- Hemanth, Tomasz Adamski
-
Field Summary
Fields inherited from class com.sun.corba.se.impl.naming.namingutil.INSURLBase
rirFlag, theEndpointInfo, theKeyString, theStringifiedName -
Constructor Summary
ConstructorsConstructorDescriptionCorbalocURL(String aURL) This constructor parses the URL and initializes all the variables. -
Method Summary
Modifier and TypeMethodDescriptionbooleanWill be true only in CorbanameURL class.Methods inherited from class com.sun.corba.se.impl.naming.namingutil.INSURLBase
dPrint, getEndpointInfo, getKeyString, getRIRFlag, getStringifiedName
-
Constructor Details
-
CorbalocURL
This constructor parses the URL and initializes all the variables. Once the URL Object is constructed it is immutable. URL parameter is a corbaloc: URL string with 'corbaloc:' prefix stripped.
-
-
Method Details
-
isCorbanameURL
public boolean isCorbanameURL()Will be true only in CorbanameURL class.- Specified by:
isCorbanameURLin interfaceINSURL- Specified by:
isCorbanameURLin classINSURLBase
-