Class INSURLBase

java.lang.Object
com.sun.corba.se.impl.naming.namingutil.INSURLBase
All Implemented Interfaces:
INSURL
Direct Known Subclasses:
CorbalocURL, CorbanameURL

public abstract class INSURLBase extends Object implements INSURL
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.
Author:
Hemanth
  • Field Details

    • rirFlag

      protected boolean rirFlag
    • theEndpointInfo

      protected ArrayList theEndpointInfo
    • theKeyString

      protected String theKeyString
    • theStringifiedName

      protected String theStringifiedName
  • Constructor Details

    • INSURLBase

      public INSURLBase()
  • Method Details