All Packages  Class Hierarchy  This Package  Previous  Next  Index

Interface control.ServerApplication

public interface ServerApplication
Interface, das von der (Haupt-)Server-Komponente implementiert werden muß. Geliefert werden Methoden zur Kommunikation mit der Server-Komponente.

Author:
Sven Müller

Method Index

 o clientLogout()
Veranlaßt das Auslogging des Client-Users und die Beendigung einer Sitzung
 o getUser()
Gibt userName zurück.

Methods

 o getUser
 public abstract String getUser()
Gibt userName zurück.

 o clientLogout
 public abstract void clientLogout()
Veranlaßt das Auslogging des Client-Users und die Beendigung einer Sitzung


All Packages  Class Hierarchy  This Package  Previous  Next  Index