Interface implemented by an MBean that emits Notifications. It allows a listener to be registered with the MBean as a notification listener.
New code should use the NotificationEmitter interface instead.
Returns an array indicating, for each notification this MBean may send, the name of the Java class of the notification and the notification type.
It is not illegal for the MBean to send notifications not described in this array. However, some clients of the MBean server may depend on the array being complete for their correct functioning.