Uses of Class
netscape.ldap.LDAPSearchListener
Packages that use LDAPSearchListener
-
Uses of LDAPSearchListener in netscape.ldap
Methods in netscape.ldap that return LDAPSearchListenerModifier and TypeMethodDescriptionLDAPAsynchronousConnection.search(String base, int scope, String filter, String[] attrs, boolean typesOnly, LDAPSearchListener listener) Performs the search specified by the criteria that you enter.LDAPAsynchronousConnection.search(String base, int scope, String filter, String[] attrs, boolean typesOnly, LDAPSearchListener listener, LDAPSearchConstraints cons) Performs the search specified by the criteria that you enter.LDAPConnection.search(String base, int scope, String filter, String[] attrs, boolean typesOnly, LDAPSearchListener listener) Performs the search specified by the criteria that you enter.LDAPConnection.search(String base, int scope, String filter, String[] attrs, boolean typesOnly, LDAPSearchListener listener, LDAPSearchConstraints cons) Performs the search specified by the criteria that you enter.Methods in netscape.ldap with parameters of type LDAPSearchListenerModifier and TypeMethodDescriptionvoidLDAPAsynchronousConnection.abandon(LDAPSearchListener searchlistener) Cancels all outstanding search requests associated with this LDAPSearchListener object and discards any results already received.voidLDAPConnection.abandon(LDAPSearchListener searchlistener) Cancels all outstanding search requests associated with this LDAPSearchListener object and discards any results already received.voidLDAPSearchListener.merge(LDAPSearchListener listener2) Merge two response listeners.LDAPAsynchronousConnection.search(String base, int scope, String filter, String[] attrs, boolean typesOnly, LDAPSearchListener listener) Performs the search specified by the criteria that you enter.LDAPAsynchronousConnection.search(String base, int scope, String filter, String[] attrs, boolean typesOnly, LDAPSearchListener listener, LDAPSearchConstraints cons) Performs the search specified by the criteria that you enter.LDAPConnection.search(String base, int scope, String filter, String[] attrs, boolean typesOnly, LDAPSearchListener listener) Performs the search specified by the criteria that you enter.LDAPConnection.search(String base, int scope, String filter, String[] attrs, boolean typesOnly, LDAPSearchListener listener, LDAPSearchConstraints cons) Performs the search specified by the criteria that you enter.