com.esri.arcgis.system
Interface IJob

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

public interface IJob
extends java.io.Serializable

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

Description: 'Provides access to properties of 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 IID72ad9072_face_4ec8_a7fd_23b41e58e2b7
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 IJobDefinition getJobDefinition()
          Job definition.
 java.lang.String getJobDirectory()
          Job directory.
 java.lang.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.
 

Field Detail

IID72ad9072_face_4ec8_a7fd_23b41e58e2b7

static final int IID72ad9072_face_4ec8_a7fd_23b41e58e2b7
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

getJobID

java.lang.String getJobID()
                          throws java.io.IOException,
                                 AutomationException
Job id.

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

getJobDefinition

IJobDefinition getJobDefinition()
                                throws java.io.IOException,
                                       AutomationException
Job definition.

Returns:
A reference to a com.esri.arcgis.system.IJobDefinition
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setJobDefinition

void setJobDefinition(IJobDefinition ppVal)
                      throws java.io.IOException,
                             AutomationException
Job definition.

Parameters:
ppVal - A reference to a com.esri.arcgis.system.IJobDefinition (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getJobInfo

IJobInfo getJobInfo()
                    throws java.io.IOException,
                           AutomationException
Job info.

Returns:
A reference to a com.esri.arcgis.system.IJobInfo
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setJobInfo

void setJobInfo(IJobInfo ppVal)
                throws java.io.IOException,
                       AutomationException
Job info.

Parameters:
ppVal - A reference to a com.esri.arcgis.system.IJobInfo (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getJobResults

IJobResults getJobResults()
                          throws java.io.IOException,
                                 AutomationException
Job results.

Returns:
A reference to a com.esri.arcgis.system.IJobResults
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setJobResults

void setJobResults(IJobResults ppVal)
                   throws java.io.IOException,
                          AutomationException
Job results.

Parameters:
ppVal - A reference to a com.esri.arcgis.system.IJobResults (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getJobMessages

IJobMessages getJobMessages()
                            throws java.io.IOException,
                                   AutomationException
Job messages.

Returns:
A reference to a com.esri.arcgis.system.IJobMessages
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setJobMessages

void setJobMessages(IJobMessages ppVal)
                    throws java.io.IOException,
                           AutomationException
Job messages.

Parameters:
ppVal - A reference to a com.esri.arcgis.system.IJobMessages (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getJobStatus

int getJobStatus()
                 throws java.io.IOException,
                        AutomationException
Job status.

Returns:
A com.esri.arcgis.system.esriJobStatus constant
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setJobStatus

void setJobStatus(int pVal)
                  throws java.io.IOException,
                         AutomationException
Job status.

Parameters:
pVal - A com.esri.arcgis.system.esriJobStatus constant (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getJobDirectory

java.lang.String getJobDirectory()
                                 throws java.io.IOException,
                                        AutomationException
Job directory.

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