Uses of Class
uk.ac.soton.itinnovation.grid.service.job.Job.LogType

Packages that use Job.LogType
uk.ac.soton.itinnovation.grid.service.job   
 

Uses of Job.LogType in uk.ac.soton.itinnovation.grid.service.job
 

Methods in uk.ac.soton.itinnovation.grid.service.job that return Job.LogType
static Job.LogType Job.LogType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Job.LogType[] Job.LogType.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Methods in uk.ac.soton.itinnovation.grid.service.job with parameters of type Job.LogType
 File Job.getLogFile(Job.LogType type)
           
 String Job.getLogTail(Job.LogType target)
           
 void Job.log(Job.LogType target, String message)
           
 



Copyright © 2001-2008 University of Southampton IT Innovation Centre. All Rights Reserved.