Commit in lcsim/src/org/lcsim/job on MAIN
JobControlManager.java+9-11.57 -> 1.58
add a few more wrapper methods to driver adapter

lcsim/src/org/lcsim/job
JobControlManager.java 1.57 -> 1.58
diff -u -r1.57 -r1.58
--- JobControlManager.java	8 Apr 2012 23:45:31 -0000	1.57
+++ JobControlManager.java	30 Apr 2012 22:56:26 -0000	1.58
@@ -80,7 +80,7 @@
  * which it should be discarded.  If the {@link #run()} method is called twice on 
  * the same manager, a fatal exception will be thrown.
  *   
- * @version $Id: JobControlManager.java,v 1.57 2012/04/08 23:45:31 jeremy Exp $
+ * @version $Id: JobControlManager.java,v 1.58 2012/04/30 22:56:26 jeremy Exp $
  * @author Jeremy McCormick
  */
 // TODO Allow no input files when only Driver list is needed.
@@ -1382,6 +1382,14 @@
         getDriverAdapter().configure(null);
     }
     
+    public void reconfigure() {
+        getDriverAdapter().reconfigure(null);
+    }
+    
+    public void suspend() {
+        getDriverAdapter().suspend(null);
+    }
+    
     public void finish() {
         getDriverAdapter().finish(null);
     }
CVSspam 0.2.12


Use REPLY-ALL to reply to list

To unsubscribe from the LCD-CVS list, click the following link:
https://listserv.slac.stanford.edu/cgi-bin/wa?SUBED1=LCD-CVS&A=1