All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class Serveur.DaemonTestList

java.lang.Object
   |
   +----java.lang.Thread
           |
           +----Serveur.DaemonTestList

public class DaemonTestList
extends Thread
Classe de test de la validité des connexions avec les clients


Variable Index

 o userList

Constructor Index

 o DaemonTestList(UserList)
DaemonTestList constructor comment.

Method Index

 o run()
Methode d'execution permanente des tests

Variables

 o userList
 private UserList userList

Constructors

 o DaemonTestList
 public DaemonTestList(UserList userList)
DaemonTestList constructor comment.

Methods

 o run
 public void run()
Methode d'execution permanente des tests

Overrides:
run in class Thread

All Packages  Class Hierarchy  This Package  Previous  Next  Index