1 /***
2 * JobMonitor.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 JobMonitor extends java.rmi.Remote {
11 public void monitorJob(org.astrogrid.jes.types.v1.cea.axis.JobIdentifierType jobIdentifier, org.astrogrid.jes.types.v1.cea.axis.MessageType message) throws java.rmi.RemoteException;
12 }