|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IJob
Provides access to properties of job.
Method Summary | |
---|---|
IJobDefinition |
getJobDefinition()
Job definition. |
String |
getJobDirectory()
Job directory. |
String |
getJobID()
Job id. |
IJobInfo |
getJobInfo()
Job info. |
IJobMessages |
getJobMessages()
Job messages. |
IJobResults |
getJobResults()
Job results. |
int |
getJobStatus()
Job status. |
void |
setJobDefinition(IJobDefinition ppVal)
Job definition. |
void |
setJobInfo(IJobInfo ppVal)
Job info. |
void |
setJobMessages(IJobMessages ppVal)
Job messages. |
void |
setJobResults(IJobResults ppVal)
Job results. |
void |
setJobStatus(int pVal)
Job status. |
Method Detail |
---|
String getJobID() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IJobDefinition getJobDefinition() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setJobDefinition(IJobDefinition ppVal) throws IOException, AutomationException
ppVal
- A reference to a com.esri.arcgis.system.IJobDefinition (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IJobInfo getJobInfo() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setJobInfo(IJobInfo ppVal) throws IOException, AutomationException
ppVal
- A reference to a com.esri.arcgis.system.IJobInfo (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IJobResults getJobResults() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setJobResults(IJobResults ppVal) throws IOException, AutomationException
ppVal
- A reference to a com.esri.arcgis.system.IJobResults (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IJobMessages getJobMessages() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setJobMessages(IJobMessages ppVal) throws IOException, AutomationException
ppVal
- A reference to a com.esri.arcgis.system.IJobMessages (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 pVal) throws IOException, AutomationException
pVal
- A com.esri.arcgis.system.esriJobStatus constant (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String getJobDirectory() throws IOException, AutomationException
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 |