|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.lang.Thread | +--javax.realtime.RealtimeThread | +--javax.realtime.QuantaThread
Field Summary | |
static boolean |
done
|
static int |
timerFlag
|
Fields inherited from class javax.realtime.RealtimeThread |
checkDepth, currentScheduler, heapMemCount, mem, memAreaStack, memoryParameters, noHeap, original, processingGroupParameters, releaseParameters, RTJ_init_in_progress, schedulingParameters, topStack |
Fields inherited from class java.lang.Thread |
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY |
Constructor Summary | |
QuantaThread()
|
Method Summary | |
static void |
flagHandler()
|
void |
run()
Override the Thread.run() method, because Thread.run() doesn't work. |
Methods inherited from class java.lang.Thread |
checkAccess, countStackFrames, destroy, getContextClassLoader, getName, getPriority, getThreadGroup, holdsLock, isAlive, isDaemon, isInterrupted, join, join, join, resume, setContextClassLoader, setDaemon, setName, setPriority, stop, stop, suspend |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
public static int timerFlag
public static boolean done
Constructor Detail |
public QuantaThread()
Method Detail |
public void run()
RealtimeThread
run
in interface java.lang.Runnable
run
in class RealtimeThread
public static void flagHandler()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |