remove old datamodel javadoc
[jabaws.git] / website / full_javadoc / compbio / engine / AsyncExecutor.html
index b5f9af4..711873c 100644 (file)
@@ -2,12 +2,12 @@
 <!--NewPage-->\r
 <HTML>\r
 <HEAD>\r
-<!-- Generated by javadoc (build 1.6.0_14) on Wed Feb 17 16:46:49 GMT 2010 -->\r
+<!-- Generated by javadoc (build 1.6.0_24) on Fri Aug 12 14:32:35 BST 2011 -->\r
 <TITLE>\r
 AsyncExecutor\r
 </TITLE>\r
 \r
-<META NAME="date" CONTENT="2010-02-17">\r
+<META NAME="date" CONTENT="2011-08-12">\r
 \r
 <LINK REL ="stylesheet" TYPE="text/css" HREF="../../stylesheet.css" TITLE="Style">\r
 \r
@@ -126,7 +126,7 @@ An asynchronous executor engine, capable of running, cancelling,
 <TR BGCOLOR="white" CLASS="TableRowColor">\r
 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">\r
 <CODE>&nbsp;boolean</CODE></FONT></TD>\r
-<TD><CODE><B><A HREF="../../compbio/engine/AsyncExecutor.html#cancelJob(java.lang.String)">cancelJob</A></B>(java.lang.String&nbsp;jobId)</CODE>\r
+<TD><CODE><B><A HREF="../../compbio/engine/AsyncExecutor.html#cancelJob(java.lang.String)">cancelJob</A></B>(<A HREF="http://java.sun.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A>&nbsp;jobId)</CODE>\r
 \r
 <BR>\r
 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Stop running job.</TD>\r
@@ -134,7 +134,7 @@ An asynchronous executor engine, capable of running, cancelling,
 <TR BGCOLOR="white" CLASS="TableRowColor">\r
 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">\r
 <CODE>&nbsp;boolean</CODE></FONT></TD>\r
-<TD><CODE><B><A HREF="../../compbio/engine/AsyncExecutor.html#cleanup(java.lang.String)">cleanup</A></B>(java.lang.String&nbsp;jobId)</CODE>\r
+<TD><CODE><B><A HREF="../../compbio/engine/AsyncExecutor.html#cleanup(java.lang.String)">cleanup</A></B>(<A HREF="http://java.sun.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A>&nbsp;jobId)</CODE>\r
 \r
 <BR>\r
 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Remove all files and a job directory for a jobid.</TD>\r
@@ -142,7 +142,7 @@ An asynchronous executor engine, capable of running, cancelling,
 <TR BGCOLOR="white" CLASS="TableRowColor">\r
 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">\r
 <CODE>&nbsp;<A HREF="../../compbio/metadata/JobStatus.html" title="enum in compbio.metadata">JobStatus</A></CODE></FONT></TD>\r
-<TD><CODE><B><A HREF="../../compbio/engine/AsyncExecutor.html#getJobStatus(java.lang.String)">getJobStatus</A></B>(java.lang.String&nbsp;jobId)</CODE>\r
+<TD><CODE><B><A HREF="../../compbio/engine/AsyncExecutor.html#getJobStatus(java.lang.String)">getJobStatus</A></B>(<A HREF="http://java.sun.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A>&nbsp;jobId)</CODE>\r
 \r
 <BR>\r
 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Query the status of the job</TD>\r
@@ -150,22 +150,22 @@ An asynchronous executor engine, capable of running, cancelling,
 <TR BGCOLOR="white" CLASS="TableRowColor">\r
 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">\r
 <CODE>&nbsp;<A HREF="../../compbio/engine/client/ConfiguredExecutable.html" title="interface in compbio.engine.client">ConfiguredExecutable</A>&lt;?&gt;</CODE></FONT></TD>\r
-<TD><CODE><B><A HREF="../../compbio/engine/AsyncExecutor.html#getResults(java.lang.String)">getResults</A></B>(java.lang.String&nbsp;jobId)</CODE>\r
+<TD><CODE><B><A HREF="../../compbio/engine/AsyncExecutor.html#getResults(java.lang.String)">getResults</A></B>(<A HREF="http://java.sun.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A>&nbsp;jobId)</CODE>\r
 \r
 <BR>\r
 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Retrieve the results of the job.</TD>\r
 </TR>\r
 <TR BGCOLOR="white" CLASS="TableRowColor">\r
 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">\r
-<CODE>&nbsp;java.lang.String</CODE></FONT></TD>\r
-<TD><CODE><B><A HREF="../../compbio/engine/AsyncExecutor.html#getWorkDirectory(java.lang.String)">getWorkDirectory</A></B>(java.lang.String&nbsp;jobId)</CODE>\r
+<CODE>&nbsp;<A HREF="http://java.sun.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A></CODE></FONT></TD>\r
+<TD><CODE><B><A HREF="../../compbio/engine/AsyncExecutor.html#getWorkDirectory(java.lang.String)">getWorkDirectory</A></B>(<A HREF="http://java.sun.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A>&nbsp;jobId)</CODE>\r
 \r
 <BR>\r
 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>\r
 </TR>\r
 <TR BGCOLOR="white" CLASS="TableRowColor">\r
 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">\r
-<CODE>&nbsp;java.lang.String</CODE></FONT></TD>\r
+<CODE>&nbsp;<A HREF="http://java.sun.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A></CODE></FONT></TD>\r
 <TD><CODE><B><A HREF="../../compbio/engine/AsyncExecutor.html#submitJob(compbio.engine.client.ConfiguredExecutable)">submitJob</A></B>(<A HREF="../../compbio/engine/client/ConfiguredExecutable.html" title="interface in compbio.engine.client">ConfiguredExecutable</A>&lt;?&gt;&nbsp;executable)</CODE>\r
 \r
 <BR>\r
@@ -189,8 +189,8 @@ An asynchronous executor engine, capable of running, cancelling,
 <A NAME="submitJob(compbio.engine.client.ConfiguredExecutable)"><!-- --></A><H3>\r
 submitJob</H3>\r
 <PRE>\r
-java.lang.String <B>submitJob</B>(<A HREF="../../compbio/engine/client/ConfiguredExecutable.html" title="interface in compbio.engine.client">ConfiguredExecutable</A>&lt;?&gt;&nbsp;executable)\r
-                           throws <A HREF="../../compbio/metadata/JobSubmissionException.html" title="class in compbio.metadata">JobSubmissionException</A></PRE>\r
+<A HREF="http://java.sun.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A> <B>submitJob</B>(<A HREF="../../compbio/engine/client/ConfiguredExecutable.html" title="interface in compbio.engine.client">ConfiguredExecutable</A>&lt;?&gt;&nbsp;executable)\r
+                 throws <A HREF="../../compbio/metadata/JobSubmissionException.html" title="class in compbio.metadata">JobSubmissionException</A></PRE>\r
 <DL>\r
 <DD>Submits job for the execution
  Immediate execution is not guaranteed, this method puts the job in the queue. 
@@ -209,7 +209,7 @@ java.lang.String <B>submitJob</B>(<A HREF="../../compbio/engine/client/Configure
 <A NAME="getResults(java.lang.String)"><!-- --></A><H3>\r
 getResults</H3>\r
 <PRE>\r
-<A HREF="../../compbio/engine/client/ConfiguredExecutable.html" title="interface in compbio.engine.client">ConfiguredExecutable</A>&lt;?&gt; <B>getResults</B>(java.lang.String&nbsp;jobId)\r
+<A HREF="../../compbio/engine/client/ConfiguredExecutable.html" title="interface in compbio.engine.client">ConfiguredExecutable</A>&lt;?&gt; <B>getResults</B>(<A HREF="http://java.sun.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A>&nbsp;jobId)\r
                                    throws <A HREF="../../compbio/metadata/ResultNotAvailableException.html" title="class in compbio.metadata">ResultNotAvailableException</A></PRE>\r
 <DL>\r
 <DD>Retrieve the results of the job. Please not that current implementations of this method 
@@ -229,7 +229,7 @@ getResults</H3>
 <A NAME="getWorkDirectory(java.lang.String)"><!-- --></A><H3>\r
 getWorkDirectory</H3>\r
 <PRE>\r
-java.lang.String <B>getWorkDirectory</B>(java.lang.String&nbsp;jobId)</PRE>\r
+<A HREF="http://java.sun.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A> <B>getWorkDirectory</B>(<A HREF="http://java.sun.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A>&nbsp;jobId)</PRE>\r
 <DL>\r
 <DD><DL>\r
 <DT><B>Parameters:</B><DD><CODE>jobId</CODE> - unique job identifier\r
@@ -241,7 +241,7 @@ java.lang.String <B>getWorkDirectory</B>(java.lang.String&nbsp;jobId)</PRE>
 <A NAME="cleanup(java.lang.String)"><!-- --></A><H3>\r
 cleanup</H3>\r
 <PRE>\r
-boolean <B>cleanup</B>(java.lang.String&nbsp;jobId)</PRE>\r
+boolean <B>cleanup</B>(<A HREF="http://java.sun.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A>&nbsp;jobId)</PRE>\r
 <DL>\r
 <DD>Remove all files and a job directory for a jobid.\r
 <P>\r
@@ -255,7 +255,7 @@ boolean <B>cleanup</B>(java.lang.String&nbsp;jobId)</PRE>
 <A NAME="cancelJob(java.lang.String)"><!-- --></A><H3>\r
 cancelJob</H3>\r
 <PRE>\r
-boolean <B>cancelJob</B>(java.lang.String&nbsp;jobId)</PRE>\r
+boolean <B>cancelJob</B>(<A HREF="http://java.sun.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A>&nbsp;jobId)</PRE>\r
 <DL>\r
 <DD>Stop running job. Please not that this method does not guarantee to remove the job directory and files in it.\r
 <P>\r
@@ -269,7 +269,7 @@ boolean <B>cancelJob</B>(java.lang.String&nbsp;jobId)</PRE>
 <A NAME="getJobStatus(java.lang.String)"><!-- --></A><H3>\r
 getJobStatus</H3>\r
 <PRE>\r
-<A HREF="../../compbio/metadata/JobStatus.html" title="enum in compbio.metadata">JobStatus</A> <B>getJobStatus</B>(java.lang.String&nbsp;jobId)</PRE>\r
+<A HREF="../../compbio/metadata/JobStatus.html" title="enum in compbio.metadata">JobStatus</A> <B>getJobStatus</B>(<A HREF="http://java.sun.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A>&nbsp;jobId)</PRE>\r
 <DL>\r
 <DD>Query the status of the job\r
 <P>\r