Class INSURLBase
java.lang.Object
com.sun.corba.ee.impl.naming.namingutil.INSURLBase
- All Implemented Interfaces:
INSURL
- Direct Known Subclasses:
CorbalocURL
,CorbanameURL
The corbaloc: URL definitions from the -ORBInitDef and -ORBDefaultInitDef's
will be stored in this object. This object is capable of storing multiple
Host profiles as defined in the CorbaLoc grammer.
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected boolean
protected ArrayList
protected String
protected String
private static OMGSystemException
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected void
badAddress
(String name) A Utility method to throw BAD_PARAM exception to signal malformed INS URL.protected void
badAddress
(Throwable e, String name) void
dPrint()
boolean
abstract boolean
-
Field Details
-
wrapper
-
rirFlag
protected boolean rirFlag -
theEndpointInfo
-
theKeyString
-
theStringifiedName
-
-
Constructor Details
-
INSURLBase
public INSURLBase()
-
-
Method Details
-
badAddress
A Utility method to throw BAD_PARAM exception to signal malformed INS URL.- Parameters:
name
- Invalid name of the URL
-
badAddress
-
getRIRFlag
public boolean getRIRFlag()- Specified by:
getRIRFlag
in interfaceINSURL
-
getEndpointInfo
- Specified by:
getEndpointInfo
in interfaceINSURL
-
getKeyString
- Specified by:
getKeyString
in interfaceINSURL
-
getStringifiedName
- Specified by:
getStringifiedName
in interfaceINSURL
-
isCorbanameURL
public abstract boolean isCorbanameURL()- Specified by:
isCorbanameURL
in interfaceINSURL
-
dPrint
public void dPrint()
-