1. package org.omg.CosNaming;
  2. /**
  3. * org/omg/CosNaming/Binding.java .
  4. * Generated by the IDL-to-Java compiler (portable), version "3.1"
  5. * from ../../../../src/share/classes/org/omg/CosNaming/nameservice.idl
  6. * Monday, February 23, 2004 7:03:07 AM GMT
  7. */
  8. /**
  9. * A name-to-object association is called a Binding.
  10. */
  11. public final class Binding implements org.omg.CORBA.portable.IDLEntity
  12. {
  13. public org.omg.CosNaming.NameComponent binding_name[] = null;
  14. // name
  15. public org.omg.CosNaming.BindingType binding_type = null;
  16. public Binding ()
  17. {
  18. } // ctor
  19. public Binding (org.omg.CosNaming.NameComponent[] _binding_name, org.omg.CosNaming.BindingType _binding_type)
  20. {
  21. binding_name = _binding_name;
  22. binding_type = _binding_type;
  23. } // ctor
  24. } // class Binding