A B C D E F G H I J K L M N O P R S T U V W

J

JAVA_ARGUMENTS - Static variable in class org.gridlab.gat.resources.JavaSoftwareDescription
Attribute name: indicates the java arguments for the main class of the java application.
JAVA_MAIN - Static variable in class org.gridlab.gat.resources.JavaSoftwareDescription
Attribute name: indicates the main class that should be executed.
JAVA_OPTIONS - Static variable in class org.gridlab.gat.resources.JavaSoftwareDescription
Attribute name: indicates the jvm options for this java application.
JAVA_SYSTEM_PROPERTIES - Static variable in class org.gridlab.gat.resources.JavaSoftwareDescription
Attribute name: indicates the java system properties.
JavaSoftwareDescription - Class in org.gridlab.gat.resources
An instance of this class is a description of a piece of java software (component) which is to be submitted as a job.
JavaSoftwareDescription() - Constructor for class org.gridlab.gat.resources.JavaSoftwareDescription
Create a JavaSoftwareDescription, which describes the java application.
JavaSoftwareDescription(Map<String, Object>) - Constructor for class org.gridlab.gat.resources.JavaSoftwareDescription
Create a JavaSoftwareDescription with the provided attributes, which describes the java application.
Job - Interface in org.gridlab.gat.resources
An instance of this class represents a job.
Job.JobState - Enum in org.gridlab.gat.resources
An instance of this enumeration indicates the state of a Job.
JOB_QUEUE - Static variable in class org.gridlab.gat.resources.SoftwareDescription
Indicates a job queue: FORK, SGE, PBS, ...
JOB_TYPE - Static variable in class org.gridlab.gat.resources.SoftwareDescription
Indicates the job type: single|multiple|mpi|condor|...
JobDescription - Class in org.gridlab.gat.resources
An instance of this class describes a job to be run.
JobDescription(SoftwareDescription) - Constructor for class org.gridlab.gat.resources.JobDescription
Create a job description with no resource description.
JobDescription(SoftwareDescription, ResourceDescription) - Constructor for class org.gridlab.gat.resources.JobDescription
Create a JobDescription out of a SoftwareDescription and a ResourceDescription.
JobDescription(SoftwareDescription, Resource) - Constructor for class org.gridlab.gat.resources.JobDescription
Create a JobDescription out of a SoftwareDescription and a Resource.

A B C D E F G H I J K L M N O P R S T U V W