com.esri.arcgis.datasourcesraster
Interface IThreadedOperationParameters2

All Superinterfaces:
IThreadedOperationParameters, Serializable

public interface IThreadedOperationParameters2
extends IThreadedOperationParameters, Serializable

Provides access to members that control threaded operation parameters.

Product Availability

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


Method Summary
 IName getServerObjectName()
          The server object name identifying the service where parts of the associated operation may be remotely executed.
 void setServerObjectNameByRef(IName ppName)
          The server object name identifying the service where parts of the associated operation may be remotely executed.
 
Methods inherited from interface com.esri.arcgis.datasourcesraster.IThreadedOperationParameters
getNumThreads, getRecommendedNumThreads, getServerName, setNumThreads, setServerName
 

Method Detail

setServerObjectNameByRef

void setServerObjectNameByRef(IName ppName)
                              throws IOException,
                                     AutomationException
The server object name identifying the service where parts of the associated operation may be remotely executed.

Product Availability

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

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

getServerObjectName

IName getServerObjectName()
                          throws IOException,
                                 AutomationException
The server object name identifying the service where parts of the associated operation may be remotely executed.

Product Availability

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

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