public interface DeleteRequest extends SingleReplyRequest, AbandonableRequest
| Modifier and Type | Method and Description |
|---|---|
DeleteRequest |
addAllControls(Control[] controls)
Adds an array of controls to this Message.
|
DeleteRequest |
addControl(Control control)
Adds a control to this Message.
|
Dn |
getName()
Gets the distinguished name of the leaf entry to be deleted by this
request.
|
DeleteRequest |
removeControl(Control control)
Deletes a control removing it from this Message.
|
DeleteRequest |
setMessageId(int messageId)
Sets the Message ID for this request
|
DeleteRequest |
setName(Dn name)
Sets the distinguished name of the leaf entry to be deleted by this
request.
|
getResponseTypegetResultResponsehasResponseget, getControl, getControls, getMessageId, getType, hasControl, putabandon, addAbandonListener, isAbandonedDn getName()
DeleteRequest setName(Dn name)
name - the Dn of the leaf entry to delete.DeleteRequest setMessageId(int messageId)
setMessageId in interface MessagemessageId - The message IdDeleteRequest addControl(Control control)
addControl in interface Messagecontrol - the control to add.DeleteRequest addAllControls(Control[] controls)
addAllControls in interface Messagecontrols - the controls to add.DeleteRequest removeControl(Control control)
removeControl in interface Messagecontrol - the control to remove.Copyright © 2003–2019 The Apache Software Foundation. All rights reserved.