com.esri.arcgis.datasourcesraster
Interface IThreadedOperationParameters

All Superinterfaces:
java.io.Serializable
All Known Subinterfaces:
IThreadedOperationParameters2
All Known Implementing Classes:
AddNewerRastersParameters, AddRastersParameters, BuildBoundaryParameters, BuildFootprintsParameters, BuildSeamlinesParameters, ComputeDirtyAreaParameters, DefineOverviewsParameters, ExportItemsParameters, GenerateOverviewsParameters, IThreadedOperationParameters2Proxy, IThreadedOperationParametersProxy, ScientificDataCrawler, SynchronizeParameters

public interface IThreadedOperationParameters
extends java.io.Serializable

COM Interface 'IThreadedOperationParameters'. 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 IIDb4a72532_b2fd_41ee_9216_2fa2921af897
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 int getNumThreads()
          The number of parallel threads that execute parts of the associated operation.
 void getRecommendedNumThreads(int[] pRecommendedNumThreads)
          The number of parallel threads of execution recommended by the system.
 java.lang.String getServerName()
          The URL to the server object name where parts of the operation may be remotely executed.
 void setNumThreads(int pNumThreads)
          The number of parallel threads that execute parts of the associated operation.
 void setServerName(java.lang.String pServerUrl)
          The URL to the server object name where parts of the operation may be remotely executed.
 

Field Detail

IIDb4a72532_b2fd_41ee_9216_2fa2921af897

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

setServerName

void setServerName(java.lang.String pServerUrl)
                   throws java.io.IOException,
                          AutomationException
The URL to the server object name where parts of the operation may be remotely executed.

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

getServerName

java.lang.String getServerName()
                               throws java.io.IOException,
                                      AutomationException
The URL to the server object name where parts of the operation may be remotely executed.

Returns:
The pServerUrl
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setNumThreads

void setNumThreads(int pNumThreads)
                   throws java.io.IOException,
                          AutomationException
The number of parallel threads that execute parts of the associated operation.

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

getNumThreads

int getNumThreads()
                  throws java.io.IOException,
                         AutomationException
The number of parallel threads that execute parts of the associated operation.

Returns:
The pNumThreads
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getRecommendedNumThreads

void getRecommendedNumThreads(int[] pRecommendedNumThreads)
                              throws java.io.IOException,
                                     AutomationException
The number of parallel threads of execution recommended by the system.

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