1 package org.omg.CosNaming; 2 3 4 /** 5 * org/omg/CosNaming/NamingContext.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 * A naming context is an object that contains a set of name bindings in 14 * which each name is unique. Different names can be bound to an object 15 * in the same or different contexts at the same time. <p> 16 * 17 * See <a HREF="http://www.omg.org/technology/documents/formal/naming_service.htm"> 18 * CORBA COS 19 * Naming Specification.</a> 20 */ 21 public interface NamingContext extends NamingContextOperations, org.omg.CORBA.Object, org.omg.CORBA.portable.IDLEntity 22 { 23 } // interface NamingContext 24