edu.vt.marian.uip
Class client_uip_call_back_thread

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

public class client_uip_call_back_thread
extends java.lang.Thread

class name: client_uip_call_back_thread class description: this class is responsible to send call back process to the call back processor from client uip uses the services of class(es): debug, rpc_function, client_uip call_back_processor, 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_back_thread(client_uip cu, rpc_function rf, call_back_processor cbp, edu.vt.marian.common.Debug debug)
          method description: this constructor will create a client_uip_call_back_thread object based on the information given by the parameters uses the services of class(es): Debug input parameter(s): client_uip cu, the client uip which the process comes from rpc_function, which the function need to be passed call_back_process, which do the actually call back process job 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 call back processor 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_back_thread

public client_uip_call_back_thread(client_uip cu,
                                   rpc_function rf,
                                   call_back_processor cbp,
                                   edu.vt.marian.common.Debug debug)
method description: this constructor will create a client_uip_call_back_thread object based on the information given by the parameters uses the services of class(es): Debug input parameter(s): client_uip cu, the client uip which the process comes from rpc_function, which the function need to be passed call_back_process, which do the actually call back process job 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 call back processor 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