253254255256257258259260261262263
if (refs != null) { for (ServiceReference ref : refs) { if (allowService(ref)) { BusCreationListener listener = (BusCreationListener)defaultContext.getService(ref); listener.busCreated(bus); } } } } catch (InvalidSyntaxException e) { //ignore