Schnittstelle der Funktionen des Servers
Version 1.0.07022013
- Autor
- Thomas Kramer, eMail: th-rz.nosp@m.v@gm.nosp@m.x.de
Definiert in Zeile 15 der Datei ServerInterface.java.
void controller.ServerInterface.addObserver |
( |
ClientInterface |
remoteObserver | ) |
throws RemoteException |
boolean controller.ServerInterface.changeData |
( |
Object |
tableName | ) |
throws RemoteException |
boolean controller.ServerInterface.deleteData |
( |
Object |
tableName | ) |
throws RemoteException |
List<Object> controller.ServerInterface.getData |
( |
Class |
tableName | ) |
throws RemoteException |
List<Object> controller.ServerInterface.getDataWithClause |
( |
Class |
tableName, |
|
|
String |
column, |
|
|
String |
clause |
|
) |
| throws RemoteException |
List<Object> controller.ServerInterface.getDataWithClause |
( |
Class |
tableName, |
|
|
String |
column, |
|
|
Integer |
clause |
|
) |
| throws RemoteException |
boolean controller.ServerInterface.insertData |
( |
Object |
type | ) |
throws RemoteException |
void controller.ServerInterface.removeObserver |
( |
ClientInterface |
remoteObserver | ) |
throws RemoteException |
void controller.ServerInterface.selectData |
( |
Class |
tableName | ) |
throws RemoteException |
String controller.ServerInterface.SERVICE_NAME = "Projektverwaltung" |
Die Dokumentation für diese Schnittstelle wurde erzeugt aufgrund der Datei: