| | |
| | | * |
| | | * |
| | | * Copyright 2006-2010 Sun Microsystems, Inc. |
| | | * Portions copyright 2013 ForgeRock AS. |
| | | */ |
| | | package org.opends.server.replication.service; |
| | | |
| | |
| | | @Override |
| | | public String getMonitorInstanceName() |
| | | { |
| | | return "Replication Domain " + domain.getServerId() |
| | | + ",cn=" + domain.getServiceID().replace(',', '_').replace('=', '_') |
| | | + ",cn=replication"; |
| | | return "Directory server DS(" + domain.getServerId() + ") " |
| | | + domain.getLocalUrl() + ",cn=" |
| | | + domain.getServiceID().replace(',', '_').replace('=', '_') |
| | | + ",cn=Replication"; |
| | | } |
| | | |
| | | /** |