All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class javaNOW.EvalThread

java.lang.Object
   |
   +----javaNOW.EvalThread

public class EvalThread
extends Object
implements TPoolWork

Variable Index

 o INCR_EVAL_THREADS
 o MAX_EVAL_THREADS
Constants

Constructor Index

 o EvalThread(JavaNOWAPI, TPool)
Constructors

Method Index

 o cleanUp()
 o execute(MailboxKey, ActiveMessage, Object)
 o worker(Object)

Variables

 o MAX_EVAL_THREADS
 public static final int MAX_EVAL_THREADS
Constants

See Also:
class, method
 o INCR_EVAL_THREADS
 public static final int INCR_EVAL_THREADS

Constructors

 o EvalThread
 public EvalThread(JavaNOWAPI javaNOW,
                   TPool tPool)
Constructors

See Also:
class, method

Methods

 o execute
 public void execute(MailboxKey ts,
                     ActiveMessage aMessage,
                     Object arg)
 o worker
 public void worker(Object arg)
 o cleanUp
 public void cleanUp()

All Packages  Class Hierarchy  This Package  Previous  Next  Index