Jala 1.3

Class jala.AsyncRequest

Object
   |
   +--jala.AsyncRequest

class jala.AsyncRequest


This class is used to create requests of type "INTERNAL" (like cron-jobs) that are processed in a separate thread and therefor asynchronous.
Deprecated Use the app.invokeAsync method instead (built-in into Helma as of version 1.6)

Defined in AsyncRequest.js


Constructor Summary
jala.AsyncRequest (<Object> obj, <String> funcName, <Array> args)
            Creates a new AsyncRequest instance.
 
Method Summary
 void evaluate()
           Starts this asynchronous request.
 Boolean isAlive()
           Returns true if the underlying thread is alive
 void run()
           Starts this asynchronous request.
 void setDelay(<Number> millis)
           Defines the delay to wait before evaluating this asynchronous request.
 void setTimeout(<Number> seconds)
           Sets the timeout of this asynchronous request.

Constructor Detail

jala.AsyncRequest

jala.AsyncRequest(<Object> obj, <String> funcName, <Array> args)

Method Detail

evaluate

void evaluate()

isAlive

Boolean isAlive()

run

void run()

setDelay

void setDelay(<Number> millis)

setTimeout

void setTimeout(<Number> seconds)

Jala 1.3

Documentation generated by JSDoc on Tue Jan 8 15:45:31 2008