1 package org.omg.CosNaming; 2 3 4 /** 5 * org/omg/CosNaming/NamingContextExt.java . 6 * Generated by the IDL-to-Java compiler (portable), version "3.2" 7 * from ../../../../src/share/classes/org/omg/CosNaming/nameservice.idl 8 * Saturday, February 9, 2008 9:40:10 AM GMT 9 */ 10 11 12 /** 13 * <code>NamingContextExt</code> is the extension of <code>NamingContext</code> 14 * which 15 * contains a set of name bindings in which each name is unique and is 16 * part of Interoperable Naming Service. 17 * Different names can be bound to an object in the same or different 18 * contexts at the same time. Using <tt>NamingContextExt</tt>, you can use 19 * URL-based names to bind and resolve. <p> 20 * 21 * See <a HREF="http://www.omg.org/technology/documents/formal/naming_service.htm"> 22 * CORBA COS 23 * Naming Specification.</a> 24 */ 25 public interface NamingContextExt extends NamingContextExtOperations, org.omg.CosNaming.NamingContext, org.omg.CORBA.portable.IDLEntity 26 { 27 } // interface NamingContextExt 28