com.esri.arcgis.search
Interface IDSCStatus

All Superinterfaces:
Serializable
All Known Implementing Classes:
DSCStatus

public interface IDSCStatus
extends Serializable

Provides access to SDCStatus object.


Method Summary
 String getJobID()
          Job ID of the Data Source.
 int getJobStatus()
          JobStatus of the Data Source.
 String getPath()
          Catalog Path of Data Source.
 void setJobID(String jobID)
          Job ID of the Data Source.
 void setJobStatus(int jobID)
          JobStatus of the Data Source.
 void setPath(String path)
          Catalog Path of Data Source.
 

Method Detail

getPath

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

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

setPath

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

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

getJobID

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

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

setJobID

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

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

getJobStatus

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

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

setJobStatus

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

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