jdk/src/share/classes/javax/management/relation/RelationService.java
changeset 21656 d4c777ccb1db
parent 21278 ef8a3a2a72f2
child 23010 6dadb192ad81
equal deleted inserted replaced
21655:55f32ae4f920 21656:d4c777ccb1db
  2304      * Retrieves MBeans referenced in the various roles of the relation.
  2304      * Retrieves MBeans referenced in the various roles of the relation.
  2305      *
  2305      *
  2306      * @param relationId  relation id
  2306      * @param relationId  relation id
  2307      *
  2307      *
  2308      * @return a HashMap mapping:
  2308      * @return a HashMap mapping:
  2309      * <P> ObjectName -> ArrayList of String (role
  2309      * <P> ObjectName {@literal ->} ArrayList of String (role names)
  2310      * names)
       
  2311      *
  2310      *
  2312      * @exception IllegalArgumentException  if null parameter
  2311      * @exception IllegalArgumentException  if null parameter
  2313      * @exception RelationNotFoundException  if no relation for given
  2312      * @exception RelationNotFoundException  if no relation for given
  2314      * relation id
  2313      * relation id
  2315      */
  2314      */