edu.udo.cs.miningmart.gui.application
Class CompilerThread

java.lang.Object
  extended byjava.lang.Thread
      extended byedu.udo.cs.miningmart.gui.application.CompilerThread
All Implemented Interfaces:
java.lang.Runnable

public class CompilerThread
extends java.lang.Thread

A Thread to run the compilation.

Version:
$Id: CompilerThread.java,v 1.5 2006/04/11 14:10:15 euler Exp $
Author:
Daniel Hakenjos

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

COMPILE_STEP

public static final int COMPILE_STEP
See Also:
Constant Field Values

COMPILE_FROM_STEP

public static final int COMPILE_FROM_STEP
See Also:
Constant Field Values

COMPILE_UNTIL_STEP

public static final int COMPILE_UNTIL_STEP
See Also:
Constant Field Values

COMPILE_ALL

public static final int COMPILE_ALL
See Also:
Constant Field Values
Constructor Detail

CompilerThread

public CompilerThread(MiningMartApplication app,
                      int task,
                      long stepId)
Method Detail

killCompilation

public void killCompilation()
Kills the compilation.


run

public void run()
Runs the CompilerThread.



Copyright © 2001-2005