org.apache.directory.shared.ldap.message.internal
Interface InternalDeleteRequest
- All Superinterfaces:
- InternalAbandonableRequest, InternalMessage, InternalRequest, InternalResultResponseRequest, SingleReplyRequest
- All Known Implementing Classes:
- DeleteRequestImpl
public interface InternalDeleteRequest
- extends SingleReplyRequest, InternalAbandonableRequest
Delete request protocol message used to remove an existing leaf entry from
the directory.
- Version:
- $Revision: 918756 $
- Author:
- Apache Directory Project
Method Summary |
DN |
getName()
Gets the distinguished name of the leaf entry to be deleted by this
request. |
void |
setName(DN name)
Sets the distinguished name of the leaf entry to be deleted by this
request. |
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
DN 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(DN 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-2011 Apache Software Foundation. All Rights Reserved.