org.apache.directory.shared.ldap.message
Interface DeleteRequest
- All Superinterfaces:
- AbandonableRequest, Message, Request, ResultResponseRequest, SingleReplyRequest
- All Known Implementing Classes:
- DeleteRequestImpl
- public interface DeleteRequest
- extends SingleReplyRequest, AbandonableRequest
Delete request protocol message used to remove an existing leaf entry from
the directory.
- Version:
- $Revision: 379008 $
- Author:
- Apache Directory Project
Method Summary |
java.lang.String |
getName()
Gets the distinguished name of the leaf entry to be deleted by this
request. |
void |
setName(java.lang.String a_name)
Sets the distinguished name of the leaf entry to be deleted by this
request. |
Methods inherited from interface org.apache.directory.shared.ldap.message.Request |
hasResponse |
TYPE
public static final MessageTypeEnum TYPE
- Delete request message type enumeration value
RESP_TYPE
public static final MessageTypeEnum RESP_TYPE
- Delete response message type enumeration value
getName
public java.lang.String getName()
- Gets the distinguished name of the leaf entry to be deleted by this
request.
- Returns:
- the DN of the leaf entry to delete.
setName
public void setName(java.lang.String a_name)
- Sets the distinguished name of the leaf entry to be deleted by this
request.
- Parameters:
a_name
- the DN of the leaf entry to delete.
Copyright © 2003-2006 . All Rights Reserved.