Uses of Class
com.esri.core.tasks.ags.geoprocessing.GPJobResource

Packages that use GPJobResource
com.esri.core.tasks.ags.geoprocessing Contains classes for connecting to geoprocessing services and parsing the results. 
 

Uses of GPJobResource in com.esri.core.tasks.ags.geoprocessing
 

Methods in com.esri.core.tasks.ags.geoprocessing that return GPJobResource
 GPJobResource Geoprocessor.checkJobStatus(String jobId)
          Provides basic information about a submitted job such as the job ID, status and messages.
static GPJobResource GPJobResource.fromJson(org.codehaus.jackson.JsonParser parser)
          Static method generating a GP Parameter based on the GPParameter Json representation the Json Parser is pointing to.
 GPJobResource Geoprocessor.submitJob(List<GPParameter> parameters)
          The submitJob method is performed on a GP service when the execution type desired is asynchronous (on the server side).
 

Methods in com.esri.core.tasks.ags.geoprocessing with parameters of type GPJobResource
 void GPJobStatusCallback.statusUpdated(GPJobResource jobResource, GPMessage[] messages)
          Called to indicate the current execution status.
 



Copyright © 2012. All Rights Reserved.