| | |
| | | * |
| | | * |
| | | * Copyright 2009-2010 Sun Microsystems, Inc. |
| | | * Portions Copyright 2013 ForgeRock AS. |
| | | * Portions Copyright 2013-2014 ForgeRock AS. |
| | | */ |
| | | package org.opends.server.replication.protocol; |
| | | |
| | |
| | | import java.util.Set; |
| | | import java.util.zip.DataFormatException; |
| | | |
| | | import org.forgerock.util.Utils; |
| | | import org.opends.server.replication.common.CSN; |
| | | import org.opends.server.util.StaticUtils; |
| | | |
| | | /** |
| | | * This class specifies the parameters of a search request on the ECL. |
| | |
| | | @Override |
| | | public byte[] getBytes(short protocolVersion) |
| | | { |
| | | String excludedBaseDNsString = |
| | | StaticUtils.collectionToString(excludedBaseDNs, ";"); |
| | | String excludedBaseDNsString = Utils.joinAsString(";", excludedBaseDNs); |
| | | |
| | | try |
| | | { |