Contents | Package | Class | Tree | Deprecated | Index | Help
PREV | NEXT SHOW LISTS | HIDE LISTS

Class mil.navy.nps.awt.RelayThread

java.lang.Object
    |
    +----java.lang.Thread
            |
            +----mil.navy.nps.awt.RelayThread

public class RelayThread
extends java.lang.Thread
UpdateThread is used to read PDUs from the NetworkMonitor class and update the display of PDU lists on the screen. This is a bare-bones class that basically just calls a method in the main AwtPduViewer applet class. It's just a way to kick off a thread.

HISTORY

11Apr97 DMcG New

Version:
1.0
Author:
Don McGregor ( http://www.stl.nps.navy.mil/~mcgredo)

See Also:
AwtPduViewer

Fields inherited from class java.lang.Thread
 MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY
 

Constructor Summary
 RelayThread(AwtMulticastRelayClient pRelayClient)
 
 

Method Summary
void  run()
 
 
Methods inherited from class java.lang.Thread
 activeCount, checkAccess, countStackFrames, currentThread, destroy, dumpStack, enumerate, getName, getPriority, getThreadGroup, interrupt, interrupted, isAlive, isDaemon, isInterrupted, join, join, join, resume, run, 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, toString, wait, wait, wait
 

Constructor Detail

RelayThread

public RelayThread(AwtMulticastRelayClient pRelayClient)
Method Detail

run

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

Contents | Package | Class | Tree | Deprecated | Index | Help
PREV | NEXT SHOW LISTS | HIDE LISTS