/[projects]/dao/JavaPumpClient/src/Samples/ServiceModel/Microsoft/IRemoteControl.java
ViewVC logotype

Annotation of /dao/JavaPumpClient/src/Samples/ServiceModel/Microsoft/IRemoteControl.java

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2009 - (hide annotations) (download)
Tue Jul 9 19:37:14 2013 UTC (10 years, 11 months ago) by torben
File size: 1268 byte(s)
Initial import.
1 torben 2009 /**
2     * IRemoteControl.java
3     *
4     * This file was auto-generated from WSDL
5     * by the Apache Axis 1.4 Apr 22, 2006 (06:55:48 PDT) WSDL2Java emitter.
6     */
7    
8     package Samples.ServiceModel.Microsoft;
9    
10     public interface IRemoteControl extends java.rmi.Remote {
11     public java.lang.String[] getTransports() throws java.rmi.RemoteException;
12     public org.datacontract.schemas._2004._07.DaoMqPump2.StatusData getTransportStatus(java.lang.String transport) throws java.rmi.RemoteException;
13     public void setTransportEnabled(java.lang.String transport, java.lang.Boolean enabled) throws java.rmi.RemoteException;
14     public java.lang.String[] getTransportLog(java.lang.String transport) throws java.rmi.RemoteException;
15     public java.lang.String getTransportDirection(java.lang.String transport) throws java.rmi.RemoteException;
16     public java.lang.String getTransportQueueName(java.lang.String transport) throws java.rmi.RemoteException;
17     public java.lang.String getTransportInsertQuery(java.lang.String transport) throws java.rmi.RemoteException;
18     public java.lang.String getTransportReadQuery(java.lang.String transport) throws java.rmi.RemoteException;
19     public java.lang.String getTransportUpdateQuery(java.lang.String transport) throws java.rmi.RemoteException;
20     }

  ViewVC Help
Powered by ViewVC 1.1.20