public interface IJobCatalog
extends java.io.Serializable
Description: 'Provides access to methods that control a catalog of jobs.' Generator Options: PromptForTypeLibraries = False ClashPrefix = esri_ LowerCaseMemberNames = True IDispatchOnly = False RetryOnReject = False AwtForOcxs = True ArraysAsObjects = False DontRenameSameMethods = False ImplementConflictingInterfaces = True ReuseMethods = True RenameConflictingInterfaceMethods = True GenBeanInfo = True GenerateJavadoc =
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
IID
Deprecated.
Internal use only
|
static int |
IID5c395aac_ebbc_4ffd_bb1e_c99858e168e0 |
static int |
xxDummy
Deprecated.
Internal use only
|
| Modifier and Type | Method and Description |
|---|---|
IJob |
createJob()
Creates a job and adds it to the catalog.
|
IJobFilter |
createJobFilter()
Creates a filter used for searching jobs.
|
IJob |
getJob(java.lang.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(java.lang.String root,
java.lang.String jobProcessorName,
java.lang.String jobProcessorType)
Initializes the job catalog.
|
void |
removeJob(java.lang.String jobID)
Removes job with given id from the catalog.
|
void |
setJobRegistry(IJobRegistry rhs1)
Job Registry.
|
static final int IID5c395aac_ebbc_4ffd_bb1e_c99858e168e0
static final int xxDummy
static final java.lang.String IID
void init(java.lang.String root,
java.lang.String jobProcessorName,
java.lang.String jobProcessorType)
throws java.io.IOException,
AutomationException
root - The root (in)jobProcessorName - The jobProcessorName (in)jobProcessorType - The jobProcessorType (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.void setJobRegistry(IJobRegistry rhs1) throws java.io.IOException, AutomationException
rhs1 - A reference to a com.esri.arcgis.system.IJobRegistry (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.IJob createJob() throws java.io.IOException, AutomationException
java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.IJobFilter createJobFilter() throws java.io.IOException, AutomationException
java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.IJob getJob(java.lang.String jobID, boolean bLock) throws java.io.IOException, AutomationException
jobID - The jobID (in)bLock - The bLock (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.void removeJob(java.lang.String jobID)
throws java.io.IOException,
AutomationException
jobID - The jobID (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.IEnumBSTR getJobIDs(IJobFilter pFilter) throws java.io.IOException, AutomationException
pFilter - A reference to a com.esri.arcgis.system.IJobFilter (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.