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

A

ACTIVE_STATE - Static variable in interface org.ggf.drmaa.JobTemplate
Pre-defined string to refer to the ACTIVE state on submission.
add(int, int) - Method in class org.ggf.drmaa.PartialTimestamp
 
AlreadyActiveSessionException - Exception in org.ggf.drmaa
Thrown when a DRMAA session already exists.
AlreadyActiveSessionException() - Constructor for exception org.ggf.drmaa.AlreadyActiveSessionException
 
AlreadyActiveSessionException(String) - Constructor for exception org.ggf.drmaa.AlreadyActiveSessionException
 
args - Variable in class org.ggf.drmaa.SimpleJobTemplate
String array attribute to refer to the remoteCommand arguments.
attributeNames - Variable in class org.ggf.drmaa.SimpleJobTemplate
 
AuthorizationException - Exception in org.ggf.drmaa
Thrown when a user is not authorized to perform the given operation.
AuthorizationException() - Constructor for exception org.ggf.drmaa.AuthorizationException
 
AuthorizationException(String) - Constructor for exception org.ggf.drmaa.AuthorizationException
 

B

blockEmail - Variable in class org.ggf.drmaa.SimpleJobTemplate
Not relevant for the current GridWay implementation, will be ignored

C

CENTURY - Static variable in class org.ggf.drmaa.PartialTimestamp
 
clone() - Method in class org.ggf.drmaa.FileTransferMode
 
clone() - Method in class org.ggf.drmaa.Version
 
comparteTo(Object) - Method in class org.ggf.drmaa.Version
Compares this object with the specified object for order.
computeFields() - Method in class org.ggf.drmaa.PartialTimestamp
 
computeTime() - Method in class org.ggf.drmaa.PartialTimestamp
 
ConflictingAttributeValuesException - Exception in org.ggf.drmaa
Thrown when the value of the attribute conflicts with one or more previusly set properties.
ConflictingAttributeValuesException() - Constructor for exception org.ggf.drmaa.ConflictingAttributeValuesException
 
ConflictingAttributeValuesException(String) - Constructor for exception org.ggf.drmaa.ConflictingAttributeValuesException
 
control(String, int) - Method in class org.ggf.drmaa.DrmaaJNI
The normal user of this API SHOULD NEVER use this method.
control(String, int) - Method in class org.ggf.drmaa.GridWaySession
 
control(String, int) - Method in interface org.ggf.drmaa.Session
This method allows the job specified by jobid to be controlled according to a given action.
createJobTemplate() - Method in class org.ggf.drmaa.DrmaaJNI
The normal user of this API SHOULD NEVER use this method.
createJobTemplate() - Method in class org.ggf.drmaa.GridWaySession
 
createJobTemplate() - Method in interface org.ggf.drmaa.Session
This method allocates a new job template.

D

deadlineTime - Variable in class org.ggf.drmaa.SimpleJobTemplate
Pre-defined string to represent a deadline for job execution.
DefaultContactStringException - Exception in org.ggf.drmaa
Thrown when the DRMAA implementation could not use the default contact string to connect to GridWay.
DefaultContactStringException() - Constructor for exception org.ggf.drmaa.DefaultContactStringException
 
DefaultContactStringException(String) - Constructor for exception org.ggf.drmaa.DefaultContactStringException
 
deleteJobTemplate(JobTemplate) - Method in class org.ggf.drmaa.DrmaaJNI
The normal user of this API SHOULD NEVER use this method.
deleteJobTemplate(JobTemplate) - Method in class org.ggf.drmaa.GridWaySession
 
deleteJobTemplate(JobTemplate) - Method in interface org.ggf.drmaa.Session
This method deallocates a job template.
DeniedByDrmException - Exception in org.ggf.drmaa
Thrown when GridWay rejected the job.
DeniedByDrmException() - Constructor for exception org.ggf.drmaa.DeniedByDrmException
 
DeniedByDrmException(String) - Constructor for exception org.ggf.drmaa.DeniedByDrmException
 
DONE - Static variable in interface org.ggf.drmaa.Session
DONE Job state.
DrmaaException - Exception in org.ggf.drmaa
The base class of the non-runtime DRMAAA exceptions.
DrmaaException() - Constructor for exception org.ggf.drmaa.DrmaaException
 
DrmaaException(String) - Constructor for exception org.ggf.drmaa.DrmaaException
 
DrmaaException(Throwable) - Constructor for exception org.ggf.drmaa.DrmaaException
 
DrmaaException(String, Throwable) - Constructor for exception org.ggf.drmaa.DrmaaException
 
DrmaaJNI - Class in org.ggf.drmaa
This class is the native implementation of DRMAA GridWay and it SHOULD NEVER used by the normal user.
DrmaaJNI() - Constructor for class org.ggf.drmaa.DrmaaJNI
The normal user of this API SHOULD NEVER use this method.
DrmCommunicationException - Exception in org.ggf.drmaa
Thrown when the system could not contact with GridWay.
DrmCommunicationException() - Constructor for exception org.ggf.drmaa.DrmCommunicationException
 
DrmCommunicationException(String) - Constructor for exception org.ggf.drmaa.DrmCommunicationException
 
DrmsExitException - Exception in org.ggf.drmaa
Thrown when a problem was encountered while trying to exit the session.
DrmsExitException() - Constructor for exception org.ggf.drmaa.DrmsExitException
 
DrmsExitException(String) - Constructor for exception org.ggf.drmaa.DrmsExitException
 
DrmsInitException - Exception in org.ggf.drmaa
Thrown when a problem was encountered while trying to initialize the session.
DrmsInitException() - Constructor for exception org.ggf.drmaa.DrmsInitException
 
DrmsInitException(String) - Constructor for exception org.ggf.drmaa.DrmsInitException
 

E

email - Variable in class org.ggf.drmaa.SimpleJobTemplate
Not relevant for the current GridWay implementation, will be ignored
equals(Object) - Method in class org.ggf.drmaa.FileTransferMode
 
equals(Object) - Method in class org.ggf.drmaa.Version
 
errorPath - Variable in class org.ggf.drmaa.SimpleJobTemplate
String attribute to refer to standard error file for the SimpleJobTemplate.remoteCommand.
exit() - Method in class org.ggf.drmaa.DrmaaJNI
The normal user of this API SHOULD NEVER use this method.
exit() - Method in class org.ggf.drmaa.GridWaySession
 
exit() - Method in interface org.ggf.drmaa.Session
Disengage from DRMAA library.
ExitTimeoutException - Exception in org.ggf.drmaa
Thrown when Session.wait(java.lang.String, long) or Session.synchronize(java.util.List, long, boolean) call returned before all selected jobs entered the DONE or FAILED state.
ExitTimeoutException() - Constructor for exception org.ggf.drmaa.ExitTimeoutException
 
ExitTimeoutException(String) - Constructor for exception org.ggf.drmaa.ExitTimeoutException
 

F

FAILED - Static variable in interface org.ggf.drmaa.Session
FAILED Job state.
FileTransferMode - Class in org.ggf.drmaa
Not relevant for the current GridWay implementation, will be ignored.
FileTransferMode() - Constructor for class org.ggf.drmaa.FileTransferMode
 
FileTransferMode(boolean, boolean, boolean) - Constructor for class org.ggf.drmaa.FileTransferMode
 
format(Object, StringBuffer, FieldPosition) - Method in class org.ggf.drmaa.PartialTimestampFormat
Not relevant for the current GridWay implementation, will be ignored.
format(PartialTimestamp, StringBuffer, FieldPosition) - Method in class org.ggf.drmaa.PartialTimestampFormat
Not relevant for the current GridWay implementation, will be ignored.
format(PartialTimestamp) - Method in class org.ggf.drmaa.PartialTimestampFormat
This method translate the PartialTimestamp instance in GridWay format.

G

getArgs() - Method in interface org.ggf.drmaa.JobTemplate
This method get the attribute SimpleJobTemplate.args.
getArgs() - Method in class org.ggf.drmaa.SimpleJobTemplate
This method get the attribute SimpleJobTemplate.args.
getAttributeNames() - Method in interface org.ggf.drmaa.JobTemplate
This method return the list of supported property names.
getAttributeNames() - Method in class org.ggf.drmaa.SimpleJobTemplate
This method return the list of supported property names.
getBlockEmail() - Method in interface org.ggf.drmaa.JobTemplate
This method get the attribute SimpleJobTemplate.blockEmail.
getBlockEmail() - Method in class org.ggf.drmaa.SimpleJobTemplate
This method get the attribute SimpleJobTemplate.blockEmail.
getContact() - Method in class org.ggf.drmaa.DrmaaJNI
The normal user of this API SHOULD NEVER use this method.
getContact() - Method in class org.ggf.drmaa.GridWaySession
 
getContact() - Method in interface org.ggf.drmaa.Session
If called before Session.init(java.lang.String), this method returns a string containing a comma-delimited list of default contact hosts for the GridWay daemon.
getDeadlineTime() - Method in interface org.ggf.drmaa.JobTemplate
This method get the attribute SimpleJobTemplate.deadlineTime.
getDeadlineTime() - Method in class org.ggf.drmaa.SimpleJobTemplate
This method get the attribute SimpleJobTemplate.deadlineTime.
getDrmaaImplementation() - Method in class org.ggf.drmaa.DrmaaJNI
The normal user of this API SHOULD NEVER use this method.
getDrmaaImplementation() - Method in class org.ggf.drmaa.GridWaySession
 
getDrmaaImplementation() - Method in interface org.ggf.drmaa.Session
This method returns the DRMAA implementation.
getDrmsInfo() - Method in class org.ggf.drmaa.DrmaaJNI
The normal user of this API SHOULD NEVER use this method.
getDrmsInfo() - Method in class org.ggf.drmaa.GridWaySession
 
getDrmsInfo() - Method in interface org.ggf.drmaa.Session
This method always returns "GridWay" in drm_system, the only DRM system supported by the GridWay DRMAA implementation
getEmail() - Method in interface org.ggf.drmaa.JobTemplate
This method get the attribute SimpleJobTemplate.email.
getEmail() - Method in class org.ggf.drmaa.SimpleJobTemplate
This method get the attribute SimpleJobTemplate.email.
getErrorPath() - Method in interface org.ggf.drmaa.JobTemplate
This method get the attribute SimpleJobTemplate.errorPath.
getErrorPath() - Method in class org.ggf.drmaa.SimpleJobTemplate
This method get the attribute SimpleJobTemplate.errorPath.
getExitStatus() - Method in class org.ggf.drmaa.GridWayJobInfo
 
getExitStatus() - Method in interface org.ggf.drmaa.JobInfo
This method returns the exit code extracted from stat.
getFactory() - Static method in class org.ggf.drmaa.SessionFactory
This method returns a SessionFactory object for the GridWay DRMAA Java implementation.
getGreatestMinimum(int) - Method in class org.ggf.drmaa.PartialTimestamp
 
getHardRunDurationLimit() - Method in interface org.ggf.drmaa.JobTemplate
This method get the attribute SimpleJobTemplate.hardRunDurationLimit.
getHardRunDurationLimit() - Method in class org.ggf.drmaa.SimpleJobTemplate
This method get the attribute SimpleJobTemplate.hardRunDurationLimit.
getHardWallclockTimeLimit() - Method in interface org.ggf.drmaa.JobTemplate
This method get the attribute SimpleJobTemplate.hardWallclockTimeLimit.
getHardWallclockTimeLimit() - Method in class org.ggf.drmaa.SimpleJobTemplate
This method get the attribute SimpleJobTemplate.hardWallclockTimeLimit.
getInputFiles() - Method in class org.ggf.drmaa.GridWayJobTemplate
This method get the attribute GridWayJobTemplate.inputFiles.
getInputPath() - Method in interface org.ggf.drmaa.JobTemplate
This method get the attribute SimpleJobTemplate.inputPath.
getInputPath() - Method in class org.ggf.drmaa.SimpleJobTemplate
This method get the attribute SimpleJobTemplate.inputPath.
getJobCategory() - Method in interface org.ggf.drmaa.JobTemplate
This method get the attribute SimpleJobTemplate.jobCategory.
getJobCategory() - Method in class org.ggf.drmaa.SimpleJobTemplate
This method get the attribute SimpleJobTemplate.jobCategory.
getJobEnvironment() - Method in interface org.ggf.drmaa.JobTemplate
This method get the attribute SimpleJobTemplate.jobEnvironment.
getJobEnvironment() - Method in class org.ggf.drmaa.SimpleJobTemplate
This method get the attribute SimpleJobTemplate.jobEnvironment.
getJobId() - Method in class org.ggf.drmaa.GridWayJobInfo
This method returns the completed job's id.
getJobId() - Method in interface org.ggf.drmaa.JobInfo
This method gets the completed job's id.
getJobName() - Method in interface org.ggf.drmaa.JobTemplate
This method get the attribute SimpleJobTemplate.jobName.
getJobName() - Method in class org.ggf.drmaa.SimpleJobTemplate
This method get the attribute SimpleJobTemplate.jobName.
getJobStatus(String) - Method in class org.ggf.drmaa.DrmaaJNI
The normal user of this API SHOULD NEVER use this method.
getJobStatus(String) - Method in class org.ggf.drmaa.GridWaySession
 
getJobStatus(String) - Method in interface org.ggf.drmaa.Session
Obtains the status of a given job.
getJobSubmissionState() - Method in interface org.ggf.drmaa.JobTemplate
This method get the attribute SimpleJobTemplate.jobSubmissionState.
getJobSubmissionState() - Method in class org.ggf.drmaa.SimpleJobTemplate
This method get the attribute SimpleJobTemplate.jobSubmissionState.
getJobTemplatePointer() - Method in class org.ggf.drmaa.GridWayJobTemplate
 
getJoinFiles() - Method in interface org.ggf.drmaa.JobTemplate
This method get the attribute SimpleJobTemplate.joinFiles.
getJoinFiles() - Method in class org.ggf.drmaa.SimpleJobTemplate
This method get the attribute SimpleJobTemplate.joinFiles.
getLeastMaximum(int) - Method in class org.ggf.drmaa.PartialTimestamp
 
getMajor() - Method in class org.ggf.drmaa.Version
This method gets the major versions of the DRMAA JAVA binding specification implemented by the DRMAA implementation.
getMaximum(int) - Method in class org.ggf.drmaa.PartialTimestamp
 
getMinimum(int) - Method in class org.ggf.drmaa.PartialTimestamp
 
getMinor() - Method in class org.ggf.drmaa.Version
This method gets the minor versions of the DRMAA JAVA binding specification implemented by the DRMAA implementation.
getModifier(int) - Method in class org.ggf.drmaa.PartialTimestamp
 
getNativeSpecification() - Method in interface org.ggf.drmaa.JobTemplate
This method get the attribute SimpleJobTemplate.nativeSpecification.
getNativeSpecification() - Method in class org.ggf.drmaa.SimpleJobTemplate
This method get the attribute SimpleJobTemplate.nativeSpecification.
getNp() - Method in class org.ggf.drmaa.GridWayJobTemplate
This method get the attribute GridWayJobTemplate.np.
getNumberOfRetries() - Method in class org.ggf.drmaa.GridWayJobTemplate
This method get the attribute GridWayJobTemplate.numberOfRetries.
getOptionalAttributeNames() - Method in class org.ggf.drmaa.SimpleJobTemplate
This method return the list of the optional Gridway property names (implemented in GridWayJobTemplate): inputFiles, outputFiles, restartFiles rescheduleOnFailure, numberOfRetries, rank requirements
getOutputFiles() - Method in class org.ggf.drmaa.GridWayJobTemplate
This method get the attribute GridWayJobTemplate.outputFiles.
getOutputPath() - Method in interface org.ggf.drmaa.JobTemplate
This method get the attribute SimpleJobTemplate.outputPath.
getOutputPath() - Method in class org.ggf.drmaa.SimpleJobTemplate
This method get the attribute SimpleJobTemplate.outputPath.
getRank() - Method in class org.ggf.drmaa.GridWayJobTemplate
This method get the attribute GridWayJobTemplate.rank.
getRemoteCommand() - Method in interface org.ggf.drmaa.JobTemplate
This method get the attribute SimpleJobTemplate.remoteCommand.
getRemoteCommand() - Method in class org.ggf.drmaa.SimpleJobTemplate
This method get the attribute SimpleJobTemplate.remoteCommand.
getRequirements() - Method in class org.ggf.drmaa.GridWayJobTemplate
This method get the attribute GridWayJobTemplate.requirements.
getRescheduleOnFailure() - Method in class org.ggf.drmaa.GridWayJobTemplate
This method get the attribute GridWayJobTemplate.rescheduleOnFailure.
getResourceUsage() - Method in class org.ggf.drmaa.GridWayJobInfo
This method returns the completed job's resource usage data.
getResourceUsage() - Method in interface org.ggf.drmaa.JobInfo
This method gets the completed job's resource usage data.
getRestartFiles() - Method in class org.ggf.drmaa.GridWayJobTemplate
This method get the attribute GridWayJobTemplate.restart_files.
getSession() - Method in class org.ggf.drmaa.GridWaySessionFactory
 
getSession() - Method in class org.ggf.drmaa.SessionFactory
This method returns a Session object for the GridWay DRMAA Java implementation.
getSoftRunDurationLimit() - Method in interface org.ggf.drmaa.JobTemplate
This method get the attribute SimpleJobTemplate.softRunDurationLimit.
getSoftRunDurationLimit() - Method in class org.ggf.drmaa.SimpleJobTemplate
This method get the attribute SimpleJobTemplate.softRunDurationLimit.
getSoftWallclockTimeLimit() - Method in interface org.ggf.drmaa.JobTemplate
This method get the attribute SimpleJobTemplate.softWallclockTimeLimit.
getSoftWallclockTimeLimit() - Method in class org.ggf.drmaa.SimpleJobTemplate
This method get the attribute SimpleJobTemplate.softWallclockTimeLimit.
getStartTime() - Method in interface org.ggf.drmaa.JobTemplate
This method get the attribute SimpleJobTemplate.startTime.
getStartTime() - Method in class org.ggf.drmaa.SimpleJobTemplate
This method get the attribute SimpleJobTemplate.startTime.
getTerminatingSignal() - Method in class org.ggf.drmaa.GridWayJobInfo
 
getTerminatingSignal() - Method in interface org.ggf.drmaa.JobInfo
This methods returns the signal name that causes the termination of the job.
getTransferErrorStream() - Method in class org.ggf.drmaa.FileTransferMode
 
getTransferFiles() - Method in interface org.ggf.drmaa.JobTemplate
This method get the attribute SimpleJobTemplate.transferFiles.
getTransferFiles() - Method in class org.ggf.drmaa.SimpleJobTemplate
This method get the attribute SimpleJobTemplate.transferFiles.
getTransferInputStream() - Method in class org.ggf.drmaa.FileTransferMode
 
getTransferOutputStream() - Method in class org.ggf.drmaa.FileTransferMode
 
getType() - Method in class org.ggf.drmaa.GridWayJobTemplate
This method get the attribute GridWayJobTemplate.type.
getVersion() - Method in class org.ggf.drmaa.DrmaaJNI
The normal user of this API SHOULD NEVER use this method.
getVersion() - Method in class org.ggf.drmaa.GridWaySession
 
getVersion() - Method in interface org.ggf.drmaa.Session
This method sets major and minor to the major and minor versions of the DRMAA C binding specification implemented by the DRMAA implementation.
getWorkingDirectory() - Method in interface org.ggf.drmaa.JobTemplate
This method get the attribute SimpleJobTemplate.workingDirectory.
getWorkingDirectory() - Method in class org.ggf.drmaa.SimpleJobTemplate
This method get the attribute SimpleJobTemplate.workingDirectory.
GridWayJobInfo - Class in org.ggf.drmaa
This class implements the abstract methods of the JobInfo class.
GridWayJobTemplate - Class in org.ggf.drmaa
This class implements the GridWay specific methods.
GridWayJobTemplate() - Constructor for class org.ggf.drmaa.GridWayJobTemplate
 
GridWayJobTemplate(String) - Constructor for class org.ggf.drmaa.GridWayJobTemplate
 
GridWaySession - Class in org.ggf.drmaa
This is the class to implement the Session interface.
GridWaySession() - Constructor for class org.ggf.drmaa.GridWaySession
 
GridWaySessionFactory - Class in org.ggf.drmaa
This class implements the abstract methods of the SessionFactory class.
GridWaySessionFactory() - Constructor for class org.ggf.drmaa.GridWaySessionFactory
 
GW_ARCH - Static variable in class org.ggf.drmaa.GridWaySession
Pre-defined string to refer to the remote host architecture as returned by the resource selector module.
GW_JOB_ID - Static variable in class org.ggf.drmaa.GridWaySession
Pre-defined string to refer to the job unique identification as provided by the GridWay system.
GW_TASK_ID - Static variable in class org.ggf.drmaa.GridWaySession
Pre-defined string to refer to the task unique identification as provided by the GridWay system.
GW_TOTAL_TASKS - Static variable in class org.ggf.drmaa.GridWaySession
Pre-defined string to refer to the number of total tasks in a bulk job.
GW_TYPE_MPI - Static variable in class org.ggf.drmaa.GridWaySession
Pre-defined string to define MPI (Message Passing Interface) jobs.
GW_TYPE_SINGLE - Static variable in class org.ggf.drmaa.GridWaySession
Pre-defined string to define single (one process) jobs.

H

hardRunDurationLimit - Variable in class org.ggf.drmaa.SimpleJobTemplate
Not relevant for the current GridWay implementation, will be ignored
hardWallclockTimeLimit - Variable in class org.ggf.drmaa.SimpleJobTemplate
Not relevant for the current GridWay implementation, will be ignored
hasCoreDump() - Method in class org.ggf.drmaa.GridWayJobInfo
 
hasCoreDump() - Method in interface org.ggf.drmaa.JobInfo
This methods always returns "0"
hasExited() - Method in class org.ggf.drmaa.GridWayJobInfo
 
hasExited() - Method in interface org.ggf.drmaa.JobInfo
This method returns into exited a non-zero value if stat was returned for a job that terminated normally.
hashCode() - Method in class org.ggf.drmaa.Version
This method return the hash code of the DRMAA JAVA binding specification implemented by the DRMAA implementation.
hasSignaled() - Method in class org.ggf.drmaa.GridWayJobInfo
 
hasSignaled() - Method in interface org.ggf.drmaa.JobInfo
This method evaluates into signaled a non-zero value if stat was returned for a job that terminated due to the receipt of a signal.
HOLD - Static variable in interface org.ggf.drmaa.Session
HOLD signal.
HOLD_STATE - Static variable in interface org.ggf.drmaa.JobTemplate
Pre-defined string to refer to the HOLD state on submission.
HoldInconsistentStateException - Exception in org.ggf.drmaa
Thrown when the job cannot be moved to a HOLD state.
HoldInconsistentStateException() - Constructor for exception org.ggf.drmaa.HoldInconsistentStateException
 
HoldInconsistentStateException(String) - Constructor for exception org.ggf.drmaa.HoldInconsistentStateException
 
HOME_DIRECTORY - Static variable in interface org.ggf.drmaa.JobTemplate
Pre-defined string to refer the user's home directory.

I

InconsistentStateException - Exception in org.ggf.drmaa
The base class of the Inconsistent State DRMAAA exceptions.
InconsistentStateException() - Constructor for exception org.ggf.drmaa.InconsistentStateException
 
InconsistentStateException(String) - Constructor for exception org.ggf.drmaa.InconsistentStateException
 
init(String) - Method in class org.ggf.drmaa.DrmaaJNI
The normal user of this API SHOULD NEVER use this method.
init(String) - Method in class org.ggf.drmaa.GridWaySession
 
init(String) - Method in interface org.ggf.drmaa.Session
Initialize DRMAA API library and create a new DRMAA Session.
inputPath - Variable in class org.ggf.drmaa.SimpleJobTemplate
String attribute to refer to standard input file for the SimpleJobTemplate.remoteCommand.
InternalException - Exception in org.ggf.drmaa
Thrown when a unexpected or internal DRMAA error occurred.
InternalException() - Constructor for exception org.ggf.drmaa.InternalException
 
InternalException(String) - Constructor for exception org.ggf.drmaa.InternalException
 
InvalidAttributeFormatException - Exception in org.ggf.drmaa
Thrown when the format of job template property value is invalid.
InvalidAttributeFormatException() - Constructor for exception org.ggf.drmaa.InvalidAttributeFormatException
 
InvalidAttributeFormatException(String) - Constructor for exception org.ggf.drmaa.InvalidAttributeFormatException
 
InvalidAttributeValueException - Exception in org.ggf.drmaa
Thrown when the value of job template property value is invalid.
InvalidAttributeValueException() - Constructor for exception org.ggf.drmaa.InvalidAttributeValueException
 
InvalidAttributeValueException(String) - Constructor for exception org.ggf.drmaa.InvalidAttributeValueException
 
InvalidContactStringException - Exception in org.ggf.drmaa
Thrown when the contact parameter is invalid.
InvalidContactStringException() - Constructor for exception org.ggf.drmaa.InvalidContactStringException
 
InvalidContactStringException(String) - Constructor for exception org.ggf.drmaa.InvalidContactStringException
 
InvalidJobException - Exception in org.ggf.drmaa
Thrown when the job specified by the given job id does not exist.
InvalidJobException() - Constructor for exception org.ggf.drmaa.InvalidJobException
 
InvalidJobException(String) - Constructor for exception org.ggf.drmaa.InvalidJobException
 
InvalidJobTemplateException - Exception in org.ggf.drmaa
Thrown when a job template is not valid.
InvalidJobTemplateException() - Constructor for exception org.ggf.drmaa.InvalidJobTemplateException
 
InvalidJobTemplateException(String) - Constructor for exception org.ggf.drmaa.InvalidJobTemplateException
 

J

JOB_IDS_SESSION_ALL - Static variable in interface org.ggf.drmaa.Session
Pre-defined string used to refer to ALL the jobs submitted during a DRMAA session.
JOB_IDS_SESSION_ANY - Static variable in interface org.ggf.drmaa.Session
Pre-defined string used to refer to ANY job submitted during a DRMAA session.
jobCategory - Variable in class org.ggf.drmaa.SimpleJobTemplate
Not relevant for the current GridWay implementation, will be ignored
jobEnvironment - Variable in class org.ggf.drmaa.SimpleJobTemplate
String attribute to refer to the SimpleJobTemplate.remoteCommand environment variables.
JobInfo - Interface in org.ggf.drmaa
The information regarding a job's execution is encapsulated in the JobInfo interface.
jobName - Variable in class org.ggf.drmaa.SimpleJobTemplate
String attribute to refer to the DRMAA job-name.
jobSubmissionState - Variable in class org.ggf.drmaa.SimpleJobTemplate
Integer attribute to refer to the job state at submission, the job will enter either the QUEUED_ACTIVE state or HOLD state when submitted.
JobTemplate - Interface in org.ggf.drmaa
DRMAA application uses the JobTemplate interface, in order to define the attributes associated with a job.
joinFiles - Variable in class org.ggf.drmaa.SimpleJobTemplate
Not relevant for the current GridWay implementation, will be ignored

M

modified() - Method in class org.ggf.drmaa.SimpleJobTemplate
This method marks the job template to indicate that its properties have been modified.

N

nativeSpecification - Variable in class org.ggf.drmaa.SimpleJobTemplate
Not relevant for the current GridWay implementation, will be ignored
NoActiveSessionException - Exception in org.ggf.drmaa
Thrown when there is no active session.
NoActiveSessionException() - Constructor for exception org.ggf.drmaa.NoActiveSessionException
 
NoActiveSessionException(String) - Constructor for exception org.ggf.drmaa.NoActiveSessionException
 
NoDefaultContactStringSelectedException - Exception in org.ggf.drmaa
Thrown when the DRMAA implementation could not default contact string was provided.
NoDefaultContactStringSelectedException() - Constructor for exception org.ggf.drmaa.NoDefaultContactStringSelectedException
 
NoDefaultContactStringSelectedException(String) - Constructor for exception org.ggf.drmaa.NoDefaultContactStringSelectedException
 

O

org.ggf.drmaa - package org.ggf.drmaa
 
outputPath - Variable in class org.ggf.drmaa.SimpleJobTemplate
String attribute to refer to standard output file for the SimpleJobTemplate.remoteCommand.

P

PARAMETRIC_INDEX - Static variable in interface org.ggf.drmaa.JobTemplate
Pre-defined string to be used in parametric jobs (bulk jobs).
parse(String) - Method in class org.ggf.drmaa.PartialTimestampFormat
Not relevant for the current GridWay implementation, will be ignored.
parse(String, ParsePosition) - Method in class org.ggf.drmaa.PartialTimestampFormat
Not relevant for the current GridWay implementation, will be ignored.
parseObject(String, ParsePosition) - Method in class org.ggf.drmaa.PartialTimestampFormat
Not relevant for the current GridWay implementation, will be ignored.
PartialTimestamp - Class in org.ggf.drmaa
Not relevant for the current GridWay implementation, will be ignored.
PartialTimestamp() - Constructor for class org.ggf.drmaa.PartialTimestamp
 
PartialTimestampFormat - Class in org.ggf.drmaa
Not relevant for the current GridWay implementation, will be ignored.
PartialTimestampFormat() - Constructor for class org.ggf.drmaa.PartialTimestampFormat
 

Q

QUEUED_ACTIVE - Static variable in interface org.ggf.drmaa.Session
QUEUED-ACTIVE Job state.

R

RELEASE - Static variable in interface org.ggf.drmaa.Session
RELEASE signal.
ReleaseInconsistentStateException - Exception in org.ggf.drmaa
Thrown when the job cannot be moved to a RELEASE state.
ReleaseInconsistentStateException() - Constructor for exception org.ggf.drmaa.ReleaseInconsistentStateException
 
ReleaseInconsistentStateException(String) - Constructor for exception org.ggf.drmaa.ReleaseInconsistentStateException
 
remoteCommand - Variable in class org.ggf.drmaa.SimpleJobTemplate
Attribute to refer to the command to be executed on the remote host.
RESUME - Static variable in interface org.ggf.drmaa.Session
RESUME signal.
ResumeInconsistentStateException - Exception in org.ggf.drmaa
Thrown when the job cannot be moved to a RESUME state.
ResumeInconsistentStateException() - Constructor for exception org.ggf.drmaa.ResumeInconsistentStateException
 
ResumeInconsistentStateException(String) - Constructor for exception org.ggf.drmaa.ResumeInconsistentStateException
 
roll(int, boolean) - Method in class org.ggf.drmaa.PartialTimestamp
 
runBulkJobs(GridWayJobTemplate, int, int, int) - Method in class org.ggf.drmaa.DrmaaJNI
The normal user of this API SHOULD NEVER use this method.
runBulkJobs(JobTemplate, int, int, int) - Method in class org.ggf.drmaa.GridWaySession
 
runBulkJobs(JobTemplate, int, int, int) - Method in interface org.ggf.drmaa.Session
Submits a set of parametric jobs tha can be run concurrently.
runJob(GridWayJobTemplate) - Method in class org.ggf.drmaa.DrmaaJNI
The normal user of this API SHOULD NEVER use this method.
runJob(JobTemplate) - Method in class org.ggf.drmaa.GridWaySession
 
runJob(JobTemplate) - Method in interface org.ggf.drmaa.Session
This method submits a single job with the attributes defined in the job template.
RUNNING - Static variable in interface org.ggf.drmaa.Session
RUNNING Job state.

S

Session - Interface in org.ggf.drmaa
This is the interface to the majority of the functionality offered by the GridWay DRMAA JAVA library.
SessionFactory - Class in org.ggf.drmaa
This class allows the Java language binding implementation to support multiple different DRMAA vendors.
SessionFactory() - Constructor for class org.ggf.drmaa.SessionFactory
 
setArgs(List) - Method in interface org.ggf.drmaa.JobTemplate
This method set the attribute SimpleJobTemplate.args.
setArgs(List) - Method in class org.ggf.drmaa.SimpleJobTemplate
This method set the attribute SimpleJobTemplate.args.
setBlockEmail(boolean) - Method in interface org.ggf.drmaa.JobTemplate
This method set the attribute SimpleJobTemplate.blockEmail.
setBlockEmail(boolean) - Method in class org.ggf.drmaa.SimpleJobTemplate
This method set the attribute SimpleJobTemplate.blockEmail.
setDeadlineTime(PartialTimestamp) - Method in interface org.ggf.drmaa.JobTemplate
This method set the attribute SimpleJobTemplate.deadlineTime.
setDeadlineTime(PartialTimestamp) - Method in class org.ggf.drmaa.SimpleJobTemplate
This method set the attribute SimpleJobTemplate.deadlineTime.
setEmail(Set) - Method in interface org.ggf.drmaa.JobTemplate
This method set the attribute SimpleJobTemplate.email.
setEmail(Set) - Method in class org.ggf.drmaa.SimpleJobTemplate
This method set the attribute SimpleJobTemplate.email.
setErrorPath(String) - Method in interface org.ggf.drmaa.JobTemplate
This method set the attribute SimpleJobTemplate.errorPath.
setErrorPath(String) - Method in class org.ggf.drmaa.SimpleJobTemplate
This method set the attribute SimpleJobTemplate.errorPath.
setHardRunDurationLimit(long) - Method in interface org.ggf.drmaa.JobTemplate
This method set the attribute SimpleJobTemplate.hardRunDurationLimit.
setHardRunDurationLimit(long) - Method in class org.ggf.drmaa.SimpleJobTemplate
This method set the attribute SimpleJobTemplate.hardRunDurationLimit.
setHardWallclockTimeLimit(long) - Method in interface org.ggf.drmaa.JobTemplate
This method set the attribute SimpleJobTemplate.hardWallclockTimeLimit.
setHardWallclockTimeLimit(long) - Method in class org.ggf.drmaa.SimpleJobTemplate
This method set the attribute SimpleJobTemplate.hardWallclockTimeLimit.
setHasCoreDump(boolean) - Method in class org.ggf.drmaa.GridWayJobInfo
The normal user of this API SHOULD NEVER use this method.
setHasExited(boolean) - Method in class org.ggf.drmaa.GridWayJobInfo
The normal user of this API SHOULD NEVER use this method.
setHasSignaled(boolean) - Method in class org.ggf.drmaa.GridWayJobInfo
The normal user of this API SHOULD NEVER use this method.
setInputFiles(List) - Method in class org.ggf.drmaa.GridWayJobTemplate
This method set the attribute GridWayJobTemplate.inputFiles.
setInputPath(String) - Method in interface org.ggf.drmaa.JobTemplate
This method set the attribute SimpleJobTemplate.inputPath.
setInputPath(String) - Method in class org.ggf.drmaa.SimpleJobTemplate
This method set the attribute SimpleJobTemplate.inputPath.
setJobCategory(String) - Method in interface org.ggf.drmaa.JobTemplate
This method set the attribute SimpleJobTemplate.jobCategory.
setJobCategory(String) - Method in class org.ggf.drmaa.SimpleJobTemplate
This method set the attribute SimpleJobTemplate.jobCategory.
setJobEnvironment(Map) - Method in interface org.ggf.drmaa.JobTemplate
This method set the attribute SimpleJobTemplate.jobEnvironment.
setJobEnvironment(Map) - Method in class org.ggf.drmaa.SimpleJobTemplate
This method set the attribute SimpleJobTemplate.jobEnvironment.
setJobName(String) - Method in interface org.ggf.drmaa.JobTemplate
This method set the attribute SimpleJobTemplate.jobName.
setJobName(String) - Method in class org.ggf.drmaa.SimpleJobTemplate
This method set the attribute SimpleJobTemplate.jobName.
setJobSubmissionState(int) - Method in interface org.ggf.drmaa.JobTemplate
This method set the attribute SimpleJobTemplate.jobSubmissionState.
setJobSubmissionState(int) - Method in class org.ggf.drmaa.SimpleJobTemplate
This method set the attribute SimpleJobTemplate.jobSubmissionState.
setJobTemplatePointer(long) - Method in class org.ggf.drmaa.GridWayJobTemplate
 
setJoinFiles(boolean) - Method in interface org.ggf.drmaa.JobTemplate
This method set the attribute SimpleJobTemplate.joinFiles.
setJoinFiles(boolean) - Method in class org.ggf.drmaa.SimpleJobTemplate
This method set the attribute SimpleJobTemplate.joinFiles.
setModifier(int, int) - Method in class org.ggf.drmaa.PartialTimestamp
 
setNativeSpecification(String) - Method in interface org.ggf.drmaa.JobTemplate
This method set the attribute SimpleJobTemplate.nativeSpecification.
setNativeSpecification(String) - Method in class org.ggf.drmaa.SimpleJobTemplate
This method set the attribute SimpleJobTemplate.nativeSpecification.
setNp(String) - Method in class org.ggf.drmaa.GridWayJobTemplate
This method set the attribute GridWayJobTemplate.np.
setNumberOfRetries(String) - Method in class org.ggf.drmaa.GridWayJobTemplate
This method set the attribute GridWayJobTemplate.numberOfRetries.
setOutputFiles(List) - Method in class org.ggf.drmaa.GridWayJobTemplate
This method set the attribute GridWayJobTemplate.outputFiles.
setOutputPath(String) - Method in interface org.ggf.drmaa.JobTemplate
This method set the attribute SimpleJobTemplate.outputPath.
setOutputPath(String) - Method in class org.ggf.drmaa.SimpleJobTemplate
This method set the attribute SimpleJobTemplate.outputPath.
setRank(String) - Method in class org.ggf.drmaa.GridWayJobTemplate
This method set the attribute GridWayJobTemplate.rank.
setRemoteCommand(String) - Method in interface org.ggf.drmaa.JobTemplate
This method set the attribute SimpleJobTemplate.remoteCommand.
setRemoteCommand(String) - Method in class org.ggf.drmaa.SimpleJobTemplate
This method set the attribute SimpleJobTemplate.remoteCommand.
setRequirements(String) - Method in class org.ggf.drmaa.GridWayJobTemplate
This method set the attribute GridWayJobTemplate.requirements.
setRescheduleOnFailure(String) - Method in class org.ggf.drmaa.GridWayJobTemplate
This method set the attribute GridWayJobTemplate.rescheduleOnFailure.
setRestartFiles(List) - Method in class org.ggf.drmaa.GridWayJobTemplate
This method set the attribute GridWayJobTemplate.restartFiles.
setSoftRunDurationLimit(long) - Method in interface org.ggf.drmaa.JobTemplate
This method set the attribute SimpleJobTemplate.softRunDurationLimit.
setSoftRunDurationLimit(long) - Method in class org.ggf.drmaa.SimpleJobTemplate
This method set the attribute SimpleJobTemplate.softRunDurationLimit.
setSoftWallclockTimeLimit(long) - Method in interface org.ggf.drmaa.JobTemplate
This method set the attribute SimpleJobTemplate.softWallclockTimeLimit.
setSoftWallclockTimeLimit(long) - Method in class org.ggf.drmaa.SimpleJobTemplate
This method set the attribute SimpleJobTemplate.softWallclockTimeLimit.
setStartTime(Date) - Method in interface org.ggf.drmaa.JobTemplate
This method set the attribute SimpleJobTemplate.startTime.
setStartTime(Date) - Method in class org.ggf.drmaa.SimpleJobTemplate
This method set the attribute SimpleJobTemplate.startTime.
setTerminationSignal(String) - Method in class org.ggf.drmaa.GridWayJobInfo
The normal user of this API SHOULD NEVER use this method.
setTransferErrorStream(boolean) - Method in class org.ggf.drmaa.FileTransferMode
 
setTransferFiles(FileTransferMode) - Method in interface org.ggf.drmaa.JobTemplate
This method set the attribute SimpleJobTemplate.transferFiles.
setTransferFiles(FileTransferMode) - Method in class org.ggf.drmaa.SimpleJobTemplate
This method set the attribute SimpleJobTemplate.transferFiles.
setTransferInputStream(boolean) - Method in class org.ggf.drmaa.FileTransferMode
 
setTransferOutputStream(boolean) - Method in class org.ggf.drmaa.FileTransferMode
 
setType(String) - Method in class org.ggf.drmaa.GridWayJobTemplate
This method set the attribute GridWayJobTemplate.type.
setWasAborted(boolean) - Method in class org.ggf.drmaa.GridWayJobInfo
The normal user of this API SHOULD NEVER use this method.
setWorkingDirectory(String) - Method in interface org.ggf.drmaa.JobTemplate
This method set the attribute SimpleJobTemplate.workingDirectory.
setWorkingDirectory(String) - Method in class org.ggf.drmaa.SimpleJobTemplate
This method set the attribute SimpleJobTemplate.workingDirectory.
SimpleJobTemplate - Class in org.ggf.drmaa
 
SimpleJobTemplate() - Constructor for class org.ggf.drmaa.SimpleJobTemplate
The SimpleJobTemplate() constructor creates a new instance of a SimpleJobTemplate.
softRunDurationLimit - Variable in class org.ggf.drmaa.SimpleJobTemplate
Not relevant for the current GridWay implementation, will be ignored
softWallclockTimeLimit - Variable in class org.ggf.drmaa.SimpleJobTemplate
Not relevant for the current GridWay implementation, will be ignored
startTime - Variable in class org.ggf.drmaa.SimpleJobTemplate
Not relevant for the current GridWay implementation, will be ignored
SUSPEND - Static variable in interface org.ggf.drmaa.Session
SUSPEND signal.
SuspendInconsistentStateException - Exception in org.ggf.drmaa
Thrown when the job cannot be moved to a SUSPEND state.
SuspendInconsistentStateException() - Constructor for exception org.ggf.drmaa.SuspendInconsistentStateException
 
SuspendInconsistentStateException(String) - Constructor for exception org.ggf.drmaa.SuspendInconsistentStateException
 
synchronize(List, long, boolean) - Method in class org.ggf.drmaa.DrmaaJNI
The normal user of this API SHOULD NEVER use this method.
synchronize(List, long, boolean) - Method in class org.ggf.drmaa.GridWaySession
 
synchronize(List, long, boolean) - Method in interface org.ggf.drmaa.Session
This method blocks until all jobs specified by jobList have completed execution or fail.
SYSTEM_ON_HOLD - Static variable in interface org.ggf.drmaa.Session
SYSTEM-ON-HOLD Job state.
SYSTEM_SUSPENDED - Static variable in interface org.ggf.drmaa.Session
SYSTEM-SUSPENDED Job state.

T

TERMINATE - Static variable in interface org.ggf.drmaa.Session
TERMINATE signal.
TIMEOUT_NO_WAIT - Static variable in interface org.ggf.drmaa.Session
Pre-defined timeout to be used with Session.wait(java.lang.String, long) and Session.synchronize(java.util.List, long, boolean) methods.
TIMEOUT_WAIT_FOREVER - Static variable in interface org.ggf.drmaa.Session
Pre-defined timeout to be used with Session.wait(java.lang.String, long) and Session.synchronize(java.util.List, long, boolean) method calls.
toString() - Method in class org.ggf.drmaa.SimpleJobTemplate
This method returns a string representation of the job template instance
toString() - Method in class org.ggf.drmaa.Version
 
transferFiles - Variable in class org.ggf.drmaa.SimpleJobTemplate
Not relevant for the current GridWay implementation, will be ignored
TryLaterException - Exception in org.ggf.drmaa
Thrown when GridWay rejects the operation due to excessive load.
TryLaterException() - Constructor for exception org.ggf.drmaa.TryLaterException
 
TryLaterException(String) - Constructor for exception org.ggf.drmaa.TryLaterException
 

U

UNDETERMINED - Static variable in interface org.ggf.drmaa.Session
UNDETERMINED Job state.
UNSET - Static variable in class org.ggf.drmaa.PartialTimestamp
 
UnsupportedAttributeException - Exception in org.ggf.drmaa
Thrown when the given job template property is not supported by the GridWay DRMAA implementation.
UnsupportedAttributeException() - Constructor for exception org.ggf.drmaa.UnsupportedAttributeException
 
UnsupportedAttributeException(String) - Constructor for exception org.ggf.drmaa.UnsupportedAttributeException
 
USER_ON_HOLD - Static variable in interface org.ggf.drmaa.Session
USER-ON-HOLD Job state.
USER_SUSPENDED - Static variable in interface org.ggf.drmaa.Session
USER-SUSPENDED Job state.
USER_SYSTEM_ON_HOLD - Static variable in interface org.ggf.drmaa.Session
USER-SYSTEM-ON-HOLD Job state.
USER_SYSTEM_SUSPENDED - Static variable in interface org.ggf.drmaa.Session
USER-SYSTEM-SUSPENDED Job state.

V

Version - Class in org.ggf.drmaa
The Version class is a holding class for the major and minor version numbers of the GridWay DRMAA implementation.
Version(int, int) - Constructor for class org.ggf.drmaa.Version
Constructor that initialize the major and minor values

W

wait(String, long) - Method in class org.ggf.drmaa.DrmaaJNI
The normal user of this API SHOULD NEVER use this method.
wait(String, long) - Method in class org.ggf.drmaa.GridWaySession
 
wait(String, long) - Method in interface org.ggf.drmaa.Session
This method waits for a given job to either finish executing or fail.
wasAborted() - Method in class org.ggf.drmaa.GridWayJobInfo
 
wasAborted() - Method in interface org.ggf.drmaa.JobInfo
This methods always returns "0"
WORKING_DIRECTORY - Static variable in interface org.ggf.drmaa.JobTemplate
Pre-defined string constant to represent the current working directory when building paths for the input, output, and error path attribute values.
workingDirectory - Variable in class org.ggf.drmaa.SimpleJobTemplate
String attribute to refer to the JOB working directory.

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