Uses of Class
org.jppf.ui.monitoring.job.JobDataType

Packages that use JobDataType
org.jppf.ui.monitoring.job Classes supporting the UI for job monitoring via JMX. 
 

Uses of JobDataType in org.jppf.ui.monitoring.job
 

Methods in org.jppf.ui.monitoring.job that return JobDataType
 JobDataType JobData.getType()
          Get the type of this job data object.
static JobDataType JobDataType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static JobDataType[] JobDataType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in org.jppf.ui.monitoring.job with parameters of type JobDataType
JobData(JobDataType type)
          Initialize this job data with the specified type.
 



Copyright © 2005-2010 JPPF Team.