anvil.core.runtime
Class FunctionThread

java.lang.Object
  |
  +--java.lang.Thread
        |
        +--anvil.core.runtime.FunctionThread
All Implemented Interfaces:
java.lang.Runnable

public class FunctionThread
extends java.lang.Thread

class FunctionThread


Field Summary
protected  FunctionTask _task
           
 
Fields inherited from class java.lang.Thread
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY
 
Constructor Summary
FunctionThread(Context context, FunctionTask task, java.lang.String name)
           
 
Method Summary
 void start(Any callable, Any[] parameters)
           
 
Methods inherited from class java.lang.Thread
activeCount, checkAccess, countStackFrames, currentThread, destroy, dumpStack, enumerate, getContextClassLoader, getName, getPriority, getThreadGroup, holdsLock, interrupt, interrupted, isAlive, isDaemon, isInterrupted, join, join, join, resume, run, setContextClassLoader, setDaemon, setName, setPriority, sleep, sleep, start, stop, stop, suspend, toString, yield
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

_task

protected FunctionTask _task
Constructor Detail

FunctionThread

public FunctionThread(Context context,
                      FunctionTask task,
                      java.lang.String name)
Method Detail

start

public void start(Any callable,
                  Any[] parameters)