Class Admin
java.lang.Object
|
+----Admin
- public class Admin
- extends Object
- implements Runnable
- See Also:
- ServM
-
creating
-
-
data
-
-
loged
-
-
me
-
-
s
-
-
sin
-
-
sout
-
-
Admin(Socket)
-
Construct a new Admin console and launch the Thread
-
die()
-
-
log(String)
-
-
newData()
-
-
open()
- Read jsave
-
parseS(String)
- Parse the stream
-
print(String)
-
-
run()
- Reads the stream, parses the Input
-
save()
-
Save the datas
s
private Socket s
sin
private DataInputStream sin
sout
private PrintStream sout
me
private Thread me
creating
boolean creating
loged
boolean loged
data
jSave data
Admin
public Admin(Socket mainSocket)
- Construct a new Admin console and launch the Thread
run
public void run()
- Reads the stream, parses the Input
parseS
void parseS(String ligne)
- Parse the stream
save
void save()
- Save the datas
open
void open()
- Read jsave
newData
void newData()
print
void print(String msg)
log
void log(String msg)
die
void die()