Hi,

you would have to handle that on the client-side:
GramJob.getEndpoint() gives you the EPR of a job after submission.
You could put the EPR for each job in a list or write it to disk for
later use.

Martin


----- Original Message -----
From: "Silviu Popescu" <[EMAIL PROTECTED]>
To: "Martin Feller" <[EMAIL PROTECTED]>
Cc: "GlobusUserList" <[email protected]>
Sent: Thursday, May 15, 2008 6:05:22 AM GMT -06:00 US/Canada Central
Subject: Re: [gt-user] gram jobs

Hi, 

I actually wanted a list of EPRs so I can get info about specific jobs and/or 
destroy them. 
I use org.globus.exec.client.GramJob class to submit jobs and than I get info 
about them using the epr returned by the GramJob job.getJobHandle() method. 
I want to submit more batch jobs and than have a list of existing jobs to 
choose from. 

Thanks for help, 
Silviu 

Martin Feller <[EMAIL PROTECTED]> wrote: 

Silviu, 

Do you mean a list of EPRs of all jobs currently being processed by the 
container? 
If so: No, we don't provide that yet. 
But if you configure audit-logging in ws-gram, relevant information about a job 
is written to a database. 
See 
http://www.globus.org/toolkit/docs/4.0/execution/wsgram/WS_GRAM_Audit_Logging.html
 
for more information. 
However, this might be sensitive data and not be available to clients. 
Would that be sufficient for your use-case? 

Martin 


----- Original Message ----- 
From: "Silviu Popescu" 
To: "GlobusUserList" 
Sent: Tuesday, May 13, 2008 2:54:16 AM GMT -06:00 US/Canada Central 
Subject: [gt-user] gram jobs 

Hi, 

Is there a way to see all the submitted jobs to a specific endpoint? 

I saw this method in package org.globus.exec.client.GramJob but is not yet 
implemented 
static List getJobs ( EndpointReferenceType factoryEndpoint) 

How can I accomplish this ? 


Thanks, 
Silviu 

Reply via email to