mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

ludovicp
30.11.2010 736970ac5ce7810bc08b1c6a849a899f8c3af431
opendj-sdk/opends/src/server/org/opends/server/api/WorkQueue.java
@@ -22,7 +22,7 @@
 * CDDL HEADER END
 *
 *
 *      Copyright 2006-2008 Sun Microsystems, Inc.
 *      Copyright 2006-2010 Sun Microsystems, Inc.
 */
package org.opends.server.api;
import org.opends.messages.Message;
@@ -165,5 +165,16 @@
    return false;
  }
 /**
   * Specifies the maximum number of simultaneous persistent
   * searches that are allowed.
   *
   * @return   The maximum number of simultaneous persistent
  *                      searches that are allowed.
   */
  public abstract int getMaxPersistentSearchLimit();
}