com.esri.arcgis.geoprocessing
Interface IGPServerTrackCancel

All Superinterfaces:
java.io.Serializable
All Known Subinterfaces:
IGPServerTrackCancel2
All Known Implementing Classes:
GPServerTrackCancel, IGPServerTrackCancel2Proxy, IGPServerTrackCancelProxy

public interface IGPServerTrackCancel
extends java.io.Serializable

COM Interface 'IGPServerTrackCancel'. Generated 3/19/2015 1:20:59 PM from 'C:\ArcGIS\COM\esriGeoprocessing.olb'

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 IIDe4212b92_2537_4489_83a9_a53ede41ca8e
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 IJobMessages getJobMessages()
          The job messages.
 void init(java.lang.Object pJobTracker)
          Initialize the track cancel.
 

Field Detail

IIDe4212b92_2537_4489_83a9_a53ede41ca8e

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

init

void init(java.lang.Object pJobTracker)
          throws java.io.IOException,
                 AutomationException
Initialize the track cancel.

Parameters:
pJobTracker - A reference to another Object (IUnknown) (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
The 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.