This document is archived and information here might be outdated. Recommended version. |
Helper interface to process Geoprocessing requests on job store and job directory.
Name | Description | |
---|---|---|
GetBinaryJobDefinition | Gets the binary job definition for a given job ID. | |
GetBinaryRequestMessageType | Gets the type of the request from a binary message. | |
GetJobIDFromBinaryResponse | Extracts the job ID from a binary message that contains this information. | |
GetJobIDFromStringResponse | Extracts the job ID from a Soap message that conatins this information. | |
GetJobStatus | Returns the status of a job. | |
GetRESTJobDefinition | Returns the REST job definition for a given job ID. | |
GetStringJobDefinition | Gets the string job definition for given a job ID. | |
GetStringRequestMessageType | Gets the type of the request from a string message. | |
InitJobDir | Initializes the helper with the job registery and jobs directory. | |
InitJobStore | Initializes the helper with the job store connection and service name,type. | |
WriteBinaryJobResult | Writes a binary job result to the job directory. | |
WriteJobStatusAndMessage | Writes a specific job message and status for a given job ID. | |
WriteRESTJobResult | Writes a REST job result to the job directory. | |
WriteStringJobResult | Writes a SOAP job result to the job directory. |
Classes | Description |
---|---|
GPServerHelper |