View Javadoc

1   /***
2    * JobController.java
3    *
4    * This file was auto-generated from WSDL
5    * by the Apache Axis WSDL2Java emitter.
6    */
7   
8   package org.astrogrid.jes.delegate.v1.jobcontroller;
9   
10  public interface JobController extends java.rmi.Remote {
11      public org.astrogrid.jes.beans.v1.axis.executionrecord.JobURN submitWorkflow(org.astrogrid.jes.beans.v1.axis.executionrecord.WorkflowString workflowDocument) throws java.rmi.RemoteException, org.astrogrid.jes.delegate.v1.jobcontroller.JesFault;
12      public void cancelJob(org.astrogrid.jes.beans.v1.axis.executionrecord.JobURN urn) throws java.rmi.RemoteException;
13      public void deleteJob(org.astrogrid.jes.beans.v1.axis.executionrecord.JobURN urn) throws java.rmi.RemoteException;
14      public org.astrogrid.jes.beans.v1.axis.executionrecord._workflowSummaryList readJobList(org.astrogrid.community.beans.v1.axis._Account account) throws java.rmi.RemoteException, org.astrogrid.jes.delegate.v1.jobcontroller.JesFault;
15      public org.astrogrid.jes.beans.v1.axis.executionrecord.WorkflowString readJob(org.astrogrid.jes.beans.v1.axis.executionrecord.JobURN urn) throws java.rmi.RemoteException, org.astrogrid.jes.delegate.v1.jobcontroller.JesFault;
16  }