mod_cluster-demo-client 1.2.11.Final

org.jboss.modcluster.demo.client
Class RequestDriver

java.lang.Object
  extended by org.jboss.modcluster.demo.client.RequestDriver

public class RequestDriver
extends Object

Version:
$Id: PerfTest2.java 68892 2008-01-11 14:39:07Z bela@jboss.com $
Author:
Brian Stansberry

Nested Class Summary
static class RequestDriver.ClientStatus
           
 
Constructor Summary
RequestDriver()
           
 
Method Summary
 RequestDriver.ClientStatus getClientStatus()
           
 ConcurrentMap<String,AtomicInteger> getRequestCounts()
           
 ConcurrentMap<String,AtomicInteger> getSessionCounts()
           
 void start(URL request_url, URL destroy_url, int num_threads, int session_life, int sleep_time, int startup_time)
           
 void stop()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RequestDriver

public RequestDriver()
Method Detail

start

public void start(URL request_url,
                  URL destroy_url,
                  int num_threads,
                  int session_life,
                  int sleep_time,
                  int startup_time)

stop

public void stop()

getRequestCounts

public ConcurrentMap<String,AtomicInteger> getRequestCounts()

getSessionCounts

public ConcurrentMap<String,AtomicInteger> getSessionCounts()

getClientStatus

public RequestDriver.ClientStatus getClientStatus()

mod_cluster-demo-client 1.2.11.Final

Copyright © 2015 JBoss by Red Hat. All Rights Reserved.