jdl-api-cpp-3.4.4
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
PrivateAttributes.h
Go to the documentation of this file.
1 /*
2 Copyright (c) Members of the EGEE Collaboration. 2004.
3 See http://www.eu-egee.org/partners/ for details on the
4 copyright holders.
5 
6 Licensed under the Apache License, Version 2.0 (the "License");
7 you may not use this file except in compliance with the License.
8 You may obtain a copy of the License at
9 
10  http://www.apache.org/licenses/LICENSE-2.0
11 
12 Unless required by applicable law or agreed to in writing, software
13 distributed under the License is distributed on an "AS IS" BASIS,
14 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND,
15 either express or implied.
16 See the License for the specific language governing permissions and
17 limitations under the License.
18 */
19 
20 #ifndef GLITE_WMS_COMMON_REQUESTAD_PRIVATEATTRIBUTES_H
21 #define GLITE_WMS_COMMON_REQUESTAD_PRIVATEATTRIBUTES_H
22 
23 #ifndef GLITE_WMS_X_STRING
24 #define GLITE_WMS_X_STRING
25 #include <string>
26 #endif
27 
28 namespace glite {
29 namespace jdl {
30 
31 class JDLPrivate {
32 public:
33  static const std::string CONDOR_TRANSFER;
34  static const std::string CONDOR_COPYTOSPOOL;
35  static const std::string STREAM_OUTPUT;
36  static const std::string STREAM_ERROR;
37  static const std::string NOTIFICATION;
38  static const std::string CONDOR_LOG;
39  static const std::string CONDOR_OUTPUT;
40  static const std::string CONDOR_ERROR;
41  static const std::string CONDOR_ERROR_;
42  static const std::string USERPROXY;
43  static const std::string SUBMITEVENTNOTES;
44  static const std::string SUBMITEVENTUSERNOTES;
45  static const std::string INPUT_SANDBOX_PATH;
46  static const std::string OUTPUT_SANDBOX_PATH;
47  static const std::string CONDOR_GLOBUS_SCHEDULER;
48  static const std::string CONDOR_GRID_TYPE;
49  static const std::string CONDOR_REMOTE_JOBUNIVERSE;
50  static const std::string CONDOR_REMOTE_SUBUNIVERSE;
51  static const std::string CONDOR_REMOTE_JOBGRIDTYPE;
52  static const std::string CONDOR_DAEMON_UNIQUE_NAME;
53  static const std::string CONDOR_REQUIREMENTS;
54  static const std::string CONDOR_REMOTE_REQUIREMENTS;
55  static const std::string CONDOR_REMOTE_ENV;
56  static const std::string CONDOR_REMOTE_REMOTE_QUEUE;
57  static const std::string CONDOR_REMOTE_REMOTE_GRID_TYPE;
58  static const std::string CONDOR_REMOTE_REMOTE_JOB_UNIVERSE;
59  static const std::string CONDOR_REMOTE_REMOTE_REQUIREMENTS;
60  static const std::string CONDOR_REMOTE_REMOTE_FILE_SYSTEM_DOMAIN;
61  static const std::string CONDOR_REMOTE_REMOTE_UID_SYSTEM_DOMAIN;
64  static const std::string CONDOR_REMOTE_REMOTE_NODENUMBER;
65  static const std::string CONDOR_REMOTE_REMOTE_STAGECMD;
66  static const std::string CONDOR_REMOTE_REMOTE_JOBID;
67  static const std::string CONDOR_REMOTE_REMOTE_SUBJECT;
68  static const std::string CONDOR_REMOTE_REMOTE_CEID;
69  static const std::string CONDOR_REMOTE_REMOTE_VOMS_FQAN;
71  static const std::string CONDOR_REMOTE_REMOTE_CE_REQUIREMENTS;
72  static const std::string CONDOR_REMOTE_SCHEDD;
73  static const std::string CONDOR_REMOTE_REMOTE_SCHEDD;
74  static const std::string CONDOR_REMOTE_REMOTE_POOL;
75  static const std::string CONDOR_GLOBUS_RESOURCE;
76  static const std::string CONDOR_REMOTE_GLOBUS_RESOURCE;
77  static const std::string CONDOR_SITE_NAME;
78  static const std::string CONDOR_INITIAL_DIR;
79  static const std::string CONDOR_SITE_GATEKEEPER;
80  static const std::string CONDOR_SHOULD_TRANSFER_FILES;
81  static const std::string CONDOR_WHEN_TO_TRANSFER_OUTPUT;
82  static const std::string CONDOR_PERIODIC_HOLD;
83  static const std::string CONDOR_PERIODIC_REMOVE;
84  static const std::string CONDOR_TRANSFER_INPUT_FILES;
85  static const std::string CONDOR_TRANSFER_OUTPUT_FILES;
86  static const std::string CONDOR_TRANSFEROUTPUT;
87  static const std::string CONDOR_GLOBUS_RSL;
88  static const std::string CONDOR_SUBJECT;
89  static const std::string CONDOR_UNIVERSE;
90  static const std::string CONDOR_SUBMIT_FILE;
91  static const std::string DAGID;
92  static const std::string PU_LIST_FILE_URI;
93  static const std::string ZIPPED_ISB;
94  static const std::string EDG_PREVIOUS_MATCHES;
95  static const std::string REALLY_RUNNING_TOKEN;
96  static const std::string GETENV;
97  static const std::string REMOVE_KILL_SIG;
98  static const std::string VOMS_FQAN;
99  static const std::string DEFAULT_NODE_RETRYCOUNT;
100  static const std::string DEFAULT_NODE_SHALLOWRETRYCOUNT;
101  static const std::string CE_APPLICATION_DIR;
102  static const std::string GRID_RESOURCE;
103  static const std::string NORDUGRID_RSL;
104  static const std::string CE_REQUIREMENTS;
105  static const std::string CE_INFO_HOST;
106  static const std::string REPLANS_COUNT;
107 
108 
109 };
110 
111 } // namespace jdl
112 } // namespace glite
113 
114 #endif // GLITE_WMS_COMMON_REQUESTAD_PRIVATEATTRIBUTES_H
115 
116 // Local Variables:
117 // mode: c++
118 // End:
119 
static const std::string STREAM_ERROR
Definition: PrivateAttributes.h:36
static const std::string CONDOR_TRANSFER
Definition: PrivateAttributes.h:33
static const std::string CONDOR_REMOTE_REMOTE_UID_SYSTEM_DOMAIN
Definition: PrivateAttributes.h:61
static const std::string CONDOR_REMOTE_REMOTE_REQUIREMENTS
Definition: PrivateAttributes.h:59
static const std::string CONDOR_GRID_TYPE
Definition: PrivateAttributes.h:48
static const std::string CONDOR_ERROR_
Definition: PrivateAttributes.h:41
static const std::string CONDOR_SUBJECT
Definition: PrivateAttributes.h:88
static const std::string CONDOR_GLOBUS_RESOURCE
Definition: PrivateAttributes.h:75
static const std::string CONDOR_REMOTE_REMOTE_FILE_SYSTEM_DOMAIN
Definition: PrivateAttributes.h:60
static const std::string CONDOR_SITE_NAME
Definition: PrivateAttributes.h:77
static const std::string ZIPPED_ISB
Definition: PrivateAttributes.h:93
static const std::string USERPROXY
Definition: PrivateAttributes.h:42
static const std::string CONDOR_PERIODIC_REMOVE
Definition: PrivateAttributes.h:83
static const std::string REMOVE_KILL_SIG
Definition: PrivateAttributes.h:97
static const std::string CONDOR_INITIAL_DIR
Definition: PrivateAttributes.h:78
static const std::string CONDOR_OUTPUT
Definition: PrivateAttributes.h:39
static const std::string CONDOR_UNIVERSE
Definition: PrivateAttributes.h:89
static const std::string CE_INFO_HOST
Definition: PrivateAttributes.h:105
static const std::string DEFAULT_NODE_SHALLOWRETRYCOUNT
Definition: PrivateAttributes.h:100
static const std::string CONDOR_PERIODIC_HOLD
Definition: PrivateAttributes.h:82
static const std::string CONDOR_LOG
Definition: PrivateAttributes.h:38
static const std::string SUBMITEVENTNOTES
Definition: PrivateAttributes.h:43
static const std::string CONDOR_ERROR
Definition: PrivateAttributes.h:40
static const std::string CE_APPLICATION_DIR
Definition: PrivateAttributes.h:101
static const std::string CONDOR_REMOTE_REMOTE_POOL
Definition: PrivateAttributes.h:74
static const std::string CONDOR_REMOTE_REMOTE_VOMS_FQAN
Definition: PrivateAttributes.h:69
static const std::string GRID_RESOURCE
Definition: PrivateAttributes.h:102
static const std::string CONDOR_REMOTE_REMOTE_SCHEDD
Definition: PrivateAttributes.h:73
static const std::string CONDOR_SITE_GATEKEEPER
Definition: PrivateAttributes.h:79
static const std::string CONDOR_REMOTE_REMOTE_CEID
Definition: PrivateAttributes.h:68
static const std::string CONDOR_GLOBUS_SCHEDULER
Definition: PrivateAttributes.h:47
static const std::string CONDOR_TRANSFER_OUTPUT_FILES
Definition: PrivateAttributes.h:85
static const std::string CONDOR_TRANSFER_INPUT_FILES
Definition: PrivateAttributes.h:84
static const std::string EDG_PREVIOUS_MATCHES
Definition: PrivateAttributes.h:94
static const std::string CONDOR_SUBMIT_FILE
Definition: PrivateAttributes.h:90
static const std::string CONDOR_REMOTE_REMOTE_NODENUMBER
Definition: PrivateAttributes.h:64
static const std::string CONDOR_REMOTE_REMOTE_JOBID
Definition: PrivateAttributes.h:66
static const std::string CONDOR_REMOTE_REMOTE_STAGECMD
Definition: PrivateAttributes.h:65
static const std::string CONDOR_GLOBUS_RSL
Definition: PrivateAttributes.h:87
static const std::string NORDUGRID_RSL
Definition: PrivateAttributes.h:103
static const std::string CONDOR_DAEMON_UNIQUE_NAME
Definition: PrivateAttributes.h:52
static const std::string CONDOR_REMOTE_REQUIREMENTS
Definition: PrivateAttributes.h:54
static const std::string CONDOR_TRANSFEROUTPUT
Definition: PrivateAttributes.h:86
static const std::string CONDOR_SHOULD_TRANSFER_FILES
Definition: PrivateAttributes.h:80
static const std::string CONDOR_REMOTE_GLOBUS_RESOURCE
Definition: PrivateAttributes.h:76
static const std::string CONDOR_WHEN_TO_TRANSFER_OUTPUT
Definition: PrivateAttributes.h:81
static const std::string CONDOR_REMOTE_REMOTE_WHEN_TO_TRANSFER_OUTPUT
Definition: PrivateAttributes.h:63
static const std::string NOTIFICATION
Definition: PrivateAttributes.h:37
static const std::string CONDOR_REMOTE_REMOTE_SUBJECT
Definition: PrivateAttributes.h:67
static const std::string CONDOR_REMOTE_JOBGRIDTYPE
Definition: PrivateAttributes.h:51
static const std::string CONDOR_REMOTE_SUBUNIVERSE
Definition: PrivateAttributes.h:50
static const std::string INPUT_SANDBOX_PATH
Definition: PrivateAttributes.h:45
static const std::string CONDOR_REQUIREMENTS
Definition: PrivateAttributes.h:53
static const std::string GETENV
Definition: PrivateAttributes.h:96
static const std::string CONDOR_REMOTE_REMOTE_GRID_TYPE
Definition: PrivateAttributes.h:57
static const std::string STREAM_OUTPUT
Definition: PrivateAttributes.h:35
static const std::string CONDOR_REMOTE_ENV
Definition: PrivateAttributes.h:55
static const std::string DEFAULT_NODE_RETRYCOUNT
Definition: PrivateAttributes.h:99
static const std::string CONDOR_REMOTE_REMOTE_CE_REQUIREMENTS
Definition: PrivateAttributes.h:71
static const std::string SUBMITEVENTUSERNOTES
Definition: PrivateAttributes.h:44
static const std::string CONDOR_REMOTE_REMOTE_JOB_UNIVERSE
Definition: PrivateAttributes.h:58
static const std::string CE_REQUIREMENTS
Definition: PrivateAttributes.h:104
static const std::string CONDOR_REMOTE_REMOTE_QUEUE
Definition: PrivateAttributes.h:56
static const std::string REALLY_RUNNING_TOKEN
Definition: PrivateAttributes.h:95
static const std::string OUTPUT_SANDBOX_PATH
Definition: PrivateAttributes.h:46
Definition: PrivateAttributes.h:31
static const std::string CONDOR_REMOTE_JOBUNIVERSE
Definition: PrivateAttributes.h:49
static const std::string REPLANS_COUNT
Definition: PrivateAttributes.h:106
static const std::string CONDOR_REMOTE_REMOTE_SHOULD_TRANSFER_FILES
Definition: PrivateAttributes.h:62
static const std::string CONDOR_REMOTE_REMOTE_VIRTUAL_ORGANISATION
Definition: PrivateAttributes.h:70
static const std::string CONDOR_COPYTOSPOOL
Definition: PrivateAttributes.h:34
static const std::string CONDOR_REMOTE_SCHEDD
Definition: PrivateAttributes.h:72
static const std::string DAGID
Definition: PrivateAttributes.h:91
static const std::string PU_LIST_FILE_URI
Definition: PrivateAttributes.h:92
static const std::string VOMS_FQAN
Definition: PrivateAttributes.h:98