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 =
public class IJobCatalogProxy extends com.esri.arcgis.interop.Dispatch implements IJobCatalog, java.io.Serializable
Modifier and Type | Field and Description |
---|---|
boolean |
noncastable
Deprecated.
|
static java.lang.Class |
targetClass
Deprecated.
|
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRef
IID, IID5c395aac_ebbc_4ffd_bb1e_c99858e168e0
Modifier | Constructor and Description |
---|---|
|
IJobCatalogProxy()
Deprecated.
For internal use only
|
|
IJobCatalogProxy(java.lang.Object obj)
Deprecated.
|
protected |
IJobCatalogProxy(java.lang.Object obj,
java.lang.String iid)
Deprecated.
|
|
IJobCatalogProxy(java.lang.String CLSID,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
Deprecated.
|
protected |
IJobCatalogProxy(java.lang.String CLSID,
java.lang.String iid,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
addListener(java.lang.String iidStr,
java.lang.Object theListener,
java.lang.Object theSource)
Deprecated.
Adds a Java object to be a listener for a specific kind of event generated by the COM object.
|
IJob |
createJob()
Deprecated.
Creates a job and adds it to the catalog.
|
IJobFilter |
createJobFilter()
Deprecated.
Creates a filter used for searching jobs.
|
IJob |
getJob(java.lang.String jobID,
boolean bLock)
Deprecated.
Retrieves job with given id from the catalog.
|
IEnumBSTR |
getJobIDs(IJobFilter pFilter)
Deprecated.
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)
Deprecated.
Initializes the job catalog.
|
void |
removeJob(java.lang.String jobID)
Deprecated.
Removes job with given id from the catalog.
|
void |
removeListener(java.lang.String iidStr,
java.lang.Object theListener)
Deprecated.
Removes a Java object as a listener to events generated by a COM object.
|
void |
setJobRegistry(IJobRegistry rhs1)
Deprecated.
Job Registry.
|
bindUsingMoniker, constructVtblPosTable, convertToNative, cookieForListener, createDispatch, createObjrefMonikerDisplayName, equals, getActiveObject, getActiveObject, getDefaultProperty, getDispatchIdOfName, getLastErrorCode, getMtsObjectContext, getObjRef, getPropertyByName, getPropertyByName, getVtblPos, hashCode, initDispatch, invoke, invokeMethodByName, invokeMethodByName, invokeMethodByName, invokePropertyGetByName, invokePropertyPutByName, invokePropertyPutByRefByName, isNativeMode, isObjRef, optimizedVtblInvoke, queryInterface, readExternal, release, setNativeMode, setPropertyByName, toString, vtblInvoke, writeExternal
public static final java.lang.Class targetClass
public boolean noncastable
public IJobCatalogProxy(java.lang.String CLSID, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo) throws java.net.UnknownHostException, java.io.IOException
java.net.UnknownHostException
java.io.IOException
public IJobCatalogProxy()
public IJobCatalogProxy(java.lang.Object obj) throws java.io.IOException
java.io.IOException
protected IJobCatalogProxy(java.lang.Object obj, java.lang.String iid) throws java.io.IOException
java.io.IOException
protected IJobCatalogProxy(java.lang.String CLSID, java.lang.String iid, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo) throws java.io.IOException
java.io.IOException
public void addListener(java.lang.String iidStr, java.lang.Object theListener, java.lang.Object theSource) throws java.io.IOException
com.esri.arcgis.interop.Dispatch
addListener
in class com.esri.arcgis.interop.Dispatch
iidStr
- the ID of the outgoing interface, implemented by the listenertheListener
- the object to be informed of the eventstheSource
- the proxy class that represents the COM class that is the source of the eventsjava.io.IOException
public void removeListener(java.lang.String iidStr, java.lang.Object theListener) throws java.io.IOException
com.esri.arcgis.interop.Dispatch
removeListener
in class com.esri.arcgis.interop.Dispatch
iidStr
- the ID of the outgoing interface, implemented by the listenertheListener
- the object that no longer wishes to be informed of the eventsjava.io.IOException
public void init(java.lang.String root, java.lang.String jobProcessorName, java.lang.String jobProcessorType) throws java.io.IOException, AutomationException
init
in interface IJobCatalog
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.public void setJobRegistry(IJobRegistry rhs1) throws java.io.IOException, AutomationException
setJobRegistry
in interface IJobCatalog
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.public IJob createJob() throws java.io.IOException, AutomationException
createJob
in interface IJobCatalog
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public IJobFilter createJobFilter() throws java.io.IOException, AutomationException
createJobFilter
in interface IJobCatalog
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public IJob getJob(java.lang.String jobID, boolean bLock) throws java.io.IOException, AutomationException
getJob
in interface IJobCatalog
jobID
- The jobID (in)bLock
- The bLock (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void removeJob(java.lang.String jobID) throws java.io.IOException, AutomationException
removeJob
in interface IJobCatalog
jobID
- The jobID (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public IEnumBSTR getJobIDs(IJobFilter pFilter) throws java.io.IOException, AutomationException
getJobIDs
in interface IJobCatalog
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.