Apache JMeter
2.2

org.apache.jmeter
Class JMeter

java.lang.Object
  extended byorg.apache.jmeter.JMeter
All Implemented Interfaces:
JMeterPlugin

public class JMeter
extends Object
implements JMeterPlugin

Author:
mstover

Field Summary
static String HTTP_PROXY_PASS
           
static String HTTP_PROXY_USER
           
 
Constructor Summary
JMeter()
           
 
Method Summary
 String[][] getIconMappings()
           
 String[][] getResourceBundles()
           
 void start(String[] args)
          Takes the command line arguments and uses them to determine how to startup JMeter.
 void startGui(org.apache.commons.cli.avalon.CLOption testFile)
          Starts up JMeter in GUI mode
 void startNonGui(org.apache.commons.cli.avalon.CLOption testFile, org.apache.commons.cli.avalon.CLOption logFile, org.apache.commons.cli.avalon.CLOption remoteStart)
           
 void startServer()
           
 void startServer(int port)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

HTTP_PROXY_PASS

public static final String HTTP_PROXY_PASS
See Also:
Constant Field Values

HTTP_PROXY_USER

public static final String HTTP_PROXY_USER
See Also:
Constant Field Values
Constructor Detail

JMeter

public JMeter()
Method Detail

startGui

public void startGui(org.apache.commons.cli.avalon.CLOption testFile)
Starts up JMeter in GUI mode


start

public void start(String[] args)
Takes the command line arguments and uses them to determine how to startup JMeter.


startServer

public void startServer()

startServer

public void startServer(int port)

startNonGui

public void startNonGui(org.apache.commons.cli.avalon.CLOption testFile,
                        org.apache.commons.cli.avalon.CLOption logFile,
                        org.apache.commons.cli.avalon.CLOption remoteStart)
                 throws IllegalUserActionException
Throws:
IllegalUserActionException

getIconMappings

public String[][] getIconMappings()
Specified by:
getIconMappings in interface JMeterPlugin

getResourceBundles

public String[][] getResourceBundles()
Specified by:
getResourceBundles in interface JMeterPlugin

Apache JMeter
2.2

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