|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IThreadedOperationParameters
Provides access to members that control threaded operation parameters.
| 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. |
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(String pServerUrl)
The URL to the server object name where parts of the operation may be remotely executed. |
| Method Detail |
|---|
void setServerName(String pServerUrl)
throws IOException,
AutomationException
pServerUrl - The pServerUrl (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
String getServerName()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setNumThreads(int pNumThreads)
throws IOException,
AutomationException
pNumThreads - The pNumThreads (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
int getNumThreads()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void getRecommendedNumThreads(int[] pRecommendedNumThreads)
throws IOException,
AutomationException
pRecommendedNumThreads - The pRecommendedNumThreads (in)
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 | ||||||||