1. package org.omg.IOP;
  2. /**
  3. * org/omg/IOP/IOR.java .
  4. * Generated by the IDL-to-Java compiler (portable), version "3.2"
  5. * from ../../../../src/share/classes/org/omg/PortableInterceptor/IOP.idl
  6. * Wednesday, September 15, 2004 10:28:42 AM GMT
  7. */
  8. public final class IOR implements org.omg.CORBA.portable.IDLEntity
  9. {
  10. /** The type id, represented as a String. */
  11. public String type_id = null;
  12. /**
  13. * An array of tagged profiles associated with this
  14. * object reference.
  15. */
  16. public org.omg.IOP.TaggedProfile profiles[] = null;
  17. public IOR ()
  18. {
  19. } // ctor
  20. public IOR (String _type_id, org.omg.IOP.TaggedProfile[] _profiles)
  21. {
  22. type_id = _type_id;
  23. profiles = _profiles;
  24. } // ctor
  25. } // class IOR