|
|||||||||
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 host machine name where parts of the operation are remotely executed. |
void |
setNumThreads(int pNumThreads)
The number of parallel threads that execute parts of the associated operation. |
void |
setServerName(String pServerName)
The host machine name where parts of the operation are remotely executed. |
Method Detail |
---|
void setServerName(String pServerName) throws IOException, AutomationException
pServerName
- The pServerName (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 |