|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.core.tasks.ags.geoprocessing.GPJobResults
public class GPJobResults
This class is used to return the requested parameters and associated job resource when running a GP job asynchronously.
Constructor Summary | |
---|---|
GPJobResults(GPJobResource jobResource,
GPParameter[] outParameters)
Instantiates a new GP job results instance. |
Method Summary | |
---|---|
GPJobResource |
getJobResource()
Gets the job resource. |
GPParameter[] |
getOutParameters()
Gets the output parameters. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public GPJobResults(GPJobResource jobResource, GPParameter[] outParameters)
jobResource
- the job resourceoutParameters
- the requested output parametersMethod Detail |
---|
public GPParameter[] getOutParameters()
public GPJobResource getJobResource()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |