com.intel.gpe.clients.api
Class JobType
java.lang.Object
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.GPE4GTK | GPE atomic target system |
JobType.TargetSystems.UNIGRIDS | Generic UNIGRIDS atomic target system |
JobType.TargetSystems.GPEWORKFLOW | GPE workflow target system |
The types of job definitions:
JobType.JobDefinitions.JSDL | Generic JSDL definition |
JobType.JobDefinitions.POSIXJSDL | POSIX JSDL extension |
JobType.JobDefinitions.GPEJSDL | GPE JSDL extension (use POSIX fields to pass named arguments) |
JobType.JobDefinitions.WORKFLOW | GPE Workflow JSDL extension |
- Version:
- $Id: JobType.java,v 1.4 2006/09/21 07:24:11 nbmalysh Exp $
- Author:
- Alexander Lukichev
Constructor Summary |
JobType(java.lang.String targetSystem,
java.lang.String jobDefinition)
Create the job type. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
JobType
public JobType(java.lang.String targetSystem,
java.lang.String jobDefinition)
- Create the job type.
- Parameters:
targetSystem
- The type of the target systemjobDefinition
- The type of the job definition
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.