All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class puma.control.Command

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

public abstract class Command
extends Object
Abstrakte Oberklasse aller Commands.

Author:
Sven Müller

Variable Index

 o serverApp
Rückverweis auf die laufende Server-Instanz.

Constructor Index

 o Command(ServerApplication)
StandardKonstruktor.

Method Index

 o execute(InType, OutType)
Methode, die Ausführung des Commands definiert.

Variables

 o serverApp
 protected ServerApplication serverApp
Rückverweis auf die laufende Server-Instanz.

Constructors

 o Command
 public Command(ServerApplication serverApp)
StandardKonstruktor.

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

Methods

 o execute
 public abstract void execute(InType in,
                              OutType out)
Methode, die Ausführung des Commands definiert.

Parameters:
in - Objekt, das Input-Daten liefert.
out - Objekt, das für die Darstellung der Output-Daten sorgt.

All Packages  Class Hierarchy  This Package  Previous  Next  Index