com.esri.arcgis.geoprocessing
Interface IMapCacheTileManagerJobResultHandler

All Superinterfaces:
Serializable

public interface IMapCacheTileManagerJobResultHandler
extends Serializable

Processes the results of a MapCacheTileManagerJob

Product Availability

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


Method Summary
 void getFeatureClassWorkspacePath(String[] pWorkspace)
          Feature class workspace path
 void getMessages(IGPMessages[] ppMessages)
          Messages
 void setFeatureClassWorkspacePath(String workspace)
          Feature class workspace path
 void setMessages(IGPMessages pMessages)
          Messages
 

Method Detail

getFeatureClassWorkspacePath

void getFeatureClassWorkspacePath(String[] pWorkspace)
                                  throws IOException,
                                         AutomationException
Feature class workspace path

Product Availability

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

Parameters:
pWorkspace - The pWorkspace (out: use single element array)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setFeatureClassWorkspacePath

void setFeatureClassWorkspacePath(String workspace)
                                  throws IOException,
                                         AutomationException
Feature class workspace path

Product Availability

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

Parameters:
workspace - The workspace (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getMessages

void getMessages(IGPMessages[] ppMessages)
                 throws IOException,
                        AutomationException
Messages

Product Availability

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

Parameters:
ppMessages - A reference to a com.esri.arcgis.geodatabase.IGPMessages (out: use single element array)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setMessages

void setMessages(IGPMessages pMessages)
                 throws IOException,
                        AutomationException
Messages

Product Availability

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

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