|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.esri.arcgis.interop.Dispatch
com.esri.arcgis.system.IJobCatalogProxy
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
Internal use class
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 |
---|
public static final java.lang.Class targetClass
public boolean noncastable
Constructor Detail |
---|
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
Method Detail |
---|
public void addListener(java.lang.String iidStr, java.lang.Object theListener, java.lang.Object theSource) throws java.io.IOException
addListener
in class com.esri.arcgis.interop.Dispatch
java.io.IOException
public void removeListener(java.lang.String iidStr, java.lang.Object theListener) throws java.io.IOException
removeListener
in class com.esri.arcgis.interop.Dispatch
java.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.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |