jdk/src/share/classes/javax/management/monitor/GaugeMonitor.java
changeset 2624 1ae5a9028dd4
parent 1581 81388748f694
parent 2613 9e48ff9b5638
child 5506 202f599c92aa
equal deleted inserted replaced
2589:af4853bc7e87 2624:1ae5a9028dd4
   479      * name of the Java class of the notification and the notification
   479      * name of the Java class of the notification and the notification
   480      * types sent by the gauge monitor.
   480      * types sent by the gauge monitor.
   481      */
   481      */
   482     @Override
   482     @Override
   483     public MBeanNotificationInfo[] getNotificationInfo() {
   483     public MBeanNotificationInfo[] getNotificationInfo() {
   484         return notifsInfo;
   484         return notifsInfo.clone();
   485     }
   485     }
   486 
   486 
   487     /*
   487     /*
   488      * ------------------------------------------
   488      * ------------------------------------------
   489      *  PRIVATE METHODS
   489      *  PRIVATE METHODS