242243244245246247248249250251252
} private void doControllerRegistration() { drvController = new DriverControllerImpl(ctrl); drvControllerRegistrar = bc.registerService( new String[]{ DriverController.class.getName(), DevicesInfo.class.getName()}, drvController,