Attributes derived from LB system data movede to
authorJan Pospíšil <honik@ntc.zcu.cz>
Mon, 12 Sep 2005 20:07:18 +0000 (20:07 +0000)
committerJan Pospíšil <honik@ntc.zcu.cz>
Mon, 12 Sep 2005 20:07:18 +0000 (20:07 +0000)
jp_job_attrs.h (see org.glite.lb.server)

org.glite.jp.common/interface/known_attr.h

index 105d3b7..a2f238c 100644 (file)
  * Should be almost the same time as registration with LB. */
 #define GLITE_JP_ATTR_REGTIME  GLITE_JP_SYSTEM_NS ":regtime" 
 
-/** Namespace for attributes derived from LB system data */
-#define GLITE_JP_LB_NS         "http://egee.cesnet.cz/en/WSDL/jp-lb"
-
+/** Attributes derived from LB system data
+ * \see jp_job_attrs.h */
 #define GLITE_JP_LB_SUBMITTED  GLITE_JP_LB_NS ":submitted"     /**< submit time */
 #define GLITE_JP_LB_TERMINATED GLITE_JP_LB_NS ":terminated"    /**< termination time (done, abort, cancel) */
-#define GLITE_JP_LB_FINALSTATE GLITE_JP_LB_NS ":finalState"    /**< final job status */
-/* TODO: others */
 
 /** Namespace for LB user tags, schemaless, all values are strings */
 #define GLITE_JP_LBTAG_NS      "http://egee.cesnet.cz/en/WSDL/jp-lbtag"