Class CorbanameURL
java.lang.Object
com.sun.corba.se.impl.naming.namingutil.INSURLBase
com.sun.corba.se.impl.naming.namingutil.CorbanameURL
- All Implemented Interfaces:
INSURL
The corbaname: URL definitions from the -ORBInitDef and -ORBDefaultInitDef's
will be stored in this object. This object is capable of storing CorbaLoc
profiles as defined in the CorbaName grammer.
-
Field Summary
Fields inherited from class com.sun.corba.se.impl.naming.namingutil.INSURLBase
rirFlag, theEndpointInfo, theKeyString, theStringifiedName -
Constructor Summary
ConstructorsConstructorDescriptionCorbanameURL(String aURL) This constructor takes a corbaname: url with 'corbaname:' prefix stripped and initializes all the variables accordingly. -
Method Summary
Methods inherited from class com.sun.corba.se.impl.naming.namingutil.INSURLBase
dPrint, getEndpointInfo, getKeyString, getRIRFlag, getStringifiedName
-
Constructor Details
-
CorbanameURL
This constructor takes a corbaname: url with 'corbaname:' prefix stripped and initializes all the variables accordingly. If there are any parsing errors then BAD_PARAM exception is raised.
-
-
Method Details
-
isCorbanameURL
public boolean isCorbanameURL()- Specified by:
isCorbanameURLin interfaceINSURL- Specified by:
isCorbanameURLin classINSURLBase
-