jdk/src/java.management/share/classes/com/sun/jmx/mbeanserver/JmxMBeanServer.java
equal
deleted
inserted
replaced
574 * set of <CODE>ObjectInstance</CODE> objects (containing the |
574 * set of <CODE>ObjectInstance</CODE> objects (containing the |
575 * <CODE>ObjectName</CODE> and the Java Class name) for |
575 * <CODE>ObjectName</CODE> and the Java Class name) for |
576 * the selected MBeans. |
576 * the selected MBeans. |
577 * |
577 * |
578 * @param name The object name pattern identifying the MBeans to |
578 * @param name The object name pattern identifying the MBeans to |
579 * be retrieved. If null or or no domain and key properties |
579 * be retrieved. If null or no domain and key properties |
580 * are specified, all the MBeans registered will be retrieved. |
580 * are specified, all the MBeans registered will be retrieved. |
581 * @param query The query expression to be applied for selecting |
581 * @param query The query expression to be applied for selecting |
582 * MBeans. If null no query expression will be applied for |
582 * MBeans. If null no query expression will be applied for |
583 * selecting MBeans. |
583 * selecting MBeans. |
584 * |
584 * |
596 * Gets the names of MBeans controlled by the MBean server. This method |
596 * Gets the names of MBeans controlled by the MBean server. This method |
597 * enables any of the following to be obtained: The names of all MBeans, |
597 * enables any of the following to be obtained: The names of all MBeans, |
598 * the names of a set of MBeans specified by pattern matching on the |
598 * the names of a set of MBeans specified by pattern matching on the |
599 * <CODE>ObjectName</CODE> and/or a Query expression, a specific |
599 * <CODE>ObjectName</CODE> and/or a Query expression, a specific |
600 * MBean name (equivalent to testing whether an MBean is registered). |
600 * MBean name (equivalent to testing whether an MBean is registered). |
601 * When the object name is null or or no domain and key properties are |
601 * When the object name is null or no domain and key properties are |
602 * specified, all objects are selected (and filtered if a query is |
602 * specified, all objects are selected (and filtered if a query is |
603 * specified). It returns the set of ObjectNames for the MBeans |
603 * specified). It returns the set of ObjectNames for the MBeans |
604 * selected. |
604 * selected. |
605 * |
605 * |
606 * @param name The object name pattern identifying the MBeans to be |
606 * @param name The object name pattern identifying the MBeans to be |