| | |
| | | @Override |
| | | public String getMonitorInstanceName() |
| | | { |
| | | String str = serverURL + " " + String.valueOf(serverId); |
| | | |
| | | return "Connected Replica " + str + |
| | | ",cn=" + replicationServerDomain.getMonitorInstanceName(); |
| | | return "Connected directory server DS(" + serverId + ") " + serverURL |
| | | + ",cn=" + replicationServerDomain.getMonitorInstanceName(); |
| | | } |
| | | |
| | | /** |
| | |
| | | */ |
| | | public DSInfo toDSInfo() |
| | | { |
| | | |
| | | return new DSInfo(serverId, replicationServerId, generationId, |
| | | return new DSInfo(serverId, serverURL, replicationServerId, generationId, |
| | | status, assuredFlag, assuredMode, safeDataLevel, groupId, refUrls, |
| | | eclIncludes, eclIncludesForDeletes, protocolVersion); |
| | | } |