/Users/detro/workspace-nb/JAEBI/src/java/org/jaebi/server/JAEBIWSSEI.java

Vai alla documentazione di questo file.
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 }

Generato il Mon Jun 27 22:50:37 2005 per JAEBI - JAva Enterprice BackEnd Interfacement da  doxygen 1.4.3