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.
|
getResponseType
getResultResponse
hasResponse
add, addAll, get, getControls, getMessageId, getType, hasControl, put, remove
abandon, addAbandonListener, isAbandoned
static 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-2013 The Apache Software Foundation. All Rights Reserved.