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

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

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

Methods in com.esri.core.tasks.ags.geoprocessing that return GPMessage
static GPMessage GPMessage.fromJson(org.codehaus.jackson.JsonParser parser)
          Static method generating a GPMessage array based on the GPMessage Json representation the Json Parser is pointing to.
 GPMessage[] GPJobResource.getMessages()
          Gets the array of GPMessage.
 GPMessage[] GPResultResource.getMessages()
          Gets the task execution messages.
 

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



Copyright © 2012. All Rights Reserved.