DCT Lightfoot v3 API specification

com.dctl.j2me.system
Class LightfootThread

java.lang.Object
  |
  +--java.lang.Thread
        |
        +--com.dctl.j2me.system.LightfootThread
All Implemented Interfaces:
Runnable

public class LightfootThread
extends Thread

A lightfoot thread allows a thread to be created with more fine grained control


Field Summary
 
Fields inherited from class java.lang.Thread
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY
 
Constructor Summary
LightfootThread(int size, java.lang.String name)
          Create a lightfoot thread with the specified stack size and name
 
Methods inherited from class java.lang.Thread
activeCount, currentThread, getName, getPriority, isAlive, join, run, setPriority, sleep, start, toString, yield
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

LightfootThread

public LightfootThread(int size,
                       java.lang.String name)
Create a lightfoot thread with the specified stack size and name

Parameters:
size - The stack size
name - The name

DCT Lightfoot v3 API specification

DCT Lightfoot v3 API specification