Refactoring (renaming) 2 classes: AsyncJobRunner.java -> AsyncClusterRunner.java...
[jabaws.git] / testsrc / compbio / runner / msa / TcoffeeTester.java
index f0f07bf..8fc2e99 100644 (file)
@@ -45,7 +45,7 @@ import compbio.engine.client.ConfExecutable;
 import compbio.engine.client.ConfiguredExecutable;\r
 import compbio.engine.client.Executable;\r
 import compbio.engine.client.RunConfiguration;\r
-import compbio.engine.cluster.drmaa.JobRunner;\r
+import compbio.engine.cluster.drmaa.ClusterRunner;\r
 import compbio.engine.local.LocalRunner;\r
 import compbio.metadata.AllTestSuit;\r
 import compbio.metadata.ChunkHolder;\r
@@ -249,7 +249,7 @@ public class TcoffeeTester {
        public void RunOnCluster() {\r
                try {\r
                        ConfiguredExecutable<Tcoffee> cmafft = Configurator.configureExecutable(tcoffee, Executable.ExecProvider.Cluster);\r
-                       JobRunner sexecutor = (JobRunner) Configurator.getSyncEngine(cmafft, Executable.ExecProvider.Cluster);\r
+                       ClusterRunner sexecutor = (ClusterRunner) Configurator.getSyncEngine(cmafft, Executable.ExecProvider.Cluster);\r
                        sexecutor.executeJob();\r
                        ConfiguredExecutable<?> al = sexecutor.waitForResult();\r
                        Alignment align = al.getResults();\r