Class Receive

java.lang.Object
  |
  +--java.lang.Thread
        |
        +--Receive

public class Receive
extends java.lang.Thread


Field Summary
(package private)  Connection c
           
(package private)  LinkedListQ debugMsgs
           
(package private)  Semaphore dispatcher_notify
           
(package private)  java.io.InputStream in
           
(package private)  LinkedListQ incomingQueue
           
(package private)  java.net.ServerSocket listen_socket
           
(package private)  int port
           
(package private)  java.io.BufferedInputStream sin
           
 
Fields inherited from class java.lang.Thread
contextClassLoader, daemon, eetop, group, inheritedAccessControlContext, MAX_PRIORITY, MIN_PRIORITY, name, NORM_PRIORITY, priority, single_step, stillborn, stopThreadPermission, target, threadInitNumber, threadQ, values
 
Constructor Summary
Receive(LinkedListQ incomingQueue, int port, LinkedListQ debugMsgs, Semaphore one)
           
 
Method Summary
 void cleanUp()
           
 void DebugReceive(java.lang.String Message)
           
 void run()
           
 
Methods inherited from class java.lang.Thread
, activeCount, checkAccess, countStackFrames, currentThread, destroy, dumpStack, enumerate, exit, getContextClassLoader, getName, getPriority, getThreadGroup, init, interrupt, interrupt0, interrupted, isAlive, isDaemon, isInterrupted, isInterrupted, join, join, join, nextThreadNum, registerNatives, resume, resume0, setContextClassLoader, setDaemon, setName, setPriority, setPriority0, sleep, sleep, start, stop, stop, stop0, suspend, suspend0, toString, yield
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

port

int port

listen_socket

java.net.ServerSocket listen_socket

incomingQueue

LinkedListQ incomingQueue

debugMsgs

LinkedListQ debugMsgs

in

java.io.InputStream in

sin

java.io.BufferedInputStream sin

c

Connection c

dispatcher_notify

Semaphore dispatcher_notify
Constructor Detail

Receive

public Receive(LinkedListQ incomingQueue,
               int port,
               LinkedListQ debugMsgs,
               Semaphore one)
Method Detail

run

public void run()
Overrides:
run in class java.lang.Thread

DebugReceive

public void DebugReceive(java.lang.String Message)

cleanUp

public void cleanUp()