1. package org.omg.IOP;
  2. /**
  3. * org/omg/IOP/TAG_MULTIPLE_COMPONENTS.java .
  4. * Generated by the IDL-to-Java compiler (portable), version "3.1"
  5. * from ../../../../src/share/classes/org/omg/PortableInterceptor/IOP.idl
  6. * Monday, February 23, 2004 7:03:03 AM GMT
  7. */
  8. public interface TAG_MULTIPLE_COMPONENTS
  9. {
  10. /**
  11. * Indicates that the value encapsulated is of type
  12. * <code>MultipleComponentProfile</code>. In this case, the profile
  13. * consists of a list of protocol components, the use of which must
  14. * be specified by the protocol using this profile. This profile may
  15. * be used to carry IOR components.
  16. * <p>
  17. * The <code>profile_data</code> for the
  18. * <code>TAG_MULTIPLE_COMPONENTS</code> profile is a CDR encapsulation
  19. * of the <code>MultipleComponentProfile</code> type shown above.
  20. */
  21. public static final int value = (int)(1);
  22. }