1. /*
  2. * @(#)NamingContext.java 1.12 00/04/06
  3. *
  4. * Copyright 1997-2000 Sun Microsystems, Inc. All Rights Reserved.
  5. *
  6. * This software is the proprietary information of Sun Microsystems, Inc.
  7. * Use is subject to license terms.
  8. *
  9. */
  10. /**
  11. * org/omg/CosNaming/NamingContext.java
  12. * Generated by the IDL-to-Java compiler (portable), version "3.0"
  13. * from nameservice.idl
  14. * Wednesday, January 26, 2000 3:34:53 PM PST
  15. */
  16. package org.omg.CosNaming;
  17. /**
  18. * A naming context is an object that contains a set of name bindings in
  19. * which each name is unique. Different names can be bound to an object
  20. * in the same or different contexts at the same time. <p>
  21. ** See <a href=" http://www.omg.org/corba/sectrans.htm#nam">CORBA COS
  22. * Naming Specification.</a>
  23. */
  24. public interface NamingContext extends NamingContextOperations, org.omg.CORBA.Object, org.omg.CORBA.portable.IDLEntity
  25. {
  26. } // interface NamingContext