Uses of Class
uws.job.manager.PhaseManager

Packages that use PhaseManager
uws.job   
 

Uses of PhaseManager in uws.job
 

Fields in uws.job declared as PhaseManager
protected  PhaseManager AbstractJob.phase
          The current phase of the job.
 

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

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