public interface IThreadedOperationParameters
extends java.io.Serializable
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 =
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
IID
Deprecated.
Internal use only
|
static int |
IIDb4a72532_b2fd_41ee_9216_2fa2921af897 |
static int |
xxDummy
Deprecated.
Internal use only
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
static final int IIDb4a72532_b2fd_41ee_9216_2fa2921af897
static final int xxDummy
static final java.lang.String IID
void setServerName(java.lang.String pServerUrl)
throws java.io.IOException,
AutomationException
pServerUrl - The pServerUrl (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.java.lang.String getServerName()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.void setNumThreads(int pNumThreads)
throws java.io.IOException,
AutomationException
pNumThreads - The pNumThreads (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.int getNumThreads()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.void getRecommendedNumThreads(int[] pRecommendedNumThreads)
throws java.io.IOException,
AutomationException
pRecommendedNumThreads - The pRecommendedNumThreads (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.