jdk/src/jdk.jvmstat/share/classes/sun/jvmstat/perfdata/monitor/PerfDataBufferImpl.java
changeset 28059 e576535359cc
parent 27941 dba160979011
child 31061 fead7d86d75f
equal deleted inserted replaced
28058:87940c838900 28059:e576535359cc
   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 {