diff options
Diffstat (limited to 'Dozentenmodulserver/src/server/ServerInterface.java')
| -rw-r--r-- | Dozentenmodulserver/src/server/ServerInterface.java | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/Dozentenmodulserver/src/server/ServerInterface.java b/Dozentenmodulserver/src/server/ServerInterface.java deleted file mode 100644 index fffcb064..00000000 --- a/Dozentenmodulserver/src/server/ServerInterface.java +++ /dev/null @@ -1,24 +0,0 @@ -package server;
-import java.rmi.*;
-import java.sql.ResultSet;
-import java.util.ArrayList;
-import java.util.Date;
-import java.util.List;
-import java.util.Map;
-
-import Models.User;
-
-public interface ServerInterface extends Remote
-{
- public User getFtpUser() throws RemoteException;
- public int DeleteFtpUser(String user) throws RemoteException;
- public ArrayList<String> getImages() throws RemoteException;
- public String getPathOfImage(String name) throws RemoteException;
- public boolean writeVLdata(String imagename, String firstname, String lastname,String university, String Mail, String Tel, String Fak, boolean license, boolean internet, int ram, int cpu) throws RemoteException;
- public List<Object[]> getImageList() throws RemoteException;
- public List<String> getAllOS() throws RemoteException;
- public Map<String,String> getPersonData(String Vorname, String Nachname) throws RemoteException;
- public boolean writeLecturedata(String name, String shortdesc, String desc,Date start, Date end, boolean isActive, String imagename,String firstname,
- String lastname, String university, String Mail, String Tel,
- String Fak) throws RemoteException;
-}
|
