/** * IRemoteControl.java * * This file was auto-generated from WSDL * by the Apache Axis 1.4 Apr 22, 2006 (06:55:48 PDT) WSDL2Java emitter. */ package Samples.ServiceModel.Microsoft; public interface IRemoteControl extends java.rmi.Remote { public java.lang.String[] getTransports() throws java.rmi.RemoteException; public org.datacontract.schemas._2004._07.DaoMqPump2.StatusData getTransportStatus(java.lang.String transport) throws java.rmi.RemoteException; public void setTransportEnabled(java.lang.String transport, java.lang.Boolean enabled) throws java.rmi.RemoteException; public java.lang.String[] getTransportLog(java.lang.String transport) throws java.rmi.RemoteException; public java.lang.String getTransportDirection(java.lang.String transport) throws java.rmi.RemoteException; public java.lang.String getTransportQueueName(java.lang.String transport) throws java.rmi.RemoteException; public java.lang.String getTransportInsertQuery(java.lang.String transport) throws java.rmi.RemoteException; public java.lang.String getTransportReadQuery(java.lang.String transport) throws java.rmi.RemoteException; public java.lang.String getTransportUpdateQuery(java.lang.String transport) throws java.rmi.RemoteException; }