00001
00002
00003
00004
00005 package org.jaebi.midlet.WSClient;
00006
00007 public interface JAEBIWSSEI extends java.rmi.Remote {
00008 public java.lang.String executeRequest(int int_1, java.lang.String string_2) throws java.rmi.RemoteException;
00009
00010 public java.lang.String getLastError() throws java.rmi.RemoteException;
00011
00012 public java.lang.String getUsersList() throws java.rmi.RemoteException;
00013
00014 public int getUsersNumber() throws java.rmi.RemoteException;
00015
00016 public int login(java.lang.String string_1, java.lang.String string_2) throws java.rmi.RemoteException;
00017
00018 public java.lang.String logout(int int_1) throws java.rmi.RemoteException;
00019
00020 }