< prev index next >

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

Print this page

        

*** 27,37 **** /** * INS URL is a generic interface for two different types of URL's specified * in INS spec. * ! * @Author Hemanth */ public interface INSURL { public boolean getRIRFlag( ); // There can be one or more Endpoint's in the URL, so the return value is --- 27,37 ---- /** * INS URL is a generic interface for two different types of URL's specified * in INS spec. * ! * @author Hemanth */ public interface INSURL { public boolean getRIRFlag( ); // There can be one or more Endpoint's in the URL, so the return value is
< prev index next >