Main Page   Namespace List   Class Hierarchy   Compound List   File List   Compound Members   File Members  

PrivateAttributes.h

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 } // namespace manager
00050 } // namespace planning
00051 } // namespace workload
00052 } // namespace edg
00053 
00054 #endif // EDG_WORKLOAD_COMMON_REQUESTAD_PRIVATEATTRIBUTES_H
00055 
00056 // Local Variables:
00057 // mode: c++
00058 // End:
00059 

Generated on Fri May 14 14:18:26 2004 for COMMON API - configuration, jobid, ldif2classadi, logger, process, requestad, socket++i, task, utilities by doxygen1.2.14 written by Dimitri van Heesch, © 1997-2002