| | |
| | | { |
| | | super("Replication server RS(" |
| | | + replicationServerDomain.getLocalRSServerId() |
| | | + ") delay monitor for domain \"" + replicationServerDomain.getBaseDn() |
| | | + ") delay monitor for domain \"" + replicationServerDomain.getBaseDN() |
| | | + "\""); |
| | | |
| | | this.replicationServerDomain = replicationServerDomain; |
| | |
| | | private String getMessage(String message) |
| | | { |
| | | return "In RS " + replicationServerDomain.getLocalRSServerId() |
| | | + ", for base dn " + replicationServerDomain.getBaseDn() + ": " |
| | | + ", for baseDN=" + replicationServerDomain.getBaseDN() + ": " |
| | | + message; |
| | | } |
| | | |