Class application_serveurjanet

java.lang.Object
  |
  +--application_serveurjanet
All Implemented Interfaces:
serverStarter

public class application_serveurjanet
extends java.lang.Object
implements serverStarter

démarre le serveur en mode graphique


Field Summary
(package private)  fenetreserveur maFenetre
           
 
Constructor Summary
application_serveurjanet()
           
 
Method Summary
 void affiche(java.lang.String texte)
          Affiche les messages
 void demarrer()
          Démarre une fenêtre ou un shell
 void fermer()
          Point de départ de la fermeture du programme
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Field Detail

maFenetre

fenetreserveur maFenetre
Constructor Detail

application_serveurjanet

public application_serveurjanet()
                         throws java.lang.Exception
Method Detail

demarrer

public void demarrer()
              throws java.lang.Exception
Description copied from interface: serverStarter
Démarre une fenêtre ou un shell
Specified by:
demarrer in interface serverStarter
Following copied from interface: serveurjanet.serverStarter
See Also:
fenetreserveur, shellserveur

affiche

public void affiche(java.lang.String texte)
Description copied from interface: serverStarter
Affiche les messages
Specified by:
affiche in interface serverStarter

fermer

public void fermer()
Description copied from interface: serverStarter
Point de départ de la fermeture du programme
Specified by:
fermer in interface serverStarter

main

public static void main(java.lang.String[] args)