com.esri.arcgis.geoprocessing
Interface IGPToolBackground

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

public interface IGPToolBackground
extends java.io.Serializable

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

Description: 'Tool Background Implementation Interface.' 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 IID632f8246_0681_4222_9080_48ad9fadade7
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 boolean isCanRunInBackground()
          Can this tool run in the background.
 void setCanRunInBackground(boolean pCanRunInBackground)
          Can this tool run in the background.
 

Field Detail

IID632f8246_0681_4222_9080_48ad9fadade7

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

isCanRunInBackground

boolean isCanRunInBackground()
                             throws java.io.IOException,
                                    AutomationException
Can this tool run in the background.

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

setCanRunInBackground

void setCanRunInBackground(boolean pCanRunInBackground)
                           throws java.io.IOException,
                                  AutomationException
Can this tool run in the background.

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