edu.vt.marian.uip
Class server_uip_receiver_manage

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

public class server_uip_receiver_manage
extends java.lang.Thread

class name: server_uip_receiver_manage class description: this thread is responsible for informing the server_uip _receiver_table to delete server_uip_receivers whose status is not "ok" from time to time.

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
server_uip_receiver_manage(server_uip_receiver_table surt, edu.vt.marian.common.Debug debug)
          method description: this constructor will create a server_uip_receiver _manage object.
 
Method Summary
 void run()
          method description: this method of the thread will inform server_uip_ receiver_table to delete server_uip_receivers whose status is not "ok" from time to time.
 
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

server_uip_receiver_manage

public server_uip_receiver_manage(server_uip_receiver_table surt,
                                  edu.vt.marian.common.Debug debug)
method description: this constructor will create a server_uip_receiver _manage object.

uses the services of class(es): input parameter(s): surt -- the server_uip_receiver_table which created this object 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 server_uip_ receiver_table to delete server_uip_receivers whose status is not "ok" from time to time.

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