Uses of Class
uws.job.JobPhase

Packages that use JobPhase
uws.job   
 

Uses of JobPhase in uws.job
 

Methods in uws.job that return JobPhase
 JobPhase AbstractJob.getPhaseManager()
          Gets the phase manager of this job.
 

Methods in uws.job with parameters of type JobPhase
 void AbstractJob.setPhaseManager(JobPhase jobPhase)
          Sets the phase manager of this job.