com.esri.arcgis.geoprocessing
Interface IGPServerTrackCancel2

All Superinterfaces:
IGPServerTrackCancel, java.io.Serializable
All Known Implementing Classes:
GPServerTrackCancel, IGPServerTrackCancel2Proxy

public interface IGPServerTrackCancel2
extends IGPServerTrackCancel, java.io.Serializable

COM Interface 'IGPServerTrackCancel2'. 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 IID979f4c54_02ae_4e8d_a808_62a428e95789
           
static int xxDummy
          Deprecated. Internal use only
 
Fields inherited from interface com.esri.arcgis.geoprocessing.IGPServerTrackCancel
IIDe4212b92_2537_4489_83a9_a53ede41ca8e
 
Method Summary
 int getMessageLevel()
          The message level.
 void setMessageLevel(int messageLevel)
          The message level.
 
Methods inherited from interface com.esri.arcgis.geoprocessing.IGPServerTrackCancel
getJobMessages, init
 

Field Detail

IID979f4c54_02ae_4e8d_a808_62a428e95789

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

getMessageLevel

int getMessageLevel()
                    throws java.io.IOException,
                           AutomationException
The message level.

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

setMessageLevel

void setMessageLevel(int messageLevel)
                     throws java.io.IOException,
                            AutomationException
The message level.

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