jdk/src/jdk.jvmstat/share/classes/sun/jvmstat/perfdata/monitor/AbstractPerfDataBuffer.java
changeset 28059 e576535359cc
parent 25859 3317bb8137f4
child 31061 fead7d86d75f
equal deleted inserted replaced
28058:87940c838900 28059:e576535359cc
    89      * to that object will be return. Otherwise, the method returns
    89      * to that object will be return. Otherwise, the method returns
    90      * <tt>null</tt>.
    90      * <tt>null</tt>.
    91      *
    91      *
    92      * @param name the name of the Instrumentation object to find.
    92      * @param name the name of the Instrumentation object to find.
    93      * @return Monitor - the {@link Monitor} object that can be used to
    93      * @return Monitor - the {@link Monitor} object that can be used to
    94      *                   monitor the the named instrumentation object, or
    94      *                   monitor the named instrumentation object, or
    95      *                   <tt>null</tt> if the named object doesn't exist.
    95      *                   <tt>null</tt> if the named object doesn't exist.
    96      * @throws MonitorException Thrown if an error occurs while communicating
    96      * @throws MonitorException Thrown if an error occurs while communicating
    97      *                          with the target Java Virtual Machine.
    97      *                          with the target Java Virtual Machine.
    98      */
    98      */
    99     public Monitor findByName(String name) throws MonitorException {
    99     public Monitor findByName(String name) throws MonitorException {