Uses of Class
uws.service.controller.ExecutionDurationController

Packages that use ExecutionDurationController
uws.service   
 

Uses of ExecutionDurationController in uws.service
 

Methods in uws.service that return ExecutionDurationController
 ExecutionDurationController AbstractUWS.getExecutionDurationController()
          Gets the object which lets the UWS controlling the execution duration of all managed jobs.
 

Methods in uws.service with parameters of type ExecutionDurationController
 void AbstractUWS.setExecutionDurationController(ExecutionDurationController controller)
          Sets the object which lets the UWS controlling the execution duration of all managed jobs.