com.tootsville
Class LoadClient

java.lang.Object
  extended by java.util.TimerTask
      extended by com.tootsville.LoadClient
All Implemented Interfaces:
it.gotoandplay.smartfoxclient.ISFSEventListener, java.lang.Runnable

public class LoadClient
extends java.util.TimerTask
implements it.gotoandplay.smartfoxclient.ISFSEventListener

Load-testing client

Author:
brpocock

Constructor Summary
LoadClient(int num)
           
 
Method Summary
 void handleEvent(it.gotoandplay.smartfoxclient.SFSEvent event)
          This is an overriding method.
static void main(java.lang.String[] args)
          TODO: document this method (brpocock, Oct 13, 2009)
 void run()
          This is an overriding method.
 
Methods inherited from class java.util.TimerTask
cancel, scheduledExecutionTime
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LoadClient

public LoadClient(int num)
Parameters:
num - WRITEME
Method Detail

main

public static void main(java.lang.String[] args)
TODO: document this method (brpocock, Oct 13, 2009)

Parameters:
args - WRITEME

handleEvent

public void handleEvent(it.gotoandplay.smartfoxclient.SFSEvent event)
This is an overriding method.

Specified by:
handleEvent in interface it.gotoandplay.smartfoxclient.ISFSEventListener
See Also:
ISFSEventListener.handleEvent(it.gotoandplay.smartfoxclient.SFSEvent)

run

public void run()
This is an overriding method.

Specified by:
run in interface java.lang.Runnable
Specified by:
run in class java.util.TimerTask
See Also:
Runnable.run()