Serialized Form


Package com.sun.grid.drmaa

Class com.sun.grid.drmaa.JobInfoImpl extends JobInfo implements Serializable

Serialized Fields

signal

java.lang.String signal


Package org.ggf.drmaa

Class org.ggf.drmaa.AlreadyActiveSessionException extends SessionException implements Serializable

Class org.ggf.drmaa.AuthorizationException extends DrmaaException implements Serializable

Class org.ggf.drmaa.ConflictingAttributeValuesException extends InvalidAttributeException implements Serializable

Class org.ggf.drmaa.DefaultContactStringException extends InvalidContactStringException implements Serializable

Class org.ggf.drmaa.DeniedByDrmException extends DrmaaException implements Serializable

Class org.ggf.drmaa.DrmaaException extends java.lang.Exception implements Serializable

Class org.ggf.drmaa.DrmaaRuntimeException extends java.lang.RuntimeException implements Serializable

Class org.ggf.drmaa.DrmCommunicationException extends DrmaaException implements Serializable

Class org.ggf.drmaa.DrmsExitException extends DrmaaException implements Serializable

Class org.ggf.drmaa.DrmsInitException extends SessionException implements Serializable

Class org.ggf.drmaa.ExitTimeoutException extends DrmaaException implements Serializable

Class org.ggf.drmaa.FileTransferMode extends java.lang.Object implements Serializable

Serialized Fields

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.

Class org.ggf.drmaa.HoldInconsistentStateException extends InconsistentStateException implements Serializable

Class org.ggf.drmaa.InconsistentStateException extends DrmaaException implements Serializable

Class org.ggf.drmaa.InternalException extends DrmaaRuntimeException implements Serializable

Class org.ggf.drmaa.InvalidArgumentException extends DrmaaException implements Serializable

Class org.ggf.drmaa.InvalidAttributeException extends DrmaaException implements Serializable

Class org.ggf.drmaa.InvalidAttributeFormatException extends InvalidAttributeException implements Serializable

Class org.ggf.drmaa.InvalidAttributeValueException extends InvalidAttributeException implements Serializable

Class org.ggf.drmaa.InvalidContactStringException extends DrmaaException implements Serializable

Class org.ggf.drmaa.InvalidJobException extends InvalidArgumentException implements Serializable

Class org.ggf.drmaa.InvalidJobTemplateException extends DrmaaRuntimeException implements Serializable

Class org.ggf.drmaa.JobInfo extends java.lang.Object implements Serializable

Serialized Fields

jobId

java.lang.String jobId
the id of the job this class describes


status

int status
the exit status code for the job


resourceUsage

java.util.Map resourceUsage
a Map of resource usage data

Class org.ggf.drmaa.NoActiveSessionException extends SessionException implements Serializable

Class org.ggf.drmaa.NoDefaultContactStringException extends InvalidContactStringException implements Serializable

Class org.ggf.drmaa.NoResourceUsageException extends DrmaaException implements Serializable

Class org.ggf.drmaa.PartialTimestamp extends java.util.Calendar implements Serializable

Serialized Fields

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

Class org.ggf.drmaa.PartialTimestampFormat extends java.text.Format implements Serializable

Serialized Fields

nf

java.text.NumberFormat nf
A formter for printing fields

Class org.ggf.drmaa.ReleaseInconsistentStateException extends InconsistentStateException implements Serializable

Class org.ggf.drmaa.ResumeInconsistentStateException extends InconsistentStateException implements Serializable

Class org.ggf.drmaa.SessionException extends DrmaaException implements Serializable

Class org.ggf.drmaa.SuspendInconsistentStateException extends InconsistentStateException implements Serializable

Class org.ggf.drmaa.TryLaterException extends DrmaaException implements Serializable

Class org.ggf.drmaa.UnsupportedAttributeException extends java.lang.RuntimeException implements Serializable

Class org.ggf.drmaa.Version extends java.lang.Object implements Serializable

Serialized Fields

major

int major
The major version number


minor

int minor
The minor version number