equal
deleted
inserted
replaced
418 public String getDefaultDomain(); |
418 public String getDefaultDomain(); |
419 |
419 |
420 // doc comment inherited from MBeanServerConnection |
420 // doc comment inherited from MBeanServerConnection |
421 public String[] getDomains(); |
421 public String[] getDomains(); |
422 |
422 |
423 // doc comment inherited from MBeanServerConnection |
423 // doc comment inherited from MBeanServerConnection, plus: |
|
424 /** |
|
425 * {@inheritDoc} |
|
426 * If the source of the notification |
|
427 * is a reference to an MBean object, the MBean server will replace it |
|
428 * by that MBean's ObjectName. Otherwise the source is unchanged. |
|
429 */ |
424 public void addNotificationListener(ObjectName name, |
430 public void addNotificationListener(ObjectName name, |
425 NotificationListener listener, |
431 NotificationListener listener, |
426 NotificationFilter filter, |
432 NotificationFilter filter, |
427 Object handback) |
433 Object handback) |
428 throws InstanceNotFoundException; |
434 throws InstanceNotFoundException; |