How do I specify attributes that are not available in the JobSpecification but supported by the remote execution service?
The JobSpecification represents the most generic job specification parameters supported by ALL Grid execution services. However, there are several attributes that are specific to some Grid implementations. For example, job attributes such as “count”, “maxMemory”, “maxCpuTime”, etc are supported by GT2 execution service but not necessarily supported by an SSH, Condor, or Unicore services. However, application programmers can add these implementation-specific attributes to the JobSpecification using the JobSpecification.setAttribute() method.