| Package | Description |
|---|---|
| org.gvsig.remoteclient.taskplanning | |
| org.gvsig.remoteclient.taskplanning.retrieving |
Gestor de downloads multihilo
|
| Modifier and Type | Method and Description |
|---|---|
IRunnableTask |
FIFOTaskPlanner.nextTask() |
IRunnableTask |
ITaskPlanner.nextTask()
Takes the next task to be executed.
|
IRunnableTask |
FIFOTaskPlanner.previousTask()
FIFO plans have no previous tasks so, null is always returned.
|
IRunnableTask |
ITaskPlanner.previousTask()
Deprecated.
(probably this is unuseful and i'll remove it)
|
IRunnableTask |
IQueue.put(IRunnableTask task)
Adds a new task to the queue.
|
IRunnableTask |
IQueue.take()
Returns the next task by calling the task planner's nextTask() method.
|
| Modifier and Type | Method and Description |
|---|---|
IRunnableTask |
IQueue.put(IRunnableTask task)
Adds a new task to the queue.
|
| Modifier and Type | Class and Description |
|---|---|
class |
URLRetrieveTask
Clase para bajar ficheros en un thread independiente.
|
| Modifier and Type | Method and Description |
|---|---|
IRunnableTask |
RetrieveQueue.put(IRunnableTask task) |
IRunnableTask |
RetrieveQueue.take() |
| Modifier and Type | Method and Description |
|---|---|
IRunnableTask |
RetrieveQueue.put(IRunnableTask task) |
Copyright © 2020 gvSIG Association. All rights reserved.