com.esri.arcgis.datasourcesraster
Interface IThreadedJobResultHandler

All Superinterfaces:
Serializable
All Known Implementing Classes:
IThreadedJobResultHandlerProxy, MapCacheTileManagerJobResultHandler

public interface IThreadedJobResultHandler
extends Serializable

Provides access to members that control a threded job result handler.

Product Availability

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


Method Summary
 IPropertySet getProperties()
          All the properties that make up the result handler object.
 void processResult(IThreadedJobResult pJobResult, ITrackCancel pTrackCancel)
          Processes the specified intermediate job result object.
 void setPropertiesByRef(IPropertySet ppHandlerProperties)
          All the properties that make up the result handler object.
 

Method Detail

processResult

void processResult(IThreadedJobResult pJobResult,
                   ITrackCancel pTrackCancel)
                   throws IOException,
                          AutomationException
Processes the specified intermediate job result object.

Product Availability

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

Parameters:
pJobResult - A reference to a com.esri.arcgis.datasourcesraster.IThreadedJobResult (in)
pTrackCancel - A reference to a com.esri.arcgis.system.ITrackCancel (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setPropertiesByRef

void setPropertiesByRef(IPropertySet ppHandlerProperties)
                        throws IOException,
                               AutomationException
All the properties that make up the result handler object.

Product Availability

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

Parameters:
ppHandlerProperties - A reference to a com.esri.arcgis.system.IPropertySet (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getProperties

IPropertySet getProperties()
                           throws IOException,
                                  AutomationException
All the properties that make up the result handler object.

Product Availability

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

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