00001 00010 #ifndef EDG_WORKLOAD_COMMON_REQUESTAD_PRIVATEATTRIBUTES_H 00011 #define EDG_WORKLOAD_COMMON_REQUESTAD_PRIVATEATTRIBUTES_H 00012 00013 #ifndef EDG_WORKLOAD_X_STRING 00014 #define EDG_WORKLOAD_X_STRING 00015 #include <string> 00016 #endif 00017 00018 namespace edg { 00019 namespace workload { 00020 namespace common { 00021 namespace requestad { 00022 00023 class JDLPrivate { 00024 public: 00025 static const std::string CONDOR_TRANSFER; 00026 static const std::string CONDOR_COPYTOSPOOL; 00027 static const std::string STREAM_OUTPUT; 00028 static const std::string STREAM_ERROR; 00029 static const std::string EDG_RETRY_PREVIOUS_DESTINATIONS_DISALLOWED; 00030 static const std::string EDG_SYNC_RUNNING_EVENT; 00031 static const std::string NOTIFICATION; 00032 static const std::string CONDOR_LOG; 00033 static const std::string CONDOR_OUTPUT; 00034 static const std::string CONDOR_ERROR; 00035 static const std::string CONDOR_ERROR_; 00036 static const std::string USERPROXY; 00037 static const std::string SUBMITEVENTNOTES; 00038 static const std::string SUBMITEVENTUSERNOTES; 00039 static const std::string INPUT_SANDBOX_PATH; 00040 static const std::string OUTPUT_SANDBOX_PATH; 00041 static const std::string CONDOR_GLOBUS_SCHEDULER; 00042 static const std::string CONDOR_GLOBUS_RSL; 00043 static const std::string CONDOR_SUBJECT; 00044 static const std::string CONDOR_UNIVERSE; 00045 static const std::string CONDOR_SUBMIT_FILE; 00046 static const std::string LCG_APPLICATION_DIR; 00047 static const std::string EDG_PREVIOUS_MATCHES; 00048 00049 00050 }; 00051 00052 } // namespace manager 00053 } // namespace planning 00054 } // namespace workload 00055 } // namespace edg 00056 00057 #endif // EDG_WORKLOAD_COMMON_REQUESTAD_PRIVATEATTRIBUTES_H 00058 00059 // Local Variables: 00060 // mode: c++ 00061 // End: 00062