|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IJobInfo
Provides access to info properties of the job.
Method Summary | |
---|---|
String |
getDescription()
Job description. |
Date |
getEndingTime()
Time when job execution ended. |
Date |
getStartingTime()
Time when the job execution started. |
String |
getSubmittedBy()
Name of the user who submitted the job. |
Date |
getSubmittingTime()
Time when the job was submitted. |
void |
setDescription(String desc)
Job description. |
void |
setEndingTime(Date time)
Time when job execution ended. |
void |
setStartingTime(Date time)
Time when the job execution started. |
void |
setSubmittedBy(String userName)
Name of the user who submitted the job. |
void |
setSubmittingTime(Date time)
Time when the job was submitted. |
Method Detail |
---|
String getDescription() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setDescription(String desc) throws IOException, AutomationException
desc
- The desc (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String getSubmittedBy() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setSubmittedBy(String userName) throws IOException, AutomationException
userName
- The userName (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.Date getSubmittingTime() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setSubmittingTime(Date time) throws IOException, AutomationException
time
- The time (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.Date getStartingTime() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setStartingTime(Date time) throws IOException, AutomationException
time
- The time (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.Date getEndingTime() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setEndingTime(Date time) throws IOException, AutomationException
time
- The time (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 |