|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ggf.drmaa.DrmaaJNI
public class DrmaaJNI
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 |
---|
public DrmaaJNI()
Method Detail |
---|
public void init(java.lang.String contactString)
public void exit()
public JobTemplate createJobTemplate()
public void deleteJobTemplate(JobTemplate jt)
public java.lang.String runJob(GridWayJobTemplate jt)
public java.util.List runBulkJobs(GridWayJobTemplate jt, int beginIndex, int endIndex, int step)
public void control(java.lang.String jobName, int operation)
public void synchronize(java.util.List jobList, long timeout, boolean dispose)
public JobInfo wait(java.lang.String jobName, long timeout)
public int getJobStatus(java.lang.String jobName)
public java.lang.String getContact()
public Version getVersion()
public java.lang.String getDrmsInfo()
public java.lang.String getDrmaaImplementation()
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |