|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IDSCStatus
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 |
---|
String getPath() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setPath(String path) throws IOException, AutomationException
path
- The path (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String getJobID() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setJobID(String jobID) throws IOException, AutomationException
jobID
- The jobID (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getJobStatus() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setJobStatus(int jobID) throws IOException, AutomationException
jobID
- A com.esri.arcgis.system.esriJobStatus constant (in)
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 |