1. /*
  2. * @(#)Binding.java 1.6 01/11/29
  3. *
  4. * Copyright 2002 Sun Microsystems, Inc. All rights reserved.
  5. * SUN PROPRIETARY/CONFIDENTIAL. Use is subject to license terms.
  6. */
  7. /*
  8. * File: ./org/omg/CosNaming/Binding.java
  9. * From: nameservice.idl
  10. * Date: Tue Aug 11 03:12:09 1998
  11. * By: idltojava Java IDL 1.2 Aug 11 1998 02:00:18
  12. */
  13. package org.omg.CosNaming;
  14. public final class Binding implements org.omg.CORBA.portable.IDLEntity {
  15. // instance variables
  16. public org.omg.CosNaming.NameComponent[] binding_name;
  17. public org.omg.CosNaming.BindingType binding_type;
  18. // constructors
  19. public Binding() { }
  20. public Binding(org.omg.CosNaming.NameComponent[] __binding_name, org.omg.CosNaming.BindingType __binding_type) {
  21. binding_name = __binding_name;
  22. binding_type = __binding_type;
  23. }
  24. }