|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IServerJobManager
Method Summary | |
---|---|
void |
cancelJob(String jobID)
cancelJob |
boolean |
checkJob(String jobID)
checkJob |
void |
executeJob(String cfgName,
String cfgType,
String jobID)
executeJob |
Method Detail |
---|
void executeJob(String cfgName, String cfgType, String jobID) throws IOException, AutomationException
cfgName
- The cfgName (in)cfgType
- The cfgType (in)jobID
- The jobID (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean checkJob(String jobID) throws IOException, AutomationException
jobID
- The jobID (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void cancelJob(String jobID) throws IOException, AutomationException
jobID
- The jobID (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 |