public class DeleteRequestImpl extends AbstractAbandonableRequest implements InternalDeleteRequest
RESP_TYPE, TYPE| Constructor and Description |
|---|
DeleteRequestImpl(int id)
Creates a Lockable DeleteRequest implementing object used to delete a
leaf entry from the DIT.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj)
Checks to see if an object is equivalent to this DeleteRequest.
|
DN |
getName()
Gets the distinguished name of the leaf entry to be deleted by this
request.
|
MessageTypeEnum |
getResponseType()
Gets the protocol response message type for this request which produces
at least one response.
|
InternalResultResponse |
getResultResponse()
The result containing response for this request.
|
void |
setName(DN name)
Sets the distinguished name of the leaf entry to be deleted by this
request.
|
String |
toString()
Return a String representing a DelRequest
|
abandon, addAbandonListener, isAbandonedhashCode, hasResponseadd, addAll, get, getControls, getMessageId, getType, hasControl, put, removeclone, finalize, getClass, notify, notifyAll, wait, wait, waithasResponseadd, addAll, get, getControls, getMessageId, getType, hasControl, put, removeabandon, addAbandonListener, isAbandonedpublic DeleteRequestImpl(int id)
id - the sequential message identifierpublic DN getName()
getName in interface InternalDeleteRequestpublic void setName(DN name)
setName in interface InternalDeleteRequestname - the DN of the leaf entry to delete.public MessageTypeEnum getResponseType()
getResponseType in interface SingleReplyRequestpublic InternalResultResponse getResultResponse()
getResultResponse in interface InternalResultResponseRequestpublic boolean equals(Object obj)
equals in class InternalAbstractMessageobj - the object to test for equality to thisCopyright © 2003–2016 The Apache Software Foundation. All rights reserved.