00001 package org.jaebi.server; 00002 00003 00009 public interface JAEBIWSSEI extends java.rmi.Remote { 00013 public int login(java.lang.String usernick, java.lang.String usertype) throws java.rmi.RemoteException; 00014 00018 public String getLastError() throws java.rmi.RemoteException; 00019 00023 public String logout(int sessionid) throws java.rmi.RemoteException; 00024 00028 public String executeRequest(int sessionid, java.lang.String xrequest) throws java.rmi.RemoteException; 00029 00033 public String getUsersList() throws java.rmi.RemoteException; 00034 00038 public int getUsersNumber() throws java.rmi.RemoteException; 00039 00040 }