final SessionConfiguration sc;
synchronized (sessionConfigs) {
sc = sessionConfigs.get(targetName);
synchronized (sc) {
if (sc == null) { throw new NoSuchSessionException("A session with the ID '" + targetName + "' does not exist."); }
synchronized (response) {
SettingEntry se;
for (Map.Entry<OperationalTextKey , String> e : response.entrySet()) {
synchronized (globalConfig) {