org.cometd.benchmark
Class BayeuxLoadClient

java.lang.Object
  extended by org.cometd.benchmark.BayeuxLoadClient

public class BayeuxLoadClient
extends Object


Constructor Summary
BayeuxLoadClient()
           
 
Method Summary
 long getMessages()
           
 long getResponses()
           
static void main(String[] args)
           
 void printReport(long expectedCount, int messageSize)
           
 void run()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BayeuxLoadClient

public BayeuxLoadClient()
Method Detail

main

public static void main(String[] args)
                 throws Exception
Throws:
Exception

getResponses

public long getResponses()

getMessages

public long getMessages()

run

public void run()
         throws Exception
Throws:
Exception

printReport

public void printReport(long expectedCount,
                        int messageSize)


Copyright © 2008-2012 Dojo Foundation. All Rights Reserved.