Uses of Class
uws.job.SerializableUWSObject

Packages that use SerializableUWSObject
uws.job   
uws.service   
 

Uses of SerializableUWSObject in uws.job
 

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

Uses of SerializableUWSObject in uws.service
 

Subclasses of SerializableUWSObject in uws.service
 class AbstractUWS<JL extends JobList<J>,J extends AbstractJob>
          General description An abstract facility to implement the Universal Worker Service pattern.
 class BasicUWS<J extends AbstractJob>
          Convenient implementation of AbstractUWS.
 class ExtendedUWS
          Convenient implementation of AbstractUWS.
 class QueuedBasicUWS<J extends AbstractJob>
          A BasicUWS which is able to manage an execution queue.
 class QueuedExtendedUWS
          A ExtendedUWS which is able to manage an execution queue.