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