edu.vt.middleware.ldap.handler
Interface ExtendedSearchResultHandler

All Superinterfaces:
ResultHandler<SearchResult,SearchResult>, SearchResultHandler
All Known Implementing Classes:
RecursiveSearchResultHandler

public interface ExtendedSearchResultHandler
extends SearchResultHandler

Provides an interface for search result handlers that require the use of the Ldap object that was used to perform the original search.

Version:
$Revision: 1330 $
Author:
Middleware Services

Method Summary
 Ldap getSearchResultLdap()
          Gets the Ldap used by the search operation invoking this handler.
 void setSearchResultLdap(Ldap l)
          Sets the Ldap used by the search operation invoking this handler.
 
Methods inherited from interface edu.vt.middleware.ldap.handler.SearchResultHandler
getAttributeHandler, setAttributeHandler
 
Methods inherited from interface edu.vt.middleware.ldap.handler.ResultHandler
process, process, process
 

Method Detail

getSearchResultLdap

Ldap getSearchResultLdap()
Gets the Ldap used by the search operation invoking this handler.

Returns:
Ldap

setSearchResultLdap

void setSearchResultLdap(Ldap l)
Sets the Ldap used by the search operation invoking this handler.

Parameters:
l - Ldap


Copyright © 2003-2010 Virginia Tech. All Rights Reserved.