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, isAbandoned
hashCode, hasResponse
add, addAll, get, getControls, getMessageId, getType, hasControl, put, remove
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
hasResponse
add, addAll, get, getControls, getMessageId, getType, hasControl, put, remove
abandon, addAbandonListener, isAbandoned
public DeleteRequestImpl(int id)
id
- the sequential message identifierpublic DN getName()
getName
in interface InternalDeleteRequest
public void setName(DN name)
setName
in interface InternalDeleteRequest
name
- the DN of the leaf entry to delete.public MessageTypeEnum getResponseType()
getResponseType
in interface SingleReplyRequest
public InternalResultResponse getResultResponse()
getResultResponse
in interface InternalResultResponseRequest
public boolean equals(Object obj)
equals
in class InternalAbstractMessage
obj
- the object to test for equality to thisCopyright © 2003–2013 The Apache Software Foundation. All rights reserved.