Class Admin

java.lang.Object
   |
   +----Admin

public class Admin
extends Object
implements Runnable
See Also:
ServM

Variable Index

 o creating
 o data
 o loged
 o me
 o s
 o sin
 o sout

Constructor Index

 o Admin(Socket)
Construct a new Admin console and launch the Thread

Method Index

 o die()
 o log(String)
 o newData()
 o open()
Read jsave
 o parseS(String)
Parse the stream
 o print(String)
 o run()
Reads the stream, parses the Input
 o save()
Save the datas

Variables

 o s
 private Socket s
 o sin
 private DataInputStream sin
 o sout
 private PrintStream sout
 o me
 private Thread me
 o creating
 boolean creating
 o loged
 boolean loged
 o data
 jSave data

Constructors

 o Admin
 public Admin(Socket mainSocket)
Construct a new Admin console and launch the Thread

Methods

 o run
 public void run()
Reads the stream, parses the Input

 o parseS
 void parseS(String ligne)
Parse the stream

 o save
 void save()
Save the datas

 o open
 void open()
Read jsave

 o newData
 void newData()
 o print
 void print(String msg)
 o log
 void log(String msg)
 o die
 void die()