wt.query.qml
Class RetrieveThread

java.lang.Object
  extended byjava.lang.Thread
      extended bywt.query.qml.RetrieveThread
All Implemented Interfaces:
Runnable

class RetrieveThread
extends Thread


Field Summary
(package private)  ClassInfo classInfo
           
private static String CLASSNAME
           
static boolean DEBUG
           
(package private)  Locale locale
           
private static DebugWriter LOG
           
(package private)  boolean recurse
           
 
Fields inherited from class java.lang.Thread
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY
 
Constructor Summary
RetrieveThread(ClassInfo a_classInfo, boolean a_recurse, Locale a_locale)
           
 
Method Summary
 void run()
           
 
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

CLASSNAME

private static final String CLASSNAME

DEBUG

public static final boolean DEBUG

LOG

private static final DebugWriter LOG

classInfo

ClassInfo classInfo

recurse

boolean recurse

locale

Locale locale
Constructor Detail

RetrieveThread

public RetrieveThread(ClassInfo a_classInfo,
                      boolean a_recurse,
                      Locale a_locale)
Method Detail

run

public void run()