UWS example: Timers
This page is a simple interface to use more easily the service UWSTimers (the true UWService can be found here) which has been explained in the part A. Getting started of the tutorial.
The below block lets you preparing a request to the UWS. So that helping you in the creation of your UWS request, the first part proposes you a list of the available UWS actions. In function of your choice, the second part will be filled automatically. Thus you can see how the UWS URIs are built, what is the HTTP method to use and what are the possible UWS parameters.
Request
-
Select one of the following actions...
- Action:
-
...or fill manually the request:
- URI: (pattern: /{jobList}/{jobId}/{jobAttribute(s)})
- Method:
- Format: XML JSON
Response
- Status:
- Format:
- Executed action:
- Content:
Sources
Resource | Type | Description |
---|---|---|
UWSTimers | Source | Servlet which corresponds to the UWS Timers. It manages the JobList timers. |
JobChrono | Source | The kind of Job used in our UWS Timers. It waits during the given time (in seconds). |
GetLastAction | Source | A UWS action which lets returning the name of the last executed action just before it. |