equal
deleted
inserted
replaced
57 * to that object will be return. Otherwise, the method returns |
57 * to that object will be return. Otherwise, the method returns |
58 * <tt>null</tt>. |
58 * <tt>null</tt>. |
59 * |
59 * |
60 * @param name the name of the Instrumentation object to find. |
60 * @param name the name of the Instrumentation object to find. |
61 * @return Monitor - the {@link Monitor} object that can be used to |
61 * @return Monitor - the {@link Monitor} object that can be used to |
62 * monitor the the named instrumentation object, or |
62 * monitor the named instrumentation object, or |
63 * <tt>null</tt> if the named object doesn't exist. |
63 * <tt>null</tt> if the named object doesn't exist. |
64 * @throws MonitorException Thrown if an error occurs while communicating |
64 * @throws MonitorException Thrown if an error occurs while communicating |
65 * with the target Java Virtual Machine. |
65 * with the target Java Virtual Machine. |
66 */ |
66 */ |
67 Monitor findByName(String name) throws MonitorException; |
67 Monitor findByName(String name) throws MonitorException; |