Uses of Class
org.apache.directory.server.ldap.handlers.controls.PagedSearchContext

Packages that use PagedSearchContext
org.apache.directory.server.ldap Contains the entry point for the LDAP protocol provider and the session registry. 
 

Uses of PagedSearchContext in org.apache.directory.server.ldap
 

Methods in org.apache.directory.server.ldap that return PagedSearchContext
 PagedSearchContext LdapSession.getPagedSearchContext(int contextId)
          Get paged search context associated with an ID
 PagedSearchContext LdapSession.removePagedSearchContext(long contextId)
          Remove a Paged Search context from the map storing all of them.
 

Methods in org.apache.directory.server.ldap with parameters of type PagedSearchContext
 void LdapSession.addPagedSearchContext(PagedSearchContext context)
          Add a new Paged Search context into the stored context.
 



Copyright © 2003-2011 Apache Software Foundation. All Rights Reserved.