org.pfsw.tools.beluga.ldap.messages
Class SearchResultEntry

java.lang.Object
  extended by org.pfsw.tools.beluga.ldap.messages.AbstractMessage
      extended by org.pfsw.tools.beluga.ldap.messages.ResponseMessage
          extended by org.pfsw.tools.beluga.ldap.messages.SearchResponse
              extended by org.pfsw.tools.beluga.ldap.messages.SearchResultEntry

public class SearchResultEntry
extends SearchResponse

Contains one entry of the result of a search request

Version:
1.0
Author:
Manfred Duchrow

Constructor Summary
SearchResultEntry(SearchRequest request)
          Initialize the new instance with default values.
 
Method Summary
 org.pf.directory.MultiValueAttributes getAttributes()
           
 boolean isSearchResultEntry()
           
 void setAttributes(org.pf.directory.MultiValueAttributes newValue)
           
 
Methods inherited from class org.pfsw.tools.beluga.ldap.messages.SearchResponse
isSearchResponse
 
Methods inherited from class org.pfsw.tools.beluga.ldap.messages.ResponseMessage
getDN, getMessageText, getResponseCode, invalidDN, isAddResponse, isBasicResult, isBindResponse, isDeleteResponse, isModifyResponse, isSearchResultDone, isSuccess, noSuchObject, noSuchObject, operationsError, protocolError, setDN, setMessageText, setResponseCode, unwillingToPerform
 
Methods inherited from class org.pfsw.tools.beluga.ldap.messages.AbstractMessage
getControls, getMessageId, getRawData, setControls, setMessageId, setRawData, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SearchResultEntry

public SearchResultEntry(SearchRequest request)
Initialize the new instance with default values.

Method Detail

getAttributes

public org.pf.directory.MultiValueAttributes getAttributes()

setAttributes

public void setAttributes(org.pf.directory.MultiValueAttributes newValue)

isSearchResultEntry

public boolean isSearchResultEntry()
Overrides:
isSearchResultEntry in class ResponseMessage


Copyright © 2012 Manfred Duchrow Consulting & Software. All Rights Reserved.