Choose a random id in range [min, max) according to the probability distribution.
@param rng a random number generator to use for random choice
@return the chosen id
Формирует выборку записей из результата запроса. Получение выборок очень большого размера (более 64Mb) требует наличия достаточного количества свободного места на диске, используемом для размещения временных файлов сервера и клиента.
@return
@throws JIException
Indicate which of two possible messages should be substituted for the <msg:n,m> tag. An argument of true would select message n while an argument of false would select m. In the future, this capability may be expanded to support more than two choices.
@param choice boolean indicating which message to substitute
Sets the value of a select element; Will unselect previously selected option(s). This method will do nothing for elements which are not select fields. Internally calls browser.choose(this, value, false);
@param value
@throws ExecutionException
Creates an iterator to be used for choosing the physical target for an exchange. When dispatching an exchange, the NMR will select the first endpoint and choose a flow that can handle it. If no flow can be used, try the next endpoint until no more endpoints can be used.
@return an iterator on matching endpoints
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.