com.esri.arcgis.datasourcesraster
Interface IEnumThreadedJobs

All Superinterfaces:
Serializable
All Known Implementing Classes:
MapCacheExporter, MapCacheStorageFormatConvertor, MapCacheTileManager

public interface IEnumThreadedJobs
extends Serializable

Executes in parallel and performs the job.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.


Method Summary
 IThreadedJob next()
          Returns the next threaded job.
 void reset()
          Resets the enumerator.
 

Method Detail

next

IThreadedJob next()
                  throws IOException,
                         AutomationException
Returns the next threaded job.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Returns:
A reference to a com.esri.arcgis.datasourcesraster.IThreadedJob
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

reset

void reset()
           throws IOException,
                  AutomationException
Resets the enumerator.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.