|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.directory.shared.ldap.message.AbstractMessage
org.apache.directory.shared.ldap.message.AbstractRequest
org.apache.directory.shared.ldap.message.AbstractAbandonableRequest
org.apache.directory.shared.ldap.message.DeleteRequestImpl
Delete request implementation.
Field Summary |
Fields inherited from interface org.apache.directory.shared.ldap.message.DeleteRequest |
RESP_TYPE, TYPE |
Constructor Summary | |
DeleteRequestImpl(int id)
Creates a Lockable DeleteRequest implementing object used to delete a leaf entry from the DIT. |
Method Summary | |
boolean |
equals(java.lang.Object obj)
Checks to see if an object is equivalent to this DeleteRequest. |
java.lang.String |
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. |
ResultResponse |
getResultResponse()
The result containing response for this request. |
void |
setName(java.lang.String name)
Sets the distinguished name of the leaf entry to be deleted by this request. |
java.lang.String |
toString()
Return a String representing a DelRequest |
Methods inherited from class org.apache.directory.shared.ldap.message.AbstractAbandonableRequest |
abandon, addAbandonListener, isAbandoned |
Methods inherited from class org.apache.directory.shared.ldap.message.AbstractRequest |
hasResponse |
Methods inherited from class org.apache.directory.shared.ldap.message.AbstractMessage |
add, get, getControls, getMessageId, getType, put, remove |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface org.apache.directory.shared.ldap.message.Request |
hasResponse |
Methods inherited from interface org.apache.directory.shared.ldap.message.Message |
add, get, getControls, getMessageId, getType, put, remove |
Methods inherited from interface org.apache.directory.shared.ldap.message.AbandonableRequest |
abandon, addAbandonListener, isAbandoned |
Constructor Detail |
public DeleteRequestImpl(int id)
id
- the sequential message identifierMethod Detail |
public java.lang.String getName()
getName
in interface DeleteRequest
public void setName(java.lang.String name)
setName
in interface DeleteRequest
name
- the DN of the leaf entry to delete.public MessageTypeEnum getResponseType()
getResponseType
in interface SingleReplyRequest
public ResultResponse getResultResponse()
getResultResponse
in interface ResultResponseRequest
public boolean equals(java.lang.Object obj)
equals
in class AbstractMessage
obj
- the object to test for equality to this
public java.lang.String toString()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |