public class ExternalChangelogRequestControl extends Control
| Modifier and Type | Field and Description |
|---|---|
static ControlDecoder<ExternalChangelogRequestControl> |
DECODER
The Control Decoder that can be used to decode this control.
|
| Constructor and Description |
|---|
ExternalChangelogRequestControl(boolean isCritical,
MultiDomainServerState cookie)
Create a new external change log request control to contain the cookie.
|
| Modifier and Type | Method and Description |
|---|---|
MultiDomainServerState |
getCookie()
Returns the cookie value.
|
void |
toString(StringBuilder buffer)
Dump a string representation of this object to the provided bufer.
|
protected void |
writeValue(org.forgerock.opendj.io.ASN1Writer writer)
Writes this control's value to an ASN.1 writer.
|
getOID, isCritical, toString, writepublic static final ControlDecoder<ExternalChangelogRequestControl> DECODER
public ExternalChangelogRequestControl(boolean isCritical, MultiDomainServerState cookie)
isCritical - Specifies whether the control is critical.cookie - Specifies the cookie value.public MultiDomainServerState getCookie()
public void toString(StringBuilder buffer)
protected void writeValue(org.forgerock.opendj.io.ASN1Writer writer) throws IOException
writeValue in class Controlwriter - The ASN.1 writer to use.IOException - If a problem occurs while writing to the
stream.Copyright © 2010-2015 ForgeRock AS. All Rights Reserved.