org.ggf.drmaa
Class DrmaaJNI

java.lang.Object
  extended by org.ggf.drmaa.DrmaaJNI

public class DrmaaJNI
extends java.lang.Object

This class is the native implementation of DRMAA GridWay and it SHOULD NEVER used by the normal user.


Constructor Summary
DrmaaJNI()
          The normal user of this API SHOULD NEVER use this method.
 
Method Summary
 void control(java.lang.String jobName, int operation)
          The normal user of this API SHOULD NEVER use this method.
 JobTemplate createJobTemplate()
          The normal user of this API SHOULD NEVER use this method.
 void deleteJobTemplate(JobTemplate jt)
          The normal user of this API SHOULD NEVER use this method.
 void exit()
          The normal user of this API SHOULD NEVER use this method.
 java.lang.String getContact()
          The normal user of this API SHOULD NEVER use this method.
 java.lang.String getDrmaaImplementation()
          The normal user of this API SHOULD NEVER use this method.
 java.lang.String getDrmsInfo()
          The normal user of this API SHOULD NEVER use this method.
 int getJobStatus(java.lang.String jobName)
          The normal user of this API SHOULD NEVER use this method.
 Version getVersion()
          The normal user of this API SHOULD NEVER use this method.
 void init(java.lang.String contactString)
          The normal user of this API SHOULD NEVER use this method.
 java.util.List runBulkJobs(GridWayJobTemplate jt, int beginIndex, int endIndex, int step)
          The normal user of this API SHOULD NEVER use this method.
 java.lang.String runJob(GridWayJobTemplate jt)
          The normal user of this API SHOULD NEVER use this method.
 void synchronize(java.util.List jobList, long timeout, boolean dispose)
          The normal user of this API SHOULD NEVER use this method.
 JobInfo wait(java.lang.String jobName, long timeout)
          The normal user of this API SHOULD NEVER use this method.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DrmaaJNI

public DrmaaJNI()
The normal user of this API SHOULD NEVER use this method.

Method Detail

init

public void init(java.lang.String contactString)
The normal user of this API SHOULD NEVER use this method.


exit

public void exit()
The normal user of this API SHOULD NEVER use this method.


createJobTemplate

public JobTemplate createJobTemplate()
The normal user of this API SHOULD NEVER use this method.


deleteJobTemplate

public void deleteJobTemplate(JobTemplate jt)
The normal user of this API SHOULD NEVER use this method.


runJob

public java.lang.String runJob(GridWayJobTemplate jt)
The normal user of this API SHOULD NEVER use this method.


runBulkJobs

public java.util.List runBulkJobs(GridWayJobTemplate jt,
                                  int beginIndex,
                                  int endIndex,
                                  int step)
The normal user of this API SHOULD NEVER use this method.


control

public void control(java.lang.String jobName,
                    int operation)
The normal user of this API SHOULD NEVER use this method.


synchronize

public void synchronize(java.util.List jobList,
                        long timeout,
                        boolean dispose)
The normal user of this API SHOULD NEVER use this method.


wait

public JobInfo wait(java.lang.String jobName,
                    long timeout)
The normal user of this API SHOULD NEVER use this method.


getJobStatus

public int getJobStatus(java.lang.String jobName)
The normal user of this API SHOULD NEVER use this method.


getContact

public java.lang.String getContact()
The normal user of this API SHOULD NEVER use this method.


getVersion

public Version getVersion()
The normal user of this API SHOULD NEVER use this method.


getDrmsInfo

public java.lang.String getDrmsInfo()
The normal user of this API SHOULD NEVER use this method.


getDrmaaImplementation

public java.lang.String getDrmaaImplementation()
The normal user of this API SHOULD NEVER use this method.