persistance.wNet
Class Serveur

Object
  extended by Thread
      extended by persistance.wNet.Serveur
All Implemented Interfaces:
Runnable

Deprecated.

@Deprecated
public class Serveur
extends Thread

A_doc
Licence.


Nested Class Summary
 
Nested classes/interfaces inherited from class Thread
Thread.State, Thread.UncaughtExceptionHandler
 
Field Summary
(package private)  Gp gp
          Deprecated.  
(package private)  int max_connexion
          Deprecated.  
(package private)  PrintWriter pEcr
          Deprecated.  
(package private)  BufferedReader pLec
          Deprecated.  
(package private)  int port
          Deprecated.  
(package private)  boolean run
          Deprecated.  
(package private)  ServerSocket serversocket
          Deprecated.  
(package private)  String serveur
          Deprecated.  
(package private)  Socket socket
          Deprecated.  
 
Fields inherited from class Thread
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY
 
Constructor Summary
Serveur(Gp gp, int port, int max_connexion)
          Deprecated.  
 
Method Summary
 String listen()
          Deprecated.  
 void run()
          Deprecated.  
 void say(String str)
          Deprecated.  
 void stopRun()
          Deprecated.  
 
Methods inherited from class Thread
activeCount, checkAccess, countStackFrames, currentThread, destroy, dumpStack, enumerate, getAllStackTraces, getContextClassLoader, getDefaultUncaughtExceptionHandler, getId, getName, getPriority, getStackTrace, getState, getThreadGroup, getUncaughtExceptionHandler, holdsLock, interrupt, interrupted, isAlive, isDaemon, isInterrupted, join, join, join, resume, setContextClassLoader, setDaemon, setDefaultUncaughtExceptionHandler, setName, setPriority, setUncaughtExceptionHandler, sleep, sleep, start, stop, stop, suspend, toString, yield
 
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

port

int port
Deprecated. 

max_connexion

int max_connexion
Deprecated. 

serversocket

ServerSocket serversocket
Deprecated. 

socket

Socket socket
Deprecated. 

pLec

BufferedReader pLec
Deprecated. 

pEcr

PrintWriter pEcr
Deprecated. 

run

boolean run
Deprecated. 

serveur

String serveur
Deprecated. 

gp

Gp gp
Deprecated. 
Constructor Detail

Serveur

public Serveur(Gp gp,
               int port,
               int max_connexion)
Deprecated. 
Method Detail

run

public void run()
Deprecated. 
Specified by:
run in interface Runnable
Overrides:
run in class Thread

say

public void say(String str)
Deprecated. 

listen

public String listen()
Deprecated. 

stopRun

public void stopRun()
Deprecated.