Refactoring (renaming) 2 classes: AsyncJobRunner.java -> AsyncClusterRunner.java...
[jabaws.git] / testsrc / compbio / runner / msa / ProbconsTester.java
index afdc1b6..36fffba 100644 (file)
@@ -42,7 +42,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.metadata.AllTestSuit;\r
 import compbio.metadata.ChunkHolder;\r
 import compbio.metadata.JobExecutionException;\r
@@ -169,7 +169,7 @@ public class ProbconsTester {
                try {\r
                        ConfiguredExecutable<Probcons> cmafft = Configurator\r
                                        .configureExecutable(probc, 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