com.esri.arcgis.geoprocessing
Interface IGPJobServerExe

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
GPJobServer, IGPJobServerExeProxy

public interface IGPJobServerExe
extends java.io.Serializable

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

Description: 'Provides access to the properties/methods of the gp job server.' 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 IID54220de4_3782_4d8a_b231_9bd7bc61b802
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 byte[] handleBinaryRequest(byte[] request, ITrackCancel pTrackCancel)
          Executes the server request and returns the server response.
 

Field Detail

IID54220de4_3782_4d8a_b231_9bd7bc61b802

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

handleBinaryRequest

byte[] handleBinaryRequest(byte[] request,
                           ITrackCancel pTrackCancel)
                           throws java.io.IOException,
                                  AutomationException
Executes the server request and returns the server response.

Parameters:
request - An unsigned byte (in)
pTrackCancel - A reference to a com.esri.arcgis.system.ITrackCancel (in)
Returns:
An unsigned byte
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.