| | |
| | | * |
| | | * |
| | | * Copyright 2008 Sun Microsystems, Inc. |
| | | * Portions Copyright 2013 ForgeRock AS. |
| | | */ |
| | | package org.opends.server.replication.plugin; |
| | | |
| | |
| | | public class ReplicationRepairRequestControl extends Control |
| | | { |
| | | /** |
| | | * ControlDecoder implentation to decode this control from a ByteString. |
| | | * ControlDecoder implementation to decode this control from a ByteString. |
| | | */ |
| | | private final static class Decoder |
| | | implements ControlDecoder<ReplicationRepairRequestControl> |
| | |
| | | public static final String |
| | | OID_REPLICATION_REPAIR_CONTROL = "1.3.6.1.4.1.26027.1.5.2"; |
| | | |
| | | |
| | | /** |
| | | * Creates a new instance of the replication repair request control with the |
| | | * default settings. |
| | |
| | | |
| | | } |
| | | |
| | | |
| | | |
| | | /** |
| | | * Creates a new instance of the replication repair control with the |
| | | * provided information. |
| | |
| | | } |
| | | |
| | | /** |
| | | * Writes this control's value to an ASN.1 writer. The value (if any) must be |
| | | * Writes this control value to an ASN.1 writer. The value (if any) must be |
| | | * written as an ASN1OctetString. |
| | | * |
| | | * @param writer The ASN.1 writer to use. |
| | |
| | | // No value element |
| | | } |
| | | |
| | | |
| | | |
| | | /** |
| | | * Appends a string representation of this replication repair request control |
| | | * to the provided buffer. |