RmiServer  1.0
 Alle Klassen Namensbereiche Dateien Funktionen Variablen
controller.ServerInterface Schnittstellenreferenz
Klassendiagramm für controller.ServerInterface:
Zusammengehörigkeiten von controller.ServerInterface:

Öffentliche Methoden

void addObserver (ClientInterface remoteObserver) throws RemoteException
 
void removeObserver (ClientInterface remoteObserver) throws RemoteException
 
void selectData (Class tableName) throws RemoteException
 
List< Object > getData (Class tableName) throws RemoteException
 
List< Object > getDataWithClause (Class tableName, String column, String clause) throws RemoteException
 
List< Object > getDataWithClause (Class tableName, String column, Integer clause) throws RemoteException
 
boolean insertData (Object type) throws RemoteException
 
boolean changeData (Object tableName) throws RemoteException
 
boolean deleteData (Object tableName) throws RemoteException
 

Öffentliche Attribute

String SERVICE_NAME = "Projektverwaltung"
 

Ausführliche Beschreibung

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.

Dokumentation der Elementfunktionen

void controller.ServerInterface.addObserver ( ClientInterface  remoteObserver) throws RemoteException

Implementiert in controller.ServerInterfaceImpl.

boolean controller.ServerInterface.changeData ( Object  tableName) throws RemoteException

Implementiert in controller.ServerInterfaceImpl.

boolean controller.ServerInterface.deleteData ( Object  tableName) throws RemoteException

Implementiert in controller.ServerInterfaceImpl.

List<Object> controller.ServerInterface.getData ( Class  tableName) throws RemoteException

Implementiert in controller.ServerInterfaceImpl.

List<Object> controller.ServerInterface.getDataWithClause ( Class  tableName,
String  column,
String  clause 
) throws RemoteException

Implementiert in controller.ServerInterfaceImpl.

List<Object> controller.ServerInterface.getDataWithClause ( Class  tableName,
String  column,
Integer  clause 
) throws RemoteException

Implementiert in controller.ServerInterfaceImpl.

boolean controller.ServerInterface.insertData ( Object  type) throws RemoteException

Implementiert in controller.ServerInterfaceImpl.

void controller.ServerInterface.removeObserver ( ClientInterface  remoteObserver) throws RemoteException

Implementiert in controller.ServerInterfaceImpl.

void controller.ServerInterface.selectData ( Class  tableName) throws RemoteException

Implementiert in controller.ServerInterfaceImpl.

Dokumentation der Datenelemente

String controller.ServerInterface.SERVICE_NAME = "Projektverwaltung"

Definiert in Zeile 16 der Datei ServerInterface.java.


Die Dokumentation für diese Schnittstelle wurde erzeugt aufgrund der Datei: