Uses of Class
org.gcube.informationsystem.glitebridge.resource.cluster.JobType

Packages that use JobType
org.gcube.informationsystem.glitebridge.kimpl.cluster   
org.gcube.informationsystem.glitebridge.resource.cluster   
 

Uses of JobType in org.gcube.informationsystem.glitebridge.kimpl.cluster
 

Methods in org.gcube.informationsystem.glitebridge.kimpl.cluster that return JobType
static JobType KJobType.load(org.kxml2.io.KXmlParser parser, java.lang.String rootTag)
           
 

Methods in org.gcube.informationsystem.glitebridge.kimpl.cluster with parameters of type JobType
static void KJobType.store(JobType jobType, org.kxml2.io.KXmlSerializer serializer, java.lang.String rootTag)
           
 

Uses of JobType in org.gcube.informationsystem.glitebridge.resource.cluster
 

Methods in org.gcube.informationsystem.glitebridge.resource.cluster that return types with arguments of type JobType
 java.util.List<JobType> ComputingElementType.getJobs()
           
 

Method parameters in org.gcube.informationsystem.glitebridge.resource.cluster with type arguments of type JobType
 void ComputingElementType.setJobs(java.util.List<JobType> jobs)