Package org.nasutekds.server.core

Examples of org.nasutekds.server.core.WorkQueueStrategy


  /**
   * 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);
  }
View Full Code Here

TOP

Related Classes of org.nasutekds.server.core.WorkQueueStrategy

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.