All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class puma.control.ServerApplication

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

public class ServerApplication
extends Object
Klasse, die den Benutzernamen für das Servlet kapselt

Author:
Sven Müller

Variable Index

 o userID

Constructor Index

 o ServerApplication(String)
Standard-Konstruktor.

Method Index

 o getUserID()
Gibt userID zurück.

Variables

 o userID
 protected int userID

Constructors

 o ServerApplication
 public ServerApplication(String userName)
Standard-Konstruktor. Ermittelt userID.

Parameters:
userName - Ein Benutzername.

Methods

 o getUserID
 public int getUserID()
Gibt userID zurück.


All Packages  Class Hierarchy  This Package  Previous  Next  Index