|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IJobTracker
Provides access to members that track and control execution of jobs.
Method Summary | |
---|---|
boolean |
isCanContinue()
Indicates whether job execution can be continued. |
void |
setIsStopped(boolean rhs1)
Must be called by job processor after it stopped job execution. |
void |
setMessage(int type,
String rhs2)
Notifies client about the job execution progress. |
Method Detail |
---|
boolean isCanContinue() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setIsStopped(boolean rhs1) throws IOException, AutomationException
rhs1
- The rhs1 (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setMessage(int type, String rhs2) throws IOException, AutomationException
type
- A com.esri.arcgis.system.esriJobMessageType constant (in)rhs2
- The rhs2 (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 |