com.sun.multicast.reliable.applications.testtools
Class TestReceiver

java.lang.Object
  |
  +--java.lang.Thread
        |
        +--com.sun.multicast.reliable.applications.testtools.TestReceiver
All Implemented Interfaces:
java.lang.Runnable
Direct Known Subclasses:
PacketReceiver, StreamReceiver

public class TestReceiver
extends java.lang.Thread

Parent Class for PacketReceiver and StreamReceiver. Used to set up directory information, to create an rmi connection, and to open up a log file.


Field Summary
protected  java.lang.String classpath
           
protected  java.lang.String javahome
           
protected  java.lang.String packg
           
protected  java.lang.Process receiver
           
protected  java.lang.Runtime runtime
           
protected  java.lang.String userdir
           
 
Fields inherited from class java.lang.Thread
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY
 
Method Summary
protected  java.lang.Process getReceiver()
           
 void run()
           
 
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
 

Field Detail

runtime

protected java.lang.Runtime runtime

receiver

protected java.lang.Process receiver

userdir

protected java.lang.String userdir

javahome

protected java.lang.String javahome

classpath

protected java.lang.String classpath

packg

protected java.lang.String packg
Method Detail

run

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

getReceiver

protected java.lang.Process getReceiver()


JavaTM Reliable MulticastTM Service version 1.1
Copyright (c) 2001, Sun Microsystems Laboratories, All rights reserved.