public interface InternalDeleteRequest extends SingleReplyRequest, InternalAbandonableRequest
| Modifier and Type | Field and Description |
|---|---|
static MessageTypeEnum |
RESP_TYPE
Delete response message type enumeration value
|
static MessageTypeEnum |
TYPE
Delete request message type enumeration value
|
| Modifier and Type | Method and Description |
|---|---|
DN |
getName()
Gets the distinguished name of the leaf entry to be deleted by this
request.
|
void |
setName(DN name)
Sets the distinguished name of the leaf entry to be deleted by this
request.
|
getResponseTypegetResultResponsehasResponseadd, addAll, get, getControls, getMessageId, getType, hasControl, put, removeabandon, addAbandonListener, isAbandonedstatic final MessageTypeEnum TYPE
static final MessageTypeEnum RESP_TYPE
DN getName()
void setName(DN name)
name - the DN of the leaf entry to delete.Copyright © 2003–2016 The Apache Software Foundation. All rights reserved.