traffic
Class TrafficGenerationAction

java.lang.Object
  |
  +--java.lang.Thread
        |
        +--traffic.TrafficGenerationAction
All Implemented Interfaces:
java.lang.Runnable

public class TrafficGenerationAction
extends java.lang.Thread


Field Summary
 java.io.PrintWriter outLog
           
 
Fields inherited from class java.lang.Thread
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY
 
Constructor Summary
TrafficGenerationAction(int rmiPort)
           
 
Method Summary
 void start()
           
 
Methods inherited from class java.lang.Thread
activeCount, checkAccess, countStackFrames, currentThread, destroy, dumpStack, enumerate, getContextClassLoader, getName, getPriority, getThreadGroup, holdsLock, interrupt, interrupted, isAlive, isDaemon, isInterrupted, join, join, join, resume, run, setContextClassLoader, setDaemon, setName, setPriority, sleep, sleep, stop, stop, suspend, toString, yield
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

outLog

public java.io.PrintWriter outLog
Constructor Detail

TrafficGenerationAction

public TrafficGenerationAction(int rmiPort)
Method Detail

start

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