org.apache.xmlrpc.test
Class ScalabilityTest.Client

java.lang.Object
  extended by org.apache.xmlrpc.test.ScalabilityTest.Client
All Implemented Interfaces:
java.lang.Runnable
Enclosing class:
ScalabilityTest

private static class ScalabilityTest.Client
extends java.lang.Object
implements java.lang.Runnable


Field Summary
private  int iterations
           
private  int port
           
 
Constructor Summary
ScalabilityTest.Client(int pIterations, int pPort)
           
 
Method Summary
 void run()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

iterations

private final int iterations

port

private final int port
Constructor Detail

ScalabilityTest.Client

ScalabilityTest.Client(int pIterations,
                       int pPort)
Method Detail

run

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