com.esri.arcgis.system
Class IJobCatalogProxy

java.lang.Object
  extended by com.esri.arcgis.interop.Dispatch
      extended by com.esri.arcgis.system.IJobCatalogProxy
All Implemented Interfaces:
IJobCatalog, java.io.Externalizable, java.io.Serializable

Deprecated. Internal use only. Proxy for COM Interface 'IJobCatalog'. Generated 3/19/2015 1:21:00 PM from 'C:\ArcGIS\COM\esriSystem.olb'

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

Internal use class

See Also:
Serialized Form

Field Summary
 boolean noncastable
          Deprecated.  
static java.lang.Class targetClass
          Deprecated.  
 
Fields inherited from class com.esri.arcgis.interop.Dispatch
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRef
 
Fields inherited from interface com.esri.arcgis.system.IJobCatalog
IID, IID5c395aac_ebbc_4ffd_bb1e_c99858e168e0
 
Constructor Summary
  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.  
 
Method Summary
 void addListener(java.lang.String iidStr, java.lang.Object theListener, java.lang.Object theSource)
          Deprecated.  
 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.  
 void setJobRegistry(IJobRegistry rhs1)
          Deprecated. Job Registry.
 
Methods inherited from class com.esri.arcgis.interop.Dispatch
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
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

targetClass

public static final java.lang.Class targetClass
Deprecated. 

noncastable

public boolean noncastable
Deprecated. 
Constructor Detail

IJobCatalogProxy

public IJobCatalogProxy(java.lang.String CLSID,
                        java.lang.String host,
                        com.esri.arcgis.interop.AuthInfo authInfo)
                 throws java.net.UnknownHostException,
                        java.io.IOException
Deprecated. 
Throws:
java.net.UnknownHostException
java.io.IOException

IJobCatalogProxy

public IJobCatalogProxy()
Deprecated. 
For internal use only


IJobCatalogProxy

public IJobCatalogProxy(java.lang.Object obj)
                 throws java.io.IOException
Deprecated. 
Throws:
java.io.IOException

IJobCatalogProxy

protected IJobCatalogProxy(java.lang.Object obj,
                           java.lang.String iid)
                    throws java.io.IOException
Deprecated. 
Throws:
java.io.IOException

IJobCatalogProxy

protected IJobCatalogProxy(java.lang.String CLSID,
                           java.lang.String iid,
                           java.lang.String host,
                           com.esri.arcgis.interop.AuthInfo authInfo)
                    throws java.io.IOException
Deprecated. 
Throws:
java.io.IOException
Method Detail

addListener

public void addListener(java.lang.String iidStr,
                        java.lang.Object theListener,
                        java.lang.Object theSource)
                 throws java.io.IOException
Deprecated. 
Overrides:
addListener in class com.esri.arcgis.interop.Dispatch
Throws:
java.io.IOException

removeListener

public void removeListener(java.lang.String iidStr,
                           java.lang.Object theListener)
                    throws java.io.IOException
Deprecated. 
Overrides:
removeListener in class com.esri.arcgis.interop.Dispatch
Throws:
java.io.IOException

init

public void init(java.lang.String root,
                 java.lang.String jobProcessorName,
                 java.lang.String jobProcessorType)
          throws java.io.IOException,
                 AutomationException
Deprecated. 
Initializes the job catalog.

Specified by:
init in interface IJobCatalog
Parameters:
root - The root (in)
jobProcessorName - The jobProcessorName (in)
jobProcessorType - The jobProcessorType (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setJobRegistry

public void setJobRegistry(IJobRegistry rhs1)
                    throws java.io.IOException,
                           AutomationException
Deprecated. 
Job Registry.

Specified by:
setJobRegistry in interface IJobCatalog
Parameters:
rhs1 - A reference to a com.esri.arcgis.system.IJobRegistry (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

createJob

public IJob createJob()
               throws java.io.IOException,
                      AutomationException
Deprecated. 
Creates a job and adds it to the catalog.

Specified by:
createJob in interface IJobCatalog
Returns:
A reference to a com.esri.arcgis.system.IJob
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

createJobFilter

public IJobFilter createJobFilter()
                           throws java.io.IOException,
                                  AutomationException
Deprecated. 
Creates a filter used for searching jobs.

Specified by:
createJobFilter in interface IJobCatalog
Returns:
A reference to a com.esri.arcgis.system.IJobFilter
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getJob

public IJob getJob(java.lang.String jobID,
                   boolean bLock)
            throws java.io.IOException,
                   AutomationException
Deprecated. 
Retrieves job with given id from the catalog.

Specified by:
getJob in interface IJobCatalog
Parameters:
jobID - The jobID (in)
bLock - The bLock (in)
Returns:
A reference to a com.esri.arcgis.system.IJob
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

removeJob

public void removeJob(java.lang.String jobID)
               throws java.io.IOException,
                      AutomationException
Deprecated. 
Removes job with given id from the catalog.

Specified by:
removeJob in interface IJobCatalog
Parameters:
jobID - The jobID (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getJobIDs

public IEnumBSTR getJobIDs(IJobFilter pFilter)
                    throws java.io.IOException,
                           AutomationException
Deprecated. 
Returns ids of all jobs in the catalog that match specified filter.

Specified by:
getJobIDs in interface IJobCatalog
Parameters:
pFilter - A reference to a com.esri.arcgis.system.IJobFilter (in)
Returns:
A reference to a com.esri.arcgis.system.IEnumBSTR
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.