|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.lang.Thread | +--rjw.dc.processes.ExportMovieCD
Field Summary | |
static boolean |
running
Specifies whether the export process is running |
Fields inherited from class java.lang.Thread |
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY |
Constructor Summary | |
ExportMovieCD(java.lang.String loc,
boolean bConfirmDirs,
java.lang.String file,
java.lang.String cdName,
boolean bToFile,
boolean bToTable)
Initializes the export process. |
Method Summary | |
void |
run()
Starts the export process. |
void |
writeToFile(java.util.Vector data)
Writes the data to the file. |
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 |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
public static boolean running
Constructor Detail |
public ExportMovieCD(java.lang.String loc, boolean bConfirmDirs, java.lang.String file, java.lang.String cdName, boolean bToFile, boolean bToTable)
loc
- location from which the data is readbConfirmDirs
- indicates if per directory should be asked if the data
should be read from this directoryfile
- the export filenamecdName
- name of the location, used for grouping dataMethod Detail |
public void run()
run
in interface java.lang.Runnable
run
in class java.lang.Thread
public void writeToFile(java.util.Vector data)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |