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: 476948 $
- Author:
- Apache Directory Project
Method Summary |
LdapDN |
getName()
Gets the distinguished name of the leaf entry to be deleted by this
request. |
void |
setName(LdapDN 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
static final MessageTypeEnum TYPE
- Delete request message type enumeration value
RESP_TYPE
static final MessageTypeEnum RESP_TYPE
- Delete response message type enumeration value
getName
LdapDN 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
void setName(LdapDN name)
- Sets the distinguished name of the leaf entry to be deleted by this
request.
- Parameters:
name
- the DN of the leaf entry to delete.
Copyright © 2003-2009 Apache Software Foundation. All Rights Reserved.