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) LDAPConnThreadLDAPMessageQueue.RequestEntry.connThreadprivate LDAPConnThreadLDAPConnection.m_threadMethods in netscape.ldap that return LDAPConnThreadModifier and TypeMethodDescription(package private) LDAPConnThreadLDAPMessageQueue.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) voidLDAPMessageQueue.addRequest(int id, LDAPConnection connection, LDAPConnThread connThread, int timeLimit) Registers a LDAP request(package private) intLDAPMessageQueue.removeAllRequests(LDAPConnThread connThread) Remove all requests associated with the specified connThread Called when a connThread has a network error(package private) voidLDAPMessageQueue.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)