Detailed reference of prototypes, properties and methods available in the
Javascript environment of your Helma web applications.

Fields and methods of the jala.AsyncRequest class.
jala AsyncRequest(obj, funcName, args)   deprecated Use the {@link http://helma.zumbrunn.net/reference/core/app.html#invokeAsync app.invokeAsync} method instead (built-in into Helma as of version 1.6)
Creates a new AsyncRequest instance.
parameters
Object obj Object in whose context the method should be called
String funcName Name of the function to call
Array args Array containing the arguments that should be passed to the function (optional). This option is deprecated, instead pass the arguments directly to the {@link #run} method.
methods
Methods
jala.AsyncRequest. setTimeout(seconds)
Sets the timeout of this asynchronous request.
parameters
Number seconds Thread-timeout.
jala.AsyncRequest. setDelay(millis)
Defines the delay to wait before evaluating this asynchronous request.
parameters
Number millis Milliseconds to wait
Starts this asynchronous request. Any arguments passed to this method will be passed to the method executed by this AsyncRequest instance.
jala.AsyncRequest. evaluate()   deprecated Use {@link #run} instead
Starts this asynchronous request.
jala.AsyncRequest. isAlive()
Returns true if the underlying thread is alive
returns
True if the underlying thread is alive, false otherwise.
Mon, 07 Apr 2008 15:02:06 GMT.

core framework

optional modules

java libraries