Searched defs:UNBOUNDED_QUEUE_SIZE (Results 1 - 2 of 2) sorted by relevance

/forgerock/openam-v13/openam-scripting/src/main/java/org/forgerock/openam/scripting/
H A DScriptEngineConfiguration.java46 public static final int UNBOUNDED_QUEUE_SIZE = -1; field in class:ScriptEngineConfiguration
162 * {@link #UNBOUNDED_QUEUE_SIZE} to specify an unbounded queue (this disables the threadPoolMaxSize option). There
367 * use. Use {@link #UNBOUNDED_QUEUE_SIZE} for no limit (in which case the maximum pool size option has no
372 * @param queueSize the maximum queue size or {@link #UNBOUNDED_QUEUE_SIZE} for no limit. Cannot be negative if
377 Reject.ifTrue(queueSize < UNBOUNDED_QUEUE_SIZE, "Queue size cannot be negative");
/forgerock/openam/openam-scripting/src/main/java/org/forgerock/openam/scripting/
H A DScriptEngineConfiguration.java46 public static final int UNBOUNDED_QUEUE_SIZE = -1; field in class:ScriptEngineConfiguration
162 * {@link #UNBOUNDED_QUEUE_SIZE} to specify an unbounded queue (this disables the threadPoolMaxSize option). There
367 * use. Use {@link #UNBOUNDED_QUEUE_SIZE} for no limit (in which case the maximum pool size option has no
372 * @param queueSize the maximum queue size or {@link #UNBOUNDED_QUEUE_SIZE} for no limit. Cannot be negative if
377 Reject.ifTrue(queueSize < UNBOUNDED_QUEUE_SIZE, "Queue size cannot be negative");

Completed in 29 milliseconds