*/
private void registerNotificationListeners() throws MBeanExportException {
for (int i = 0; i < this.notificationListeners.length; i++) {
NotificationListenerBean bean = this.notificationListeners[i];
NotificationListener listener = bean.getNotificationListener();
NotificationFilter filter = bean.getNotificationFilter();
Object handback = bean.getHandback();
ObjectName[] namesToRegisterWith = getObjectNamesForNotificationListener(bean);
for (int j = 0; j < namesToRegisterWith.length; j++) {
ObjectName objectName = namesToRegisterWith[j];
try {