237238239240241242243
/** * Creates a new instance of this LDAP connection handler. It must * be initialized before it may be used. */ public LDAPConnectionHandler() { this(new WorkQueueStrategy(), DEFAULT_FRIENDLY_NAME); }