Apache JMeter

org.apache.jmeter.threads
Class JMeterContextService

java.lang.Object
  extended byorg.apache.jmeter.threads.JMeterContextService

public final class JMeterContextService
extends Object

Version:
$Revision: 493779 $

Method Summary
static void addTotalThreads(int thisGroup)
           
static void clearTotalThreads()
           
static void endTest()
           
static JMeterContext getContext()
           
static int getNumberOfThreads()
           
static long getTestStartTime()
           
static int getTotalThreads()
           
static void startTest()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getContext

public static JMeterContext getContext()

startTest

public static void startTest()

getNumberOfThreads

public static int getNumberOfThreads()

endTest

public static void endTest()

getTestStartTime

public static long getTestStartTime()

getTotalThreads

public static int getTotalThreads()

addTotalThreads

public static void addTotalThreads(int thisGroup)

clearTotalThreads

public static void clearTotalThreads()

Apache JMeter

Copyright © 1998-2007 Apache Software Foundation. All Rights Reserved.