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
