DOperation operation = new DOperation(operationInfo, this);
this.operations.put(operationInfo.getName(), operation);
}
for (MBeanNotificationInfo notificationInfo : info.getNotifications()) {
DNotification notification = new DNotification(notificationInfo, this);
this.notifications.put(notificationInfo.getName(), notification);
}
loaded = true;
} catch (InstanceNotFoundException infe) {