Class CorbalocURL

java.lang.Object
com.sun.corba.ee.impl.naming.namingutil.INSURLBase
com.sun.corba.ee.impl.naming.namingutil.CorbalocURL
All Implemented Interfaces:
INSURL

public class CorbalocURL extends INSURLBase
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
  • Constructor Details

    • CorbalocURL

      public CorbalocURL(String aURL)
      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.
      Parameters:
      aURL - corbaloc URL as a String
  • Method Details