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
|
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 |
LightfootThread
public LightfootThread(int size,
java.lang.String name)
- Create a lightfoot thread with the specified stack size and name
- Parameters:
size - The stack sizename - The name
DCT Lightfoot v3 API specification