Serialized Form
errorStream
boolean errorStream
- Whether to transfer error stream files.
inputStream
boolean inputStream
- Whether to transfer input stream files.
outputStream
boolean outputStream
- Whether to transfer output stream files.
modifiers
int[] modifiers
- The field modifiers
lastHourSet
int lastHourSet
- The last hour field set
dayStamp
int dayStamp
- The next available time stamp
monthSet
int monthSet
- The MONTH time stamp
dayOfWeekSet
int dayOfWeekSet
- The DAY_OF_WEEK time stamp
dayOfMonthSet
int dayOfMonthSet
- The DAY_OF_MONTH time stamp
dayOfWeekInMonthSet
int dayOfWeekInMonthSet
- The DAY_OF_WEEK_IN_MONTH time stamp
dayOfYearSet
int dayOfYearSet
- The DAY_OF_YEAR time stamp
weekOfMonthSet
int weekOfMonthSet
- The WEEK_OF_MONTH time stamp
weekOfYearSet
int weekOfYearSet
- The WEEK_OF_YEAR time stamp
fieldsModified
boolean fieldsModified
- Whether any fields have been modified since the last adjustFields() call
nf
java.text.NumberFormat nf
- A formter for printing fields
toString
java.lang.String toString
allPropertyNames
java.util.Set<E> allPropertyNames
modified
boolean modified
remoteCommand
java.lang.String remoteCommand
- Remote command to execute
- See Also:
JobTemplate.setRemoteCommand(String)
args
java.util.List<E> args
- Input parameters passed as arguments to the job
- See Also:
JobTemplate.setArgs(List)
jobSubmissionState
int jobSubmissionState
- Job state at submission, either HOLD or ACTIVE
- See Also:
JobTemplate.setJobSubmissionState(int)
jobEnvironment
java.util.Map<K,V> jobEnvironment
- The environment values that define the job's remote environment
- See Also:
JobTemplate.setJobEnvironment(Map)
workingDirectory
java.lang.String workingDirectory
- The directory where the job is executed.
- See Also:
JobTemplate.setWorkingDirectory(String)
jobCategory
java.lang.String jobCategory
- An implementation-defined string specifying how to resolve site-specific
resources and/or policies
- See Also:
JobTemplate.setJobCategory(String)
nativeSpecification
java.lang.String nativeSpecification
- An implementation-defined string that is passed by the end user to DRMAA
to specify site-specific resources and/or policies
- See Also:
JobTemplate.setNativeSpecification(String)
email
java.util.Set<E> email
- E-mail addresses used to report the job completion and status
- See Also:
JobTemplate.setEmail(Set)
blockEmail
boolean blockEmail
- Blocks sending e-mail by default, regardless of the DRMS setting
- See Also:
JobTemplate.setBlockEmail(boolean)
startTime
PartialTimestamp startTime
- The earliest time when the job may be eligible to be run
- See Also:
JobTemplate.setStartTime(PartialTimestamp)
jobName
java.lang.String jobName
- Job name
- See Also:
JobTemplate.setJobName(String)
inputPath
java.lang.String inputPath
- The job's standard input stream
- See Also:
JobTemplate.setInputPath(String)
outputPath
java.lang.String outputPath
- The job's standard output stream
- See Also:
JobTemplate.setOutputPath(String)
errorPath
java.lang.String errorPath
- The job's standard error stream
- See Also:
JobTemplate.setErrorPath(String)
joinFiles
boolean joinFiles
- Whether the error stream should be intermixed with the output stream
- See Also:
JobTemplate.setJoinFiles(boolean)
major
int major
- The major version number
minor
int minor
- The minor version number
The contents of this file are licensed under the Sun Industry Standards Source License version 1.2.
Copyright 2008, Sun Microsystems, Inc.