Searched defs:serversToUpdate (Results 1 - 2 of 2) sorted by relevance

/forgerock/openam-v13/openam-upgrade/src/main/java/org/forgerock/openam/upgrade/steps/
H A DUpgradeCTSMaxConnectionsConfigurationStep.java87 private final Map<String, String> serversToUpdate = new HashMap<>(); field in class:UpgradeCTSMaxConnectionsConfigurationStep
113 serversToUpdate.put(ServerConfiguration.DEFAULT_SERVER_CONFIG,
118 serversToUpdate.put(ServerConfiguration.DEFAULT_SERVER_CONFIG,
127 serversToUpdate.put(serverInstanceConfig.getKey(),
141 return !serversToUpdate.isEmpty();
147 DEBUG.message("External CTS Configuration upgrading: {}", serversToUpdate);
149 for (Entry<String, String> ctsMaxConnectionsProperty : serversToUpdate.entrySet()) {
169 return MessageFormat.format(BUNDLE.getString(SHORT_REPORT), serversToUpdate.size()) + delimiter;
178 for (Map.Entry<String, String> serverEntry : serversToUpdate.entrySet()) {
/forgerock/openam/openam-upgrade/src/main/java/org/forgerock/openam/upgrade/steps/
H A DUpgradeCTSMaxConnectionsConfigurationStep.java87 private final Map<String, String> serversToUpdate = new HashMap<>(); field in class:UpgradeCTSMaxConnectionsConfigurationStep
113 serversToUpdate.put(ServerConfiguration.DEFAULT_SERVER_CONFIG,
118 serversToUpdate.put(ServerConfiguration.DEFAULT_SERVER_CONFIG,
127 serversToUpdate.put(serverInstanceConfig.getKey(),
141 return !serversToUpdate.isEmpty();
147 DEBUG.message("External CTS Configuration upgrading: {}", serversToUpdate);
149 for (Entry<String, String> ctsMaxConnectionsProperty : serversToUpdate.entrySet()) {
169 return MessageFormat.format(BUNDLE.getString(SHORT_REPORT), serversToUpdate.size()) + delimiter;
178 for (Map.Entry<String, String> serverEntry : serversToUpdate.entrySet()) {

Completed in 40 milliseconds