org.apache.directory.shared.ldap.message
Interface SearchResponseEntry

All Superinterfaces:
Message, Response
All Known Implementing Classes:
SearchResponseEntryImpl

public interface SearchResponseEntry
extends Response

Search entry protocol response message used to return non referral entries to the client in response to a search request message.

Version:
$Revision: 379008 $
Author:
Alex Karasulu, $Author: jmachols $

Field Summary
static MessageTypeEnum TYPE
          Search entry response message type enumeration value
 
Method Summary
 javax.naming.directory.Attributes getAttributes()
          Gets the set of attributes and all their values in a MultiMap.
 java.lang.String getObjectName()
          Gets the distinguished name of the entry object returned.
 void setAttributes(javax.naming.directory.Attributes a_attributes)
          Sets the set of attributes and all their values in a MultiMap.
 void setObjectName(java.lang.String a_dn)
          Sets the distinguished name of the entry object returned.
 
Methods inherited from interface org.apache.directory.shared.ldap.message.Message
add, get, getControls, getMessageId, getType, put, remove
 

Field Detail

TYPE

public static final MessageTypeEnum TYPE
Search entry response message type enumeration value

Method Detail

getObjectName

public java.lang.String getObjectName()
Gets the distinguished name of the entry object returned.

Returns:
the Dn of the entry returned.

setObjectName

public void setObjectName(java.lang.String a_dn)
Sets the distinguished name of the entry object returned.

Parameters:
a_dn - the Dn of the entry returned.

getAttributes

public javax.naming.directory.Attributes getAttributes()
Gets the set of attributes and all their values in a MultiMap.

Returns:
the set of attributes and all their values

setAttributes

public void setAttributes(javax.naming.directory.Attributes a_attributes)
Sets the set of attributes and all their values in a MultiMap.

Parameters:
a_attributes - the set of attributes and all their values


Copyright © 2003-2006 . All Rights Reserved.