Uses of Package
uws.job

Packages that use uws.job
uws   
uws.job   
uws.job.manager   
uws.job.serializer   
uws.service   
uws.service.actions   
uws.service.controller   
 

Classes in uws.job used by uws
AbstractJob
          Brief description Abstract implementation of a job of the UWS pattern.
ErrorType
          The possible types of an UWS error.
 

Classes in uws.job used by uws.job
AbstractJob
          Brief description Abstract implementation of a job of the UWS pattern.
ErrorSummary
          This class gives a short description of the occurred error (if any) during a job execution.
ErrorType
          The possible types of an UWS error.
ExecutionPhase
          A job is treated as a state machine where the Execution Phase is the job state.
JobList
          General description An instance of this class lets listing UWS jobs (possible actions: get, add and remove).
JobObserver
          Any object which wants to follow the progression of any instance of AbstractJob.
JobPhase
          An instance of this class represents the current execution phase of a given job, and it describes the transitions between the different phases.
JobThread
          An instance of this class is a thread dedicated to a job execution.
Result
          This class gives a short description (mainly an ID and a URL) of a job result.
SerializableUWSObject
          This class defines the methods that an object of the UWS pattern must implement to be written in any format (by default, XML ; see XMLSerializer).
 

Classes in uws.job used by uws.job.manager
AbstractJob
          Brief description Abstract implementation of a job of the UWS pattern.
ExecutionPhase
          A job is treated as a state machine where the Execution Phase is the job state.
 

Classes in uws.job used by uws.job.serializer
AbstractJob
          Brief description Abstract implementation of a job of the UWS pattern.
ErrorSummary
          This class gives a short description of the occurred error (if any) during a job execution.
JobList
          General description An instance of this class lets listing UWS jobs (possible actions: get, add and remove).
Result
          This class gives a short description (mainly an ID and a URL) of a job result.
 

Classes in uws.job used by uws.service
AbstractJob
          Brief description Abstract implementation of a job of the UWS pattern.
JobList
          General description An instance of this class lets listing UWS jobs (possible actions: get, add and remove).
SerializableUWSObject
          This class defines the methods that an object of the UWS pattern must implement to be written in any format (by default, XML ; see XMLSerializer).
 

Classes in uws.job used by uws.service.actions
AbstractJob
          Brief description Abstract implementation of a job of the UWS pattern.
JobList
          General description An instance of this class lets listing UWS jobs (possible actions: get, add and remove).
 

Classes in uws.job used by uws.service.controller
AbstractJob
          Brief description Abstract implementation of a job of the UWS pattern.