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

Field Summary
static MessageTypeEnum RESP_TYPE
          Delete response message type enumeration value
static MessageTypeEnum TYPE
          Delete request message type enumeration value
 
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.SingleReplyRequest
getResponseType
 
Methods inherited from interface org.apache.directory.shared.ldap.message.ResultResponseRequest
getResultResponse
 
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
 

Field Detail

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

Method Detail

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.