< prev index next >

src/java.corba/share/classes/com/sun/corba/se/impl/naming/namingutil/CorbanameURL.java

Print this page

        

*** 31,41 **** /** * 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. * ! * @Author Hemanth */ public class CorbanameURL extends INSURLBase { private static NamingSystemException wrapper = NamingSystemException.get( CORBALogDomains.NAMING ) ; --- 31,41 ---- /** * 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. * ! * @author Hemanth */ public class CorbanameURL extends INSURLBase { private static NamingSystemException wrapper = NamingSystemException.get( CORBALogDomains.NAMING ) ;
< prev index next >