Uses of Interface
org.gvsig.remoteclient.taskplanning.IRunnableTask

Packages that use IRunnableTask
org.gvsig.remoteclient.taskplanning   
org.gvsig.remoteclient.taskplanning.retrieving Gestor de downloads multihilo Permite mantener en threads separados las peticiones a servidores remotos (http, ftp, etc), de manera que el flujo normal de ejecución del programa no se quede detenido cuando se realiza una petición. 
 

Uses of IRunnableTask in org.gvsig.remoteclient.taskplanning
 

Methods in org.gvsig.remoteclient.taskplanning that return IRunnableTask
 IRunnableTask ITaskPlanner.nextTask()
          Takes the next task to be executed.
 IRunnableTask FIFOTaskPlanner.nextTask()
           
 IRunnableTask ITaskPlanner.previousTask()
          Deprecated. (probably this is unuseful and i'll remove it)
 IRunnableTask FIFOTaskPlanner.previousTask()
          FIFO plans have no previous tasks so, null is always returned.
 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.
 

Methods in org.gvsig.remoteclient.taskplanning with parameters of type IRunnableTask
 IRunnableTask IQueue.put(IRunnableTask task)
          Adds a new task to the queue.
 

Uses of IRunnableTask in org.gvsig.remoteclient.taskplanning.retrieving
 

Classes in org.gvsig.remoteclient.taskplanning.retrieving that implement IRunnableTask
 class URLRetrieveTask
          Clase para bajar ficheros en un thread independiente.
 

Methods in org.gvsig.remoteclient.taskplanning.retrieving that return IRunnableTask
 IRunnableTask RetrieveQueue.put(IRunnableTask task)
           
 IRunnableTask RetrieveQueue.take()
           
 

Methods in org.gvsig.remoteclient.taskplanning.retrieving with parameters of type IRunnableTask
 IRunnableTask RetrieveQueue.put(IRunnableTask task)
           
 



Copyright © 2004-2013 gvSIG. All Rights Reserved.