Collection<Label> labelCollection = labelMap.values();
Iterator<Label> labelIterator = labelCollection.iterator();
while (labelIterator.hasNext()) {
Label label = labelIterator.next();
label.switchDAOFactory(TangoDAOFactory.class.getName());
}
scanDeadTime.switchDAOFactory(TangoDAOFactory.class.getName());
scanCompletion.switchDAOFactory(TangoDAOFactory.class.getName());
}