wt.clients.beans.query
Class ProcessQuery

java.lang.Object
  extended byjava.lang.Thread
      extended bywt.util.WTThread
          extended bywt.clients.beans.query.ProcessQuery
All Implemented Interfaces:
Runnable

class ProcessQuery
extends WTThread


Field Summary
private  boolean myAppend
           
private  WTQuery myQuery
           
private static boolean VERBOSE
           
 
Fields inherited from class wt.util.WTThread
CREATED, DONE, PROGRESS_COUNT, PROGRESS_PERCENT, RUNNING, STATE, STATUS
 
Fields inherited from class java.lang.Thread
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY
 
Constructor Summary
ProcessQuery(ThreadGroup a_thread_group, WTQuery a_query, boolean aAppend)
           
 
Method Summary
 void interrupt()
          Interrupt this thread.
 void run()
          Run method.
 
Methods inherited from class wt.util.WTThread
addPropertyChangeListener, cancel, currentProgressCount, currentProgressPercent, currentStatus, firePropertyChange, firePropertyChange, getProgressCount, getProgressPercent, getState, getStatus, isInterrupted, ready, removePropertyChangeListener, setInterruptHandler, setProgressCount, setProgressPercent, setStatus, start
 
Methods inherited from class java.lang.Thread
activeCount, checkAccess, countStackFrames, currentThread, destroy, dumpStack, enumerate, getContextClassLoader, getName, getPriority, getThreadGroup, holdsLock, interrupted, isAlive, isDaemon, 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

myQuery

private WTQuery myQuery

myAppend

private boolean myAppend

VERBOSE

private static boolean VERBOSE
Constructor Detail

ProcessQuery

public ProcessQuery(ThreadGroup a_thread_group,
                    WTQuery a_query,
                    boolean aAppend)
Method Detail

interrupt

public void interrupt()
Description copied from class: WTThread
Interrupt this thread. If an interrupt handler has been set, it will be run.

Supported API: true

Overrides:
interrupt in class WTThread

run

public void run()
Description copied from class: WTThread
Run method. This method overrides the default run method to fire property change events for the state property.

Supported API: true

Specified by:
run in interface Runnable
Overrides:
run in class WTThread