com.esri.arcgisws
Interface GPServerPort

All Superinterfaces:
WebServiceProxy
All Known Implementing Classes:
GPServerBindingStub

public interface GPServerPort
extends WebServiceProxy


Method Summary
 void cancelJob(String jobID)
           
 GPResult execute(String toolName, GPValue[] values, GPResultOptions options, PropertySet environmentValues)
           
 EsriExecutionType getExecutionType()
           
 PropertySet getJobEnvironmentValues(String jobID)
           
 GPValue[] getJobInputValues(String jobID, String[] parameterNames)
           
 JobMessage[] getJobMessages(String jobID)
           
 GPResult getJobResult(String jobID, String[] parameterNames, GPResultOptions options)
           
 Envelope getJobResultMapExtent(String jobID)
           
 GPResultOptions getJobResultOptions(String jobID)
           
 EsriJobStatus getJobStatus(String jobID)
           
 String getJobToolName(String jobID)
           
 String getResultMapServerName()
           
 GDSData getResultWorkspace(String jobID, EsriGDSTransportType transportType)
           
 GPToolInfo[] getTaskInfos()
           
 String[] getTaskNames()
           
 GPToolInfo getToolInfo(String toolName)
           
 GPToolInfo[] getToolInfos()
           
 String[] getToolNames()
           
 String submitJob(String toolName, GPValue[] values, GPResultOptions options, PropertySet environmentValues)
           
 
Methods inherited from interface com.esri.arcgisws.runtime.WebServiceProxy
_getProperty, _setProperty, addHTTPRequestHeaders, enableRequestResponseLogging, getHTTPResponseHeaders, getPassword, getProperty, getUsername, setArcGISVersion, setConnectionTimeout, setEndPointAddress, setEndPointAddress, setHttpReferer, setPassword, setProperties, setProperty, setSoapOverDCOM, setSoapOverDCOM, setUsername
 

Method Detail

execute

GPResult execute(String toolName,
                 GPValue[] values,
                 GPResultOptions options,
                 PropertySet environmentValues)

getJobInputValues

GPValue[] getJobInputValues(String jobID,
                            String[] parameterNames)

getToolNames

String[] getToolNames()

getResultWorkspace

GDSData getResultWorkspace(String jobID,
                           EsriGDSTransportType transportType)

getResultMapServerName

String getResultMapServerName()

getTaskInfos

GPToolInfo[] getTaskInfos()

getTaskNames

String[] getTaskNames()

getToolInfo

GPToolInfo getToolInfo(String toolName)

getJobEnvironmentValues

PropertySet getJobEnvironmentValues(String jobID)

getJobResultOptions

GPResultOptions getJobResultOptions(String jobID)

getJobResult

GPResult getJobResult(String jobID,
                      String[] parameterNames,
                      GPResultOptions options)

getExecutionType

EsriExecutionType getExecutionType()

getJobStatus

EsriJobStatus getJobStatus(String jobID)

getJobMessages

JobMessage[] getJobMessages(String jobID)

cancelJob

void cancelJob(String jobID)

submitJob

String submitJob(String toolName,
                 GPValue[] values,
                 GPResultOptions options,
                 PropertySet environmentValues)

getToolInfos

GPToolInfo[] getToolInfos()

getJobToolName

String getJobToolName(String jobID)

getJobResultMapExtent

Envelope getJobResultMapExtent(String jobID)