edu.vt.marian.uip
Class add_receiver_thread

java.lang.Object
  |
  +--java.lang.Thread
        |
        +--edu.vt.marian.uip.add_receiver_thread

public class add_receiver_thread
extends java.lang.Thread

class name: add_receiver_thread class description: this thread will inform the server uip receiver table to add a new receiver

uses the services of class(es): designer(s): Jianxin Zhao (jxzhao@csgrad.cs.vt.edu) implementator(s): finished time: known bugs: JDK version: 1.1.5 side effects:


Fields inherited from class java.lang.Thread
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY
 
Constructor Summary
add_receiver_thread(server_uip_receiver_table surt, java.net.Socket s, int version, edu.vt.marian.common.Debug debug)
          method description: this constructor will create add_receiver_thread object based on the information specified in the parameters uses the services of class(es): input parameter(s): surt -- the server uip receiver table used to add the receiver s -- the socket which will be used to create a receiver version -- the version used to create the receiver debug -- used for debugging output parameter(s): none return value: none synchronization consideration: none
 
Method Summary
 void run()
          method description: this method of the thread will inform the server_uip_receiver_table to add a new receiver uses the services of class(es): input parameter(s): none output parameter(s): none return value: none synchronization consideration: none
 
Methods inherited from class java.lang.Thread
activeCount, checkAccess, countStackFrames, currentThread, destroy, dumpStack, enumerate, getContextClassLoader, getName, getPriority, getThreadGroup, interrupt, interrupted, isAlive, isDaemon, isInterrupted, join, join, join, resume, setContextClassLoader, setDaemon, setName, setPriority, sleep, sleep, start, stop, stop, suspend, toString, yield
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

add_receiver_thread

public add_receiver_thread(server_uip_receiver_table surt,
                           java.net.Socket s,
                           int version,
                           edu.vt.marian.common.Debug debug)
method description: this constructor will create add_receiver_thread object based on the information specified in the parameters

uses the services of class(es): input parameter(s): surt -- the server uip receiver table used to add the receiver s -- the socket which will be used to create a receiver version -- the version used to create the receiver debug -- used for debugging output parameter(s): none return value: none synchronization consideration: none

Method Detail

run

public void run()
method description: this method of the thread will inform the server_uip_receiver_table to add a new receiver

uses the services of class(es): input parameter(s): none output parameter(s): none return value: none synchronization consideration: none

Overrides:
run in class java.lang.Thread