Uses of Class netscape.ldap.LDAPSearchListener

Uses in package netscape.ldap

Methods with parameter type netscape.ldap.LDAPSearchListener

void
Cancels all outstanding search requests associated with this LDAPSearchListener object and discards any results already received.
void
Cancels all outstanding search requests associated with this LDAPSearchListener object and discards any results already received.
void
Merge two response listeners.
LDAPSearchListener
LDAPAsynchronousConnection.search(String base, int scope, String filter, attrs[] , boolean typesOnly, LDAPSearchListener listener)
Performs the search specified by the criteria that you enter.
LDAPSearchListener
LDAPConnection.search(String base, int scope, String filter, attrs[] , boolean typesOnly, LDAPSearchListener listener)
Performs the search specified by the criteria that you enter.
LDAPSearchListener
LDAPAsynchronousConnection.search(String base, int scope, String filter, attrs[] , boolean typesOnly, LDAPSearchListener listener, LDAPSearchConstraints cons)
Performs the search specified by the criteria that you enter.
LDAPSearchListener
LDAPConnection.search(String base, int scope, String filter, attrs[] , boolean typesOnly, LDAPSearchListener listener, LDAPSearchConstraints cons)
Performs the search specified by the criteria that you enter.

Methods with return type netscape.ldap.LDAPSearchListener

LDAPSearchListener
LDAPAsynchronousConnection.search(String base, int scope, String filter, attrs[] , boolean typesOnly, LDAPSearchListener listener)
Performs the search specified by the criteria that you enter.
LDAPSearchListener
LDAPConnection.search(String base, int scope, String filter, attrs[] , boolean typesOnly, LDAPSearchListener listener)
Performs the search specified by the criteria that you enter.
LDAPSearchListener
LDAPAsynchronousConnection.search(String base, int scope, String filter, attrs[] , boolean typesOnly, LDAPSearchListener listener, LDAPSearchConstraints cons)
Performs the search specified by the criteria that you enter.
LDAPSearchListener
LDAPConnection.search(String base, int scope, String filter, attrs[] , boolean typesOnly, LDAPSearchListener listener, LDAPSearchConstraints cons)
Performs the search specified by the criteria that you enter.