rp1.simulator
Class SimClientLauncherTask

java.lang.Object
  extended by rp1.simulator.SimTask
      extended by rp1.simulator.SimClientLauncherTask
All Implemented Interfaces:
java.lang.Runnable

public class SimClientLauncherTask
extends SimTask
implements java.lang.Runnable

A task used to launch dynamically loaded clients.


Constructor Summary
SimClientLauncherTask(SimSession session, java.lang.String clientClassName, boolean supplyClientIO, boolean supplyClientLogging)
           
 
Method Summary
 void process()
           
 void run()
           
 
Methods inherited from class rp1.simulator.SimTask
setStartTime
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SimClientLauncherTask

public SimClientLauncherTask(SimSession session,
                             java.lang.String clientClassName,
                             boolean supplyClientIO,
                             boolean supplyClientLogging)
Method Detail

process

public void process()
Specified by:
process in class SimTask

run

public void run()
Specified by:
run in interface java.lang.Runnable