Uses of Class
netscape.ldap.LDAPConnThread
Packages that use LDAPConnThread
-
Uses of LDAPConnThread in netscape.ldap
Fields in netscape.ldap declared as LDAPConnThreadModifier and TypeFieldDescription(package private) LDAPConnThread
LDAPMessageQueue.RequestEntry.connThread
private LDAPConnThread
LDAPConnection.m_thread
Methods in netscape.ldap that return LDAPConnThreadModifier and TypeMethodDescription(package private) LDAPConnThread
LDAPMessageQueue.getConnThread
(int id) Returns the connection thread associated with the specified request idMethods in netscape.ldap with parameters of type LDAPConnThreadModifier and TypeMethodDescription(package private) void
LDAPMessageQueue.addRequest
(int id, LDAPConnection connection, LDAPConnThread connThread, int timeLimit) Registers a LDAP request(package private) int
LDAPMessageQueue.removeAllRequests
(LDAPConnThread connThread) Remove all requests associated with the specified connThread Called when a connThread has a network error(package private) void
LDAPMessageQueue.setException
(LDAPConnThread connThread, LDAPException e) Signals that a network exception occured while servicing the request.Constructors in netscape.ldap with parameters of type LDAPConnThreadModifierConstructorDescription(package private)
RequestEntry
(int id, LDAPConnection connection, LDAPConnThread connThread, int timeLimit)