com.esri.arcgis.geoprocessing
Interface IMapCacheTileManagerJobResultHandler

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
IMapCacheTileManagerJobResultHandlerProxy

public interface IMapCacheTileManagerJobResultHandler
extends java.io.Serializable

COM Interface 'IMapCacheTileManagerJobResultHandler'. Generated 3/19/2015 1:20:59 PM from 'C:\ArcGIS\COM\esriGeoprocessing.olb'

Description: 'Processes the results of a MapCacheTileManagerJob' Generator Options: PromptForTypeLibraries = False ClashPrefix = esri_ LowerCaseMemberNames = True IDispatchOnly = False RetryOnReject = False AwtForOcxs = True ArraysAsObjects = False DontRenameSameMethods = False ImplementConflictingInterfaces = True ReuseMethods = True RenameConflictingInterfaceMethods = True GenBeanInfo = True GenerateJavadoc =


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IIDa83cd34f_ed50_4bf2_b75b_b4d5efa5da62
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 void getFeatureClassWorkspacePath(java.lang.String[] pWorkspace)
          Feature class workspace path
 void getMessages(IGPMessages[] ppMessages)
          Messages
 void setFeatureClassWorkspacePath(java.lang.String workspace)
          Feature class workspace path
 void setMessages(IGPMessages pMessages)
          Messages
 

Field Detail

IIDa83cd34f_ed50_4bf2_b75b_b4d5efa5da62

static final int IIDa83cd34f_ed50_4bf2_b75b_b4d5efa5da62
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

getFeatureClassWorkspacePath

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

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

setFeatureClassWorkspacePath

void setFeatureClassWorkspacePath(java.lang.String workspace)
                                  throws java.io.IOException,
                                         AutomationException
Feature class workspace path

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

getMessages

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

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

setMessages

void setMessages(IGPMessages pMessages)
                 throws java.io.IOException,
                        AutomationException
Messages

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