corba/src/share/classes/org/omg/PortableInterceptor/Interceptors.idl
changeset 4623 e3aaa29eff65
parent 4 02bb8761fcce
child 5555 b2b5ed3f0d0d
equal deleted inserted replaced
4554:e9c98378f6b9 4623:e3aaa29eff65
  1728      * set which will be included when constructing IORs. The components in 
  1728      * set which will be included when constructing IORs. The components in 
  1729      * this set will be included in all profiles. 
  1729      * this set will be included in all profiles. 
  1730      * <p>
  1730      * <p>
  1731      * Any number of components may exist with the same component ID. 
  1731      * Any number of components may exist with the same component ID. 
  1732      * 
  1732      * 
  1733      * @param a_component The IOP.TaggedComponent to add.
  1733      * @param tagged_component The IOP.TaggedComponent to add.
  1734      */
  1734      */
  1735     void add_ior_component 
  1735     void add_ior_component 
  1736       (in IOP::TaggedComponent tagged_component);
  1736       (in IOP::TaggedComponent tagged_component);
  1737 
  1737 
  1738     /**
  1738     /**
  1742      * set which will be included when constructing IORs. The components in 
  1742      * set which will be included when constructing IORs. The components in 
  1743      * this set will be included in the specified profile. 
  1743      * this set will be included in the specified profile. 
  1744      * <p>
  1744      * <p>
  1745      * Any number of components may exist with the same component ID. 
  1745      * Any number of components may exist with the same component ID. 
  1746      * 
  1746      * 
  1747      * @param a_component The <code>IOP.TaggedComponent</code> to add. 
  1747      * @param tagged_component The <code>IOP.TaggedComponent</code> to add. 
  1748      * @param profile_id The profile id of the profile to 
  1748      * @param profile_id The profile id of the profile to 
  1749      *     which this component will be added.
  1749      *     which this component will be added.
  1750      * @exception BAD_PARAM thrown, with a standard minor code of 29, if the 
  1750      * @exception BAD_PARAM thrown, with a standard minor code of 29, if the 
  1751      *     given profile ID does not define a known profile or it is 
  1751      *     given profile ID does not define a known profile or it is 
  1752      *     impossible to add components to that profile.
  1752      *     impossible to add components to that profile.