|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
Interface to a service for managing jobs - listing, deleting, submitting for execution, etc.
same as axis-generated service interface, but with castor types instead
| Field Summary |
| Fields inherited from interface org.astrogrid.jes.delegate.Delegate |
TEST_URI |
| Method Summary | |
void |
cancelJob(JobURN urn)
cancel the execution of a job |
void |
deleteJob(JobURN urn)
delete all record of a job |
WorkflowSummaryType[] |
listJobs(Account acc)
retreive a list of all jobs (pending, runing and completed) for a particylar user |
Workflow |
readJob(JobURN urn)
retrive the workflow document for a job. |
JobSummary[] |
readJobList(Account acc)
Deprecated. - use listJobs(org.astrogrid.community.beans.v1.Account) |
JobURN |
submitWorkflow(Workflow wf)
submit a workflow document for execution as a new job |
| Methods inherited from interface org.astrogrid.jes.delegate.Delegate |
getTargetEndPoint, getTimeout, setTimeout |
| Method Detail |
public JobURN submitWorkflow(Workflow wf)
throws JesDelegateException
wf - workflow to execute
JesDelegateException
public void cancelJob(JobURN urn)
throws JesDelegateException
urn - unique identifier of the job to cancel
JesDelegateException
public void deleteJob(JobURN urn)
throws JesDelegateException
urn - unique identifier of the job to delete
JesDelegateException
public JobSummary[] readJobList(Account acc)
throws JesDelegateException
listJobs(org.astrogrid.community.beans.v1.Account)
acc - account object for the user in question
JesDelegateException
public WorkflowSummaryType[] listJobs(Account acc)
throws JesDelegateException
JesDelegateException
public Workflow readJob(JobURN urn)
throws JesDelegateException
urn - unique identifier for a job.
JesDelegateException
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||