edu.vt.marian.uip
Class client_uip_call_in_thread

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

public class client_uip_call_in_thread
extends java.lang.Thread

class name: client_uip_call_in_thread class description: this class is responsible to send rpc function to client uip thread uses the services of class(es): debug, rpc_function, client_uip client_uip_thread designer(s): Jianxin Zhao (jxzhao@csgrad.cs.vt.edu) implementator(s): Xuelei Sun (xusun@csgrad.cs.vt.edu) finished time: December 8, 1998 known bugs: JDK version: 1.1.5 side effects:


Fields inherited from class java.lang.Thread
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY
 
Constructor Summary
client_uip_call_in_thread(rpc_function rf, client_uip_thread cut, edu.vt.marian.common.Debug debug)
          method description: this constructor will create a client_uip_call_in_thread object based on the information given by the parameters uses the services of class(es): Debug input parameter(s): rpc_function, which the function need to be passed client_uip_thread, which do the actually function passing Debug debug, debug object output parameter(s): none return value: none synchronization consideration: none
 
Method Summary
 void run()
          method description: this run pass the function to the client uip thread uses the services of class(es): call_back_processor 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

client_uip_call_in_thread

public client_uip_call_in_thread(rpc_function rf,
                                 client_uip_thread cut,
                                 edu.vt.marian.common.Debug debug)
method description: this constructor will create a client_uip_call_in_thread object based on the information given by the parameters uses the services of class(es): Debug input parameter(s): rpc_function, which the function need to be passed client_uip_thread, which do the actually function passing Debug debug, debug object output parameter(s): none return value: none synchronization consideration: none
Method Detail

run

public void run()
method description: this run pass the function to the client uip thread uses the services of class(es): call_back_processor input parameter(s): none output parameter(s): none return value: none synchronization consideration: none
Overrides:
run in class java.lang.Thread