|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IThreadedJob
Executes in parallel and performs the job.
Method Summary | |
---|---|
void |
cancel()
Cancel the current job. |
void |
execute(ITrackCancel pTrackCancel)
Executes the job. |
IThreadedJobResult |
getResult()
The result of this job. |
void |
setThreadNumber(int threadID)
Sets the thread number on the job. |
Method Detail |
---|
void setThreadNumber(int threadID) throws IOException, AutomationException
threadID
- The threadID (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void execute(ITrackCancel pTrackCancel) throws IOException, AutomationException
pTrackCancel
- A reference to a com.esri.arcgis.system.ITrackCancel (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IThreadedJobResult getResult() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void cancel() throws IOException, AutomationException
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 |