public interface IJobInfo
extends java.io.Serializable
Description: 'Provides access to info properties of the job.' 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 =
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
IID
Deprecated.
Internal use only
|
static int |
IID4a106e7e_d1e7_420f_aecf_cbc867a7ff17 |
static int |
xxDummy
Deprecated.
Internal use only
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getDescription()
Job description.
|
java.util.Date |
getEndingTime()
Time when job execution ended.
|
java.util.Date |
getStartingTime()
Time when the job execution started.
|
java.lang.String |
getSubmittedBy()
Name of the user who submitted the job.
|
java.util.Date |
getSubmittingTime()
Time when the job was submitted.
|
void |
setDescription(java.lang.String desc)
Job description.
|
void |
setEndingTime(java.util.Date time)
Time when job execution ended.
|
void |
setStartingTime(java.util.Date time)
Time when the job execution started.
|
void |
setSubmittedBy(java.lang.String userName)
Name of the user who submitted the job.
|
void |
setSubmittingTime(java.util.Date time)
Time when the job was submitted.
|
static final int IID4a106e7e_d1e7_420f_aecf_cbc867a7ff17
static final int xxDummy
static final java.lang.String IID
java.lang.String getDescription()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.void setDescription(java.lang.String desc)
throws java.io.IOException,
AutomationException
desc - The desc (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.java.lang.String getSubmittedBy()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.void setSubmittedBy(java.lang.String userName)
throws java.io.IOException,
AutomationException
userName - The userName (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.java.util.Date getSubmittingTime()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.void setSubmittingTime(java.util.Date time)
throws java.io.IOException,
AutomationException
time - The time (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.java.util.Date getStartingTime()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.void setStartingTime(java.util.Date time)
throws java.io.IOException,
AutomationException
time - The time (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.java.util.Date getEndingTime()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.void setEndingTime(java.util.Date time)
throws java.io.IOException,
AutomationException
time - The time (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.