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

[3/3] git commit: Removing method from orchestrator-cpi AIRAVATA-1011

Removing method from orchestrator-cpi AIRAVATA-1011


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

Branch: refs/heads/master
Commit: 098896ac98195a69165598a071eb758a25118437
Parents: 0eae773
Author: lahiru <la...@apache.org>
Authored: Mon Feb 10 14:45:13 2014 -0500
Committer: lahiru <la...@apache.org>
Committed: Mon Feb 10 14:45:13 2014 -0500

----------------------------------------------------------------------
 .../org/apache/airavata/orchestrator/cpi/Orchestrator.java   | 8 --------
 1 file changed, 8 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/airavata/blob/098896ac/modules/orchestrator/orchestrator-core/src/main/java/org/apache/airavata/orchestrator/cpi/Orchestrator.java
----------------------------------------------------------------------
diff --git a/modules/orchestrator/orchestrator-core/src/main/java/org/apache/airavata/orchestrator/cpi/Orchestrator.java b/modules/orchestrator/orchestrator-core/src/main/java/org/apache/airavata/orchestrator/cpi/Orchestrator.java
index f9d0990..a4f5a90 100644
--- a/modules/orchestrator/orchestrator-core/src/main/java/org/apache/airavata/orchestrator/cpi/Orchestrator.java
+++ b/modules/orchestrator/orchestrator-core/src/main/java/org/apache/airavata/orchestrator/cpi/Orchestrator.java
@@ -66,14 +66,6 @@ public interface Orchestrator {
     void startJobSubmitter() throws OrchestratorException;
 
     /**
-     * This method will get called during graceful shutdown of Orchestrator
-     * This can be used to handle the shutdown of orchestrator gracefully.
-     * @return
-     * @throws OrchestratorException
-     */
-    void shutdown() throws OrchestratorException;
-
-    /**
      * This method can be used to parse the current job data configured in
      * Registry and validate its status, if it has minimum required parameters to
      * submit the job this method returns true otherwise this returns false