public interface IJob
extends java.io.Serializable
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 =
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
IID
Deprecated.
Internal use only
|
static int |
IID72ad9072_face_4ec8_a7fd_23b41e58e2b7 |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
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.
|
static final int IID72ad9072_face_4ec8_a7fd_23b41e58e2b7
static final int xxDummy
static final java.lang.String IID
java.lang.String getJobID() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.IJobDefinition getJobDefinition() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setJobDefinition(IJobDefinition ppVal) throws java.io.IOException, AutomationException
ppVal
- A reference to a com.esri.arcgis.system.IJobDefinition (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.IJobInfo getJobInfo() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setJobInfo(IJobInfo ppVal) throws java.io.IOException, AutomationException
ppVal
- A reference to a com.esri.arcgis.system.IJobInfo (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.IJobResults getJobResults() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setJobResults(IJobResults ppVal) throws java.io.IOException, AutomationException
ppVal
- A reference to a com.esri.arcgis.system.IJobResults (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.IJobMessages getJobMessages() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setJobMessages(IJobMessages ppVal) throws java.io.IOException, AutomationException
ppVal
- A reference to a com.esri.arcgis.system.IJobMessages (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.int getJobStatus() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setJobStatus(int pVal) throws java.io.IOException, AutomationException
pVal
- A com.esri.arcgis.system.esriJobStatus constant (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.java.lang.String getJobDirectory() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.