|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.lang.Thread | +--de.knup.jedi.jayshare.DownloadQueueManager
DownloadQueueManager downloads the items in the queue and removes them from it.
Inner Class Summary | |
private static class |
DownloadQueueManager.GetFile
GetFile represents a single file item in the temporary download vector. |
Field Summary | |
private static long |
RESPONSE_DELAY_TIME
Defines how long to wait for the service requests to be replied. |
private Status |
status
Reference to the status instance. |
Fields inherited from class java.lang.Thread |
contextClassLoader,
daemon,
eetop,
group,
inheritedAccessControlContext,
MAX_PRIORITY,
MIN_PRIORITY,
name,
NORM_PRIORITY,
priority,
single_step,
stillborn,
stopThreadPermission,
target,
threadInitNumber,
threadQ,
values |
Constructor Summary | |
DownloadQueueManager(Status status)
Create a download queue manager. |
Method Summary | |
void |
run()
Start downloading all files in the queue. |
Methods inherited from class java.lang.Thread |
|
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
wait,
wait,
wait |
Field Detail |
private static final long RESPONSE_DELAY_TIME
private Status status
Constructor Detail |
public DownloadQueueManager(Status status)
status
- is a reference to the current status instance.Method Detail |
public void run()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |