|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Thread
net.sf.dc.processes.http.InternetUpdateProcess
net.sf.dc.processes.http.FreeDBAudioCDUpdate
public class FreeDBAudioCDUpdate
Searches the FreeDB server by using keywords or the disc ID of an Audio CD
Nested Class Summary |
---|
Nested classes/interfaces inherited from class java.lang.Thread |
---|
java.lang.Thread.State, java.lang.Thread.UncaughtExceptionHandler |
Field Summary |
---|
Fields inherited from class net.sf.dc.processes.http.InternetUpdateProcess |
---|
cancelled |
Fields inherited from class java.lang.Thread |
---|
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY |
Constructor Summary | |
---|---|
FreeDBAudioCDUpdate(ImportAudioCDDialog ui,
DCModule module)
Initializes this dialog |
|
FreeDBAudioCDUpdate(ImportAudioCDDialog ui,
DCModule module,
java.lang.String keywords)
|
Method Summary | |
---|---|
java.lang.String[] |
getCategories()
Returns all the categories as known by the FreeDB server |
Freedb |
getFreedbInstance()
Returns an Freedb instance. |
void |
run()
Starts the search thread. |
Methods inherited from class net.sf.dc.processes.http.InternetUpdateProcess |
---|
stopSearch |
Methods inherited from class java.lang.Thread |
---|
activeCount, checkAccess, countStackFrames, currentThread, destroy, dumpStack, enumerate, getAllStackTraces, getContextClassLoader, getDefaultUncaughtExceptionHandler, getId, getName, getPriority, getStackTrace, getState, getThreadGroup, getUncaughtExceptionHandler, holdsLock, interrupt, interrupted, isAlive, isDaemon, isInterrupted, join, join, join, resume, setContextClassLoader, setDaemon, setDefaultUncaughtExceptionHandler, setName, setPriority, setUncaughtExceptionHandler, 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 |
Constructor Detail |
---|
public FreeDBAudioCDUpdate(ImportAudioCDDialog ui, DCModule module)
type
- searchtypeui
- the ui to whoch messages will be sendmodule
- the module from which this dialog is startedpublic FreeDBAudioCDUpdate(ImportAudioCDDialog ui, DCModule module, java.lang.String keywords)
Method Detail |
---|
public Freedb getFreedbInstance()
public java.lang.String[] getCategories()
public void run()
run
in interface java.lang.Runnable
run
in class java.lang.Thread
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |