You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airavata.apache.org by sa...@apache.org on 2014/06/25 20:10:05 UTC

git commit: adding the launchTask method

Repository: airavata
Updated Branches:
  refs/heads/master b9c9d2456 -> 441bf7658


adding the launchTask method


Project: http://git-wip-us.apache.org/repos/asf/airavata/repo
Commit: http://git-wip-us.apache.org/repos/asf/airavata/commit/441bf765
Tree: http://git-wip-us.apache.org/repos/asf/airavata/tree/441bf765
Diff: http://git-wip-us.apache.org/repos/asf/airavata/diff/441bf765

Branch: refs/heads/master
Commit: 441bf7658d1b1f6f8e53cfb7849a69a5e45bdfcb
Parents: b9c9d24
Author: Saminda Wijeratne <sa...@gmail.com>
Authored: Wed Jun 25 14:09:33 2014 -0400
Committer: Saminda Wijeratne <sa...@gmail.com>
Committed: Wed Jun 25 14:09:33 2014 -0400

----------------------------------------------------------------------
 .../orchestrator/server/OrchestratorServerHandler.java        | 7 +++++++
 1 file changed, 7 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/airavata/blob/441bf765/modules/orchestrator/airavata-orchestrator-service/src/main/java/org/apache/airavata/orchestrator/server/OrchestratorServerHandler.java
----------------------------------------------------------------------
diff --git a/modules/orchestrator/airavata-orchestrator-service/src/main/java/org/apache/airavata/orchestrator/server/OrchestratorServerHandler.java b/modules/orchestrator/airavata-orchestrator-service/src/main/java/org/apache/airavata/orchestrator/server/OrchestratorServerHandler.java
index e3705ac..a3ed956 100644
--- a/modules/orchestrator/airavata-orchestrator-service/src/main/java/org/apache/airavata/orchestrator/server/OrchestratorServerHandler.java
+++ b/modules/orchestrator/airavata-orchestrator-service/src/main/java/org/apache/airavata/orchestrator/server/OrchestratorServerHandler.java
@@ -288,4 +288,11 @@ public class OrchestratorServerHandler implements OrchestratorService.Iface, Wat
             }
         }
     }
+
+
+	@Override
+	public boolean launchTask(String taskId) throws TException {
+		// TODO Auto-generated method stub
+		return false;
+	}
 }