com.esri.arcgis.datasourcesraster
Interface IThreadedOperationParameters2

All Superinterfaces:
IThreadedOperationParameters, java.io.Serializable
All Known Implementing Classes:
IThreadedOperationParameters2Proxy, ScientificDataCrawler

public interface IThreadedOperationParameters2
extends IThreadedOperationParameters, java.io.Serializable

COM Interface 'IThreadedOperationParameters2'. Generated 3/19/2015 1:20:55 PM from 'C:\ArcGIS\COM\esriDataSourcesRaster.olb'

Description: 'Provides access to members that control threaded operation parameters.' 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 IID75901a83_b135_4acc_8354_64dc9b945b6c
           
static int xxDummy
          Deprecated. Internal use only
 
Fields inherited from interface com.esri.arcgis.datasourcesraster.IThreadedOperationParameters
IIDb4a72532_b2fd_41ee_9216_2fa2921af897
 
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
 

Field Detail

IID75901a83_b135_4acc_8354_64dc9b945b6c

static final int IID75901a83_b135_4acc_8354_64dc9b945b6c
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

setServerObjectNameByRef

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

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

getServerObjectName

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

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