|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IJobRegistry
Provides access to methods that control a Jobs Registry.
| Method Summary | |
|---|---|
String |
getJobDirectory(String jobID)
Returns path to job's directory. |
void |
init(String path)
Initializes the jobs registry. |
void |
registerJob(String jobID,
String jobDir)
Registers job. |
void |
unregisterJob(String jobID)
Unregisters job. |
| Method Detail |
|---|
void init(String path)
throws IOException,
AutomationException
path - The path (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void registerJob(String jobID,
String jobDir)
throws IOException,
AutomationException
jobID - The jobID (in)jobDir - The jobDir (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void unregisterJob(String jobID)
throws IOException,
AutomationException
jobID - The jobID (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
String getJobDirectory(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 | ||||||||