| | |
| | | } |
| | | } |
| | | |
| | | // Update threshold value for status analyzers |
| | | final int newThreshold = config.getDegradedStatusThreshold(); |
| | | if (oldConfig.getDegradedStatusThreshold() != newThreshold) |
| | | { |
| | | for (ReplicationServerDomain domain : getReplicationServerDomains()) |
| | | { |
| | | domain.updateDegradedStatusThreshold(newThreshold); |
| | | } |
| | | } |
| | | |
| | | // Update period value for monitoring publishers |
| | | if (oldConfig.getMonitoringPeriod() != config.getMonitoringPeriod()) |
| | | { |
| | |
| | | |
| | | /** |
| | | * Creates the backend associated to this replication server. |
| | | * @throws ConfigException |
| | | */ |
| | | private void createBackend() throws ConfigException |
| | | { |