Refactoring (renaming) 2 classes: AsyncJobRunner.java -> AsyncClusterRunner.java...
[jabaws.git] / testsrc / compbio / runner / msa / MafftTester.java
index 4d85bd5..53b8fe3 100644 (file)
@@ -44,7 +44,7 @@ import compbio.engine.client.ConfiguredExecutable;
 import compbio.engine.client.Executable;\r
 import compbio.engine.client.RunConfiguration;\r
 import compbio.engine.client.Executable.ExecProvider;\r
-import compbio.engine.cluster.drmaa.JobRunner;\r
+import compbio.engine.cluster.drmaa.ClusterRunner;\r
 import compbio.metadata.AllTestSuit;\r
 import compbio.metadata.ChunkHolder;\r
 import compbio.metadata.JobExecutionException;\r
@@ -177,7 +177,7 @@ public class MafftTester {
                        \r
                        ConfiguredExecutable<Mafft> cmafft = Configurator\r
                                        .configureExecutable(mafft, Executable.ExecProvider.Cluster);\r
-                       JobRunner sexecutor = (JobRunner) Configurator.getSyncEngine(\r
+                       ClusterRunner sexecutor = (ClusterRunner) Configurator.getSyncEngine(\r
                                        cmafft, Executable.ExecProvider.Cluster);\r
                        sexecutor.executeJob();\r
                        ConfiguredExecutable<?> al = sexecutor.waitForResult();\r