public interface IThreadedOperationParameters2 extends IThreadedOperationParameters, 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 |
IID75901a83_b135_4acc_8354_64dc9b945b6c |
static int |
xxDummy
Deprecated.
Internal use only
|
IIDb4a72532_b2fd_41ee_9216_2fa2921af897
Modifier and Type | Method and Description |
---|---|
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.
|
getNumThreads, getRecommendedNumThreads, getServerName, setNumThreads, setServerName
static final int IID75901a83_b135_4acc_8354_64dc9b945b6c
static final int xxDummy
static final java.lang.String IID
void setServerObjectNameByRef(IName ppName) throws java.io.IOException, AutomationException
ppName
- A reference to a com.esri.arcgis.system.IName (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.IName getServerObjectName() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.