|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Thread
edu.udo.cs.miningmart.gui.application.CompilerThread
A Thread
to run the compilation.
Field Summary | |
static int |
COMPILE_ALL
|
static int |
COMPILE_FROM_STEP
|
static int |
COMPILE_STEP
|
static int |
COMPILE_UNTIL_STEP
|
Fields inherited from class java.lang.Thread |
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY |
Constructor Summary | |
CompilerThread(MiningMartApplication app,
int task,
long stepId)
|
Method Summary | |
void |
killCompilation()
Kills the compilation. |
void |
run()
Runs the CompilerThread. |
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, 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 |
public static final int COMPILE_STEP
public static final int COMPILE_FROM_STEP
public static final int COMPILE_UNTIL_STEP
public static final int COMPILE_ALL
Constructor Detail |
public CompilerThread(MiningMartApplication app, int task, long stepId)
Method Detail |
public void killCompilation()
public void run()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |