Package org.n52.shetland.ogc.wps
Class JobId
- java.lang.Object
-
- org.n52.shetland.ogc.wps.JobId
-
public class JobId extends Object
A JobID is a unique identifier for a process execution, i.e. a process instance. Particularly suitable JobIDs are UUIDs or monotonic identifiers such as unique timestamps. If the privacy of a Processing Job is imperative, the JobID should be non-guessable.
-
-
Constructor Detail
-
JobId
public JobId(String value)
-
-