You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airavata.apache.org by sc...@apache.org on 2016/11/01 17:06:30 UTC

airavata-php-gateway git commit: updating thrift genderated files

Repository: airavata-php-gateway
Updated Branches:
  refs/heads/develop 5c7e26471 -> 43e098904


updating thrift genderated files


Project: http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/repo
Commit: http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/commit/43e09890
Tree: http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/tree/43e09890
Diff: http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/diff/43e09890

Branch: refs/heads/develop
Commit: 43e098904ee725753784ffa838a15274c55d5ddb
Parents: 5c7e264
Author: scnakandala <su...@gmail.com>
Authored: Tue Nov 1 13:06:25 2016 -0400
Committer: scnakandala <su...@gmail.com>
Committed: Tue Nov 1 13:06:25 2016 -0400

----------------------------------------------------------------------
 .../Model/AppCatalog/ComputeResource/Types.php    | 18 ++++++++++--------
 1 file changed, 10 insertions(+), 8 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/blob/43e09890/app/libraries/Airavata/Model/AppCatalog/ComputeResource/Types.php
----------------------------------------------------------------------
diff --git a/app/libraries/Airavata/Model/AppCatalog/ComputeResource/Types.php b/app/libraries/Airavata/Model/AppCatalog/ComputeResource/Types.php
index c96c05f..71b4fd7 100644
--- a/app/libraries/Airavata/Model/AppCatalog/ComputeResource/Types.php
+++ b/app/libraries/Airavata/Model/AppCatalog/ComputeResource/Types.php
@@ -171,16 +171,18 @@ final class JobSubmissionProtocol {
  */
 final class MonitorMode {
   const POLL_JOB_MANAGER = 0;
-  const JOB_EMAIL_NOTIFICATION_MONITOR = 1;
-  const XSEDE_AMQP_SUBSCRIBE = 2;
-  const FORK = 3;
-  const LOCAL = 4;
+  const CLOUD_JOB_MONITOR = 1;
+  const JOB_EMAIL_NOTIFICATION_MONITOR = 2;
+  const XSEDE_AMQP_SUBSCRIBE = 3;
+  const FORK = 4;
+  const LOCAL = 5;
   static public $__names = array(
     0 => 'POLL_JOB_MANAGER',
-    1 => 'JOB_EMAIL_NOTIFICATION_MONITOR',
-    2 => 'XSEDE_AMQP_SUBSCRIBE',
-    3 => 'FORK',
-    4 => 'LOCAL',
+    1 => 'CLOUD_JOB_MONITOR',
+    2 => 'JOB_EMAIL_NOTIFICATION_MONITOR',
+    3 => 'XSEDE_AMQP_SUBSCRIBE',
+    4 => 'FORK',
+    5 => 'LOCAL',
   );
 }