equal
deleted
inserted
replaced
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 |