public class DeleteRequestProtocolOp extends ProtocolOp
| Constructor and Description |
|---|
DeleteRequestProtocolOp(org.forgerock.opendj.ldap.ByteString dn)
Creates a new delete request protocol op with the specified DN.
|
| Modifier and Type | Method and Description |
|---|---|
org.forgerock.opendj.ldap.ByteString |
getDN()
Retrieves the DN for this delete request.
|
String |
getProtocolOpName()
Retrieves the name for this protocol op type.
|
byte |
getType()
Retrieves the BER type for this protocol op.
|
void |
toString(StringBuilder buffer)
Appends a string representation of this LDAP protocol op to the provided
buffer.
|
void |
toString(StringBuilder buffer,
int indent)
Appends a multi-line string representation of this LDAP protocol op to the
provided buffer.
|
void |
write(org.forgerock.opendj.io.ASN1Writer stream)
Writes this protocol op to an ASN.1 output stream.
|
toStringpublic DeleteRequestProtocolOp(org.forgerock.opendj.ldap.ByteString dn)
dn - The DN for this delete request protocol op.public org.forgerock.opendj.ldap.ByteString getDN()
public void write(org.forgerock.opendj.io.ASN1Writer stream) throws IOException
write in class ProtocolOpstream - The ASN.1 output stream to write to.IOException - If a problem occurs while writing to the stream.public byte getType()
getType in class ProtocolOppublic String getProtocolOpName()
getProtocolOpName in class ProtocolOppublic void toString(StringBuilder buffer)
toString in class ProtocolOpbuffer - The buffer to which the string should be appended.public void toString(StringBuilder buffer, int indent)
toString in class ProtocolOpbuffer - The buffer to which the information should be appended.indent - The number of spaces from the margin that the lines should
be indented.Copyright © 2010-2015 ForgeRock AS. All Rights Reserved.