View Javadoc

1   /***
2    * JobMonitorService.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.jobmonitor;
9   
10  public interface JobMonitorService extends javax.xml.rpc.Service {
11      public java.lang.String getJobMonitorServiceAddress();
12  
13      public org.astrogrid.jes.delegate.v1.jobmonitor.JobMonitor getJobMonitorService() throws javax.xml.rpc.ServiceException;
14  
15      public org.astrogrid.jes.delegate.v1.jobmonitor.JobMonitor getJobMonitorService(java.net.URL portAddress) throws javax.xml.rpc.ServiceException;
16  }