private void registerNotificationService(String[] args) throws NotCompliantMBeanException,
InstanceAlreadyExistsException, InstanceNotFoundException, MBeanException,
ReflectionException
{
final MX4JCOSNotificationServiceMBean _notificationService = new MX4JCOSNotificationService(orb_,
mbeanServer_, new JMXManageableMBeanProvider(DEFAULT_DOMAIN), args);
final StandardMBean _mbean = new StandardMBean(_notificationService,
MX4JCOSNotificationServiceMBean.class);
mbeanServer_.registerMBean(_mbean, notificationServiceName_);