All Packages Class Hierarchy This Package Previous Next Index
Class control.LogoutCmd
java.lang.Object
|
+----control.Command
|
+----control.LogoutCmd
- public class LogoutCmd
- extends Command
Command, das das Ausloggen umsetzt
- Author:
- Sven Müller
-
LogoutCmd(ServerApplication)
- Standard-Konstruktor.
-
execute(InType, OutType)
- Führt die dem Command zugeordnete Aktion aus.
LogoutCmd
public LogoutCmd(ServerApplication serverApp)
- Standard-Konstruktor.
- Parameters:
- serverApp - Ein Rückverweis auf die aufrufende Server-Instanz.
execute
public void execute(InType in,
OutType out)
- Führt die dem Command zugeordnete Aktion aus.
Als einzige Aktion wird die Methode clientLogout() der Instanzvariablen
serverApp aufgerufen. Die Parameter sind ohne Bedeutung.
- Parameters:
- in - Objekt, das Input-Daten liefert.
- out - Objekt, das für die Darstellung der Output-Daten sorgt.
- Overrides:
- execute in class Command
All Packages Class Hierarchy This Package Previous Next Index