com.esri.arcgis.system
Interface IJobInfo

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
IJobInfoProxy

public interface IJobInfo
extends java.io.Serializable

COM Interface 'IJobInfo'. Generated 3/19/2015 1:21:00 PM from 'C:\ArcGIS\COM\esriSystem.olb'

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 =


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IID4a106e7e_d1e7_420f_aecf_cbc867a7ff17
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 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.
 

Field Detail

IID4a106e7e_d1e7_420f_aecf_cbc867a7ff17

static final int IID4a106e7e_d1e7_420f_aecf_cbc867a7ff17
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

getDescription

java.lang.String getDescription()
                                throws java.io.IOException,
                                       AutomationException
Job description.

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

setDescription

void setDescription(java.lang.String desc)
                    throws java.io.IOException,
                           AutomationException
Job description.

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

getSubmittedBy

java.lang.String getSubmittedBy()
                                throws java.io.IOException,
                                       AutomationException
Name of the user who submitted the job.

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

setSubmittedBy

void setSubmittedBy(java.lang.String userName)
                    throws java.io.IOException,
                           AutomationException
Name of the user who submitted the job.

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

getSubmittingTime

java.util.Date getSubmittingTime()
                                 throws java.io.IOException,
                                        AutomationException
Time when the job was submitted.

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

setSubmittingTime

void setSubmittingTime(java.util.Date time)
                       throws java.io.IOException,
                              AutomationException
Time when the job was submitted.

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

getStartingTime

java.util.Date getStartingTime()
                               throws java.io.IOException,
                                      AutomationException
Time when the job execution started.

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

setStartingTime

void setStartingTime(java.util.Date time)
                     throws java.io.IOException,
                            AutomationException
Time when the job execution started.

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

getEndingTime

java.util.Date getEndingTime()
                             throws java.io.IOException,
                                    AutomationException
Time when job execution ended.

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

setEndingTime

void setEndingTime(java.util.Date time)
                   throws java.io.IOException,
                          AutomationException
Time when job execution ended.

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