All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class puma.control.LogoutCmd

java.lang.Object
   |
   +----puma.control.Command
           |
           +----puma.control.LogoutCmd

public class LogoutCmd
extends Command
Command, das das Ausloggen umsetzt

Author:
Sven Müller

Constructor Index

 o LogoutCmd(ServerApplication)
Standard-Konstruktor.

Method Index

 o execute(InType, OutType)
Führt die dem Command zugeordnete Aktion aus.

Constructors

 o LogoutCmd
 public LogoutCmd(ServerApplication serverApp)
Standard-Konstruktor.

Parameters:
serverApp - Ein Rückverweis auf die aufrufende Server-Instanz.

Methods

 o 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