Package org.n52.shetland.ogc.wps
Class JobStatus
- java.lang.Object
-
- org.n52.shetland.ogc.wps.JobStatus
-
public class JobStatus extends Object
Basic status set to communicate the status of a server-side job to the client. Extensions of this specification may introduce additional states for fine-grained monitoring or domain-specific purposes.
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static JobStatusaccepted()booleanequals(Object obj)static JobStatusfailed()StringgetValue()inthashCode()static JobStatusrunning()static JobStatussucceeded()StringtoString()
-