1. package org.omg.CosNaming;
  2. /**
  3. * org/omg/CosNaming/NamingContext.java .
  4. * Generated by the IDL-to-Java compiler (portable), version "3.2"
  5. * from ../../../../src/share/classes/org/omg/CosNaming/nameservice.idl
  6. * Wednesday, September 15, 2004 10:28:47 AM GMT
  7. */
  8. /**
  9. * A naming context is an object that contains a set of name bindings in
  10. * which each name is unique. Different names can be bound to an object
  11. * in the same or different contexts at the same time. <p>
  12. *
  13. * See <a href="http://www.omg.org/technology/documents/formal/naming_service.htm">
  14. * CORBA COS
  15. * Naming Specification.</a>
  16. */
  17. public interface NamingContext extends NamingContextOperations, org.omg.CORBA.Object, org.omg.CORBA.portable.IDLEntity
  18. {
  19. } // interface NamingContext