public interface IJobTracker
extends java.io.Serializable
Description: 'Provides access to members that track and control execution of jobs.' 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 |
IIDe95e6c90_0029_47e6_b0ea_5c6aa6642968 |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
boolean |
isCanContinue()
Indicates whether job execution can be continued.
|
void |
setIsStopped(boolean rhs1)
Must be called by job processor after it stopped job execution.
|
void |
setMessage(int type,
java.lang.String rhs2)
Notifies client about the job execution progress.
|
static final int IIDe95e6c90_0029_47e6_b0ea_5c6aa6642968
static final int xxDummy
static final java.lang.String IID
boolean isCanContinue() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setIsStopped(boolean rhs1) throws java.io.IOException, AutomationException
rhs1
- The rhs1 (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setMessage(int type, java.lang.String rhs2) throws java.io.IOException, AutomationException
type
- A com.esri.arcgis.system.esriJobMessageType constant (in)rhs2
- The rhs2 (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.