//Setting up Base Driver Importer
this.notifierQueue = new NotifierQueue();
this.subQueue = new SubscriptionQueue();
ctrl = new MyCtrlPoint(Activator.bc, subQueue, notifierQueue);
//Enable CyberLink re-new for Event
ctrl.setNMPRMode(true);
this.monitor=new Monitor();