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 NOTIFICATION;
00030 static const std::string CONDOR_LOG;
00031 static const std::string CONDOR_OUTPUT;
00032 static const std::string CONDOR_ERROR;
00033 static const std::string CONDOR_ERROR_;
00034 static const std::string USERPROXY;
00035 static const std::string SUBMITEVENTNOTES;
00036 static const std::string SUBMITEVENTUSERNOTES;
00037 static const std::string INPUT_SANDBOX_PATH;
00038 static const std::string OUTPUT_SANDBOX_PATH;
00039 static const std::string CONDOR_GLOBUS_SCHEDULER;
00040 static const std::string CONDOR_GLOBUS_RSL;
00041 static const std::string CONDOR_SUBJECT;
00042 static const std::string CONDOR_UNIVERSE;
00043 static const std::string CONDOR_SUBMIT_FILE;
00044 static const std::string EDG_PREVIOUS_MATCHES;
00045
00046
00047 };
00048
00049 }
00050 }
00051 }
00052 }
00053
00054 #endif // EDG_WORKLOAD_COMMON_REQUESTAD_PRIVATEATTRIBUTES_H
00055
00056
00057
00058
00059