|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IJobCatalog
Provides access to methods that control a catalog of jobs.
| Method Summary | |
|---|---|
IJob |
createJob()
Creates a job and adds it to the catalog. |
IJobFilter |
createJobFilter()
Creates a filter used for searching jobs. |
IJob |
getJob(String jobID,
boolean bLock)
Retrieves job with given id from the catalog. |
IEnumBSTR |
getJobIDs(IJobFilter pFilter)
Returns ids of all jobs in the catalog that match specified filter. |
void |
init(String root,
String jobProcessorName,
String jobProcessorType)
Initializes the job catalog. |
void |
removeJob(String jobID)
Removes job with given id from the catalog. |
void |
setJobRegistry(IJobRegistry rhs1)
Job Registry. |
| Method Detail |
|---|
void init(String root,
String jobProcessorName,
String jobProcessorType)
throws IOException,
AutomationException
root - The root (in)jobProcessorName - The jobProcessorName (in)jobProcessorType - The jobProcessorType (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setJobRegistry(IJobRegistry rhs1)
throws IOException,
AutomationException
rhs1 - A reference to a com.esri.arcgis.system.IJobRegistry (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IJob createJob()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IJobFilter createJobFilter()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IJob getJob(String jobID,
boolean bLock)
throws IOException,
AutomationException
jobID - The jobID (in)bLock - The bLock (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void removeJob(String jobID)
throws IOException,
AutomationException
jobID - The jobID (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IEnumBSTR getJobIDs(IJobFilter pFilter)
throws IOException,
AutomationException
pFilter - A reference to a com.esri.arcgis.system.IJobFilter (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 | ||||||||