jdk/src/jdk.jvmstat/share/classes/sun/jvmstat/perfdata/monitor/PerfDataBufferImpl.java
equal
deleted
inserted
replaced
227 * |
227 * |
228 * |
228 * |
229 * |
229 * |
230 * @param name the name of the Instrumentation object to find. |
230 * @param name the name of the Instrumentation object to find. |
231 * @return Monitor - the {@link Monitor} object that can be used to |
231 * @return Monitor - the {@link Monitor} object that can be used to |
232 * monitor the the named instrumentation object, or |
232 * monitor the named instrumentation object, or |
233 * <tt>null</tt> if the named object doesn't exist. |
233 * <tt>null</tt> if the named object doesn't exist. |
234 * @throws MonitorException Thrown if an error occurs while communicating |
234 * @throws MonitorException Thrown if an error occurs while communicating |
235 * with the target Java Virtual Machine. |
235 * with the target Java Virtual Machine. |
236 */ |
236 */ |
237 public Monitor findByName(String name) throws MonitorException { |
237 public Monitor findByName(String name) throws MonitorException { |