< prev index next >

src/jdk.jvmstat/share/classes/sun/jvmstat/perfdata/monitor/AbstractPerfDataBuffer.java

Print this page

        

*** 106,116 **** * This method returns a {@link List} of Monitor objects such that * the name of each object matches the given pattern. * * @param patternString a string containing a pattern as described in * {@link java.util.regex.Pattern}. ! * @return List<Monitor> - a List of {@link Monitor} objects that can be used to * monitor the instrumentation objects whose names match * the given pattern. If no instrumentation objects have` * names matching the given pattern, then an empty List * is returned. * @throws MonitorException Thrown if an error occurs while communicating --- 106,117 ---- * This method returns a {@link List} of Monitor objects such that * the name of each object matches the given pattern. * * @param patternString a string containing a pattern as described in * {@link java.util.regex.Pattern}. ! * @return {@code List<Monitor>} - a List of {@link Monitor} ! * objects that can be used to * monitor the instrumentation objects whose names match * the given pattern. If no instrumentation objects have` * names matching the given pattern, then an empty List * is returned. * @throws MonitorException Thrown if an error occurs while communicating
< prev index next >