1. package org.omg.CosNaming;
  2. /**
  3. * org/omg/CosNaming/Binding.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. public final class Binding implements org.omg.CORBA.portable.IDLEntity
  9. {
  10. public org.omg.CosNaming.NameComponent binding_name[] = null;
  11. // name
  12. public org.omg.CosNaming.BindingType binding_type = null;
  13. public Binding ()
  14. {
  15. } // ctor
  16. public Binding (org.omg.CosNaming.NameComponent[] _binding_name, org.omg.CosNaming.BindingType _binding_type)
  17. {
  18. binding_name = _binding_name;
  19. binding_type = _binding_type;
  20. } // ctor
  21. } // class Binding