Class INSURLBase
java.lang.Object
com.sun.corba.ee.impl.naming.namingutil.INSURLBase
- All Implemented Interfaces:
INSURL
- Direct Known Subclasses:
CorbalocURL, CorbanameURL
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected booleanprotected ArrayListprotected Stringprotected Stringprivate static OMGSystemException -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidbadAddress(String name) A Utility method to throw BAD_PARAM exception to signal malformed INS URL.protected voidbadAddress(Throwable e, String name) voiddPrint()booleanabstract 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:
getRIRFlagin interfaceINSURL
-
getEndpointInfo
- Specified by:
getEndpointInfoin interfaceINSURL
-
getKeyString
- Specified by:
getKeyStringin interfaceINSURL
-
getStringifiedName
- Specified by:
getStringifiedNamein interfaceINSURL
-
isCorbanameURL
public abstract boolean isCorbanameURL()- Specified by:
isCorbanameURLin interfaceINSURL
-
dPrint
-