|
||||||||||
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.ImdbUpdate
Updates a set of records by contacting the online database. The process uses the IMDBSearchForm to get input from the user.
Field Summary | |
static boolean |
running
Specifies whether the process is running |
Fields inherited from class java.lang.Thread |
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY |
Constructor Summary | |
ImdbUpdate(java.lang.Object[][] data,
java.lang.Object sender)
Initializes the process. |
Method Summary | |
void |
run()
Starts the process |
void |
searchIMDB(java.lang.Object[][] data)
Opens a result form for every Imdb request so the user can select the most likely one |
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 ImdbUpdate(java.lang.Object[][] data, java.lang.Object sender)
Method Detail |
public void run()
run
in interface java.lang.Runnable
run
in class java.lang.Thread
public void searchIMDB(java.lang.Object[][] data)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |