persistance.wNet
Class Client

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

Deprecated.

@Deprecated
public class Client
extends Thread

A_doc
Licence.


Nested Class Summary
 
Nested classes/interfaces inherited from class Thread
Thread.State, Thread.UncaughtExceptionHandler
 
Field Summary
(package private)  String client
          Deprecated.  
(package private)  Gp gp
          Deprecated.  
(package private)  PrintWriter pEcr
          Deprecated.  
(package private)  BufferedReader pLec
          Deprecated.  
(package private)  int port
          Deprecated.  
(package private)  boolean run
          Deprecated.  
(package private)  Socket socket
          Deprecated.  
(package private)  String url
          Deprecated.  
 
Fields inherited from class Thread
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY
 
Constructor Summary
Client(Gp gp, String url, int port)
          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. 

url

String url
Deprecated. 

socket

Socket socket
Deprecated. 

pLec

BufferedReader pLec
Deprecated. 

pEcr

PrintWriter pEcr
Deprecated. 

run

boolean run
Deprecated. 

client

String client
Deprecated. 

gp

Gp gp
Deprecated. 
Constructor Detail

Client

public Client(Gp gp,
              String url,
              int port)
Deprecated. 
Method Detail

run

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

stopRun

public void stopRun()
Deprecated. 

listen

public String listen()
Deprecated. 

say

public void say(String str)
Deprecated.