lib3k 0.1a

Class Thread

Object
   |
   +--Thread

class Thread


A Thread can be either a generic java.lang.Thread object or an internal Helma request. In both cases the code will be evaluated "in background", ie. apart from the current thread.
Defined in Thread.js


Constructor Summary
Thread (<Object> handler, <String> method )
            Creates a new Thread instance.
 
Method Summary
 Boolean isRunning()
           Returns the current state of the thread.
 void start()
           Starts the thread.
 void stop()
           Stops the thread.

Constructor Detail

Thread

Thread(<Object> handler, <String> method )

Method Detail

isRunning

Boolean isRunning()

start

void start()

stop

void stop()

lib3k 0.1a

Documentation generated by JSDoc on Sun Mar 4 00:51:24 2007