|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IThreadedOperationParameters
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 |
---|
static final int IIDb4a72532_b2fd_41ee_9216_2fa2921af897
static final int xxDummy
static final java.lang.String IID
Method Detail |
---|
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.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |