com.intel.gpe.clients.api
Class JobType

java.lang.Object
  extended by com.intel.gpe.clients.api.JobType

public class JobType
extends java.lang.Object

The pair representing the type of the job: (TargetSystem, JobDefinition). The types of target systems:

JobType.TargetSystems.GPE4GTKGPE atomic target system
JobType.TargetSystems.UNIGRIDSGeneric UNIGRIDS atomic target system
JobType.TargetSystems.GPEWORKFLOWGPE workflow target system
The types of job definitions:
JobType.JobDefinitions.JSDLGeneric JSDL definition
JobType.JobDefinitions.POSIXJSDLPOSIX JSDL extension
JobType.JobDefinitions.GPEJSDLGPE JSDL extension (use POSIX fields to pass named arguments)
JobType.JobDefinitions.WORKFLOWGPE Workflow JSDL extension

Version:
$Id: JobType.java,v 1.4 2006/09/21 07:24:11 nbmalysh Exp $
Author:
Alexander Lukichev

Nested Class Summary
static class JobType.JobDefinitions
           
static class JobType.TargetSystems
           
 
Constructor Summary
JobType(java.lang.String targetSystem, java.lang.String jobDefinition)
          Create the job type.
 
Method Summary
 java.lang.String getJobDefinition()
           
 java.lang.String getTargetSystem()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

JobType

public JobType(java.lang.String targetSystem,
               java.lang.String jobDefinition)
Create the job type.

Parameters:
targetSystem - The type of the target system
jobDefinition - The type of the job definition
Method Detail

getJobDefinition

public java.lang.String getJobDefinition()
Returns:
The job definition type

getTargetSystem

public java.lang.String getTargetSystem()
Returns:
The target system type

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object


Copyright © 2008. All Rights Reserved.