jdk/src/jdk.jvmstat/share/classes/sun/jvmstat/perfdata/monitor/PerfDataBufferImpl.java
changeset 31061 fead7d86d75f
parent 28059 e576535359cc
child 32210 958d823579c3
equal deleted inserted replaced
31060:be4eb6360ee0 31061:fead7d86d75f
   264      * This method returns a {@link List} of Monitor objects such that
   264      * This method returns a {@link List} of Monitor objects such that
   265      * the name of each object matches the given pattern.
   265      * the name of each object matches the given pattern.
   266      *
   266      *
   267      * @param patternString a string containing a pattern as described in
   267      * @param patternString a string containing a pattern as described in
   268      *                      {@link java.util.regex.Pattern}.
   268      *                      {@link java.util.regex.Pattern}.
   269      * @return List<Monitor> - a List of {@link Monitor} objects that can be used to
   269      * @return {@code List<Monitor>} - a List of {@link Monitor}
       
   270      *                objects that can be used to
   270      *                monitor the instrumentation objects whose names match
   271      *                monitor the instrumentation objects whose names match
   271      *                the given pattern. If no instrumentation objects have`
   272      *                the given pattern. If no instrumentation objects have`
   272      *                names matching the given pattern, then an empty List
   273      *                names matching the given pattern, then an empty List
   273      *                is returned.
   274      *                is returned.
   274      * @throws MonitorException Thrown if an error occurs while communicating
   275      * @throws MonitorException Thrown if an error occurs while communicating