com.esri.arcgis.system
Interface IJobTracker

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

public interface IJobTracker
extends java.io.Serializable

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

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 =


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

Field Detail

IIDe95e6c90_0029_47e6_b0ea_5c6aa6642968

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

isCanContinue

boolean isCanContinue()
                      throws java.io.IOException,
                             AutomationException
Indicates whether job execution can be continued.

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

setIsStopped

void setIsStopped(boolean rhs1)
                  throws java.io.IOException,
                         AutomationException
Must be called by job processor after it stopped job execution.

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

setMessage

void setMessage(int type,
                java.lang.String rhs2)
                throws java.io.IOException,
                       AutomationException
Notifies client about the job execution progress.

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