jgroup.test.performance.upgrade
Class UpgradeSpeedTestClient

java.lang.Object
  extended by jgroup.test.performance.upgrade.UpgradeSpeedTestClient

public class UpgradeSpeedTestClient
extends java.lang.Object

Test for measuring the performance of GMI invocations. Can be executed remotely through the Executor class, since it implements the Server interface.

Since:
Jgroup 2.1
Author:
Marcin Solarski

Constructor Summary
UpgradeSpeedTestClient(int method, int calibReqCallNo, int rps, int times, java.lang.String serverName)
           
 
Method Summary
 void halt()
           
static void main(java.lang.String[] argv)
           
 void start()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UpgradeSpeedTestClient

public UpgradeSpeedTestClient(int method,
                              int calibReqCallNo,
                              int rps,
                              int times,
                              java.lang.String serverName)
Method Detail

main

public static void main(java.lang.String[] argv)
                 throws java.lang.Exception
Throws:
java.lang.Exception

start

public void start()
           throws java.lang.Exception
Throws:
java.lang.Exception

halt

public void halt()
          throws java.lang.Exception
Throws:
java.lang.Exception


Copyright © 1998-2006 The Jgroup/ARM development team. All Rights Reserved.