EventChannelFactory _factory;
if (args != null && args.length == 1) {
_factory =
EventChannelFactoryHelper.narrow(_orb.string_to_object(args[0]));
} else {
_factory = EventChannelFactoryHelper.narrow(_orb.resolve_initial_references("NotificationService"));
}
org.omg.CORBA.Object cob =
_poa.servant_to_reference(new WhiteBoardFactory(_orb, _poa, _factory));