public class EntryChangelogNotificationControl extends Control
Modifier and Type | Field and Description |
---|---|
static ControlDecoder<EntryChangelogNotificationControl> |
DECODER
The Control Decoder that can be used to decode this control.
|
Constructor and Description |
---|
EntryChangelogNotificationControl(boolean isCritical,
String cookie)
Creates a new entry change notification control with the provided
information.
|
Modifier and Type | Method and Description |
---|---|
String |
getCookie()
Retrieves the change type for this entry change notification control.
|
void |
toString(StringBuilder buffer)
Appends a string representation of this entry change notification control
to the provided buffer.
|
void |
writeValue(org.forgerock.opendj.io.ASN1Writer writer)
Writes this control's value to an ASN.1 writer.
|
getOID, isCritical, toString, write
public static final ControlDecoder<EntryChangelogNotificationControl> DECODER
public EntryChangelogNotificationControl(boolean isCritical, String cookie)
isCritical
- Indicates whether this control should be
considered critical in processing the
request.cookie
- The provided cookie value.public void writeValue(org.forgerock.opendj.io.ASN1Writer writer) throws IOException
writeValue
in class Control
writer
- The ASN.1 output stream to write to.IOException
- If a problem occurs while writing to the stream.public String getCookie()
public void toString(StringBuilder buffer)
Copyright © 2010-2016 ForgeRock AS. All Rights Reserved.