Uses of Class
com.sun.grid.jsv.ParallelEnvironment

Packages that use ParallelEnvironment
com.sun.grid.jsv   
 

Uses of ParallelEnvironment in com.sun.grid.jsv
 

Methods in com.sun.grid.jsv that return ParallelEnvironment
 ParallelEnvironment ParallelEnvironment.clone()
           
 ParallelEnvironment JobDescription.getParallelEnvironment()
          Get the ParallelEnvironment object that represents the parallel environment settings for the job.
 

Methods in com.sun.grid.jsv with parameters of type ParallelEnvironment
 void JobDescription.setParallelEnvironment(ParallelEnvironment pe)
          Set the ParallelEnvironment object that represent's the job's PE settings.