com.esri.arcgis.search
Interface IDSCStatus

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
DSCStatus, IDSCStatusProxy

public interface IDSCStatus
extends java.io.Serializable

COM Interface 'IDSCStatus'. Generated 3/19/2015 1:21:02 PM from 'C:\ArcGIS\COM\esriSearch.tlb'

Description: 'Provides access to SDCStatus object.' 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 =


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IID1b933540_819b_492b_9a0b_498ed4307e8c
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 java.lang.String getJobID()
          Job ID of the Data Source.
 int getJobStatus()
          JobStatus of the Data Source.
 java.lang.String getPath()
          Catalog Path of Data Source.
 void setJobID(java.lang.String jobID)
          Job ID of the Data Source.
 void setJobStatus(int jobID)
          JobStatus of the Data Source.
 void setPath(java.lang.String path)
          Catalog Path of Data Source.
 

Field Detail

IID1b933540_819b_492b_9a0b_498ed4307e8c

static final int IID1b933540_819b_492b_9a0b_498ed4307e8c
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

getPath

java.lang.String getPath()
                         throws java.io.IOException,
                                AutomationException
Catalog Path of Data Source.

Returns:
The path
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setPath

void setPath(java.lang.String path)
             throws java.io.IOException,
                    AutomationException
Catalog Path of Data Source.

Parameters:
path - The path (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getJobID

java.lang.String getJobID()
                          throws java.io.IOException,
                                 AutomationException
Job ID of the Data Source.

Returns:
The jobID
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setJobID

void setJobID(java.lang.String jobID)
              throws java.io.IOException,
                     AutomationException
Job ID of the Data Source.

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

getJobStatus

int getJobStatus()
                 throws java.io.IOException,
                        AutomationException
JobStatus of the Data Source.

Returns:
A com.esri.arcgis.system.esriJobStatus constant
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setJobStatus

void setJobStatus(int jobID)
                  throws java.io.IOException,
                         AutomationException
JobStatus of the Data Source.

Parameters:
jobID - A com.esri.arcgis.system.esriJobStatus constant (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.