1. package org.omg.IOP;
  2. /**
  3. * org/omg/IOP/TAG_ORB_TYPE.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 interface TAG_ORB_TYPE
  9. {
  10. /**
  11. * It is often useful in the real world to be able to identify the
  12. * particular kind of ORB an object reference is coming from, to work
  13. * around problems with that particular ORB, or exploit shared
  14. * efficiencies.
  15. * <p>
  16. * The <code>TAG_ORB_TYPE</code> component has an associated value of
  17. * type unsigned long (Java long), encoded as a CDR encapsulation,
  18. * designating an ORB type ID allocated by the OMG for the ORB type of the
  19. * originating ORB. Anyone may register any ORB types by submitting
  20. * a short (one-paragraph) description of the ORB type to the OMG,
  21. * and will receive a new ORB type ID in return. A list of ORB type
  22. * descriptions and values will be made available on the OMG web server.
  23. * <p>
  24. * The <code>TAG_ORB_TYPE</code> component can appear at most once in
  25. * any IOR profile. For profiles supporting IIOP 1.1 or greater, it
  26. * is optionally present.
  27. */
  28. public static final int value = (int)(0L);
  29. }