Apache JMeter
1.9

org.apache.jmeter
Class JMeter

java.lang.Object
  |
  +--org.apache.jmeter.JMeter
All Implemented Interfaces:
JMeterPlugin

public class JMeter
extends Object
implements JMeterPlugin

Version:
$Revision: 1.16 $
Author:
mstover

Field Summary
protected static int HELP_OPT
           
protected static org.apache.avalon.excalibur.cli.CLOptionDescriptor[] options
          Define the understood options.
protected static int PROXY_HOST
           
protected static int PROXY_PASSWORD
           
protected static int PROXY_PORT
           
protected static int PROXY_USERNAME
           
protected static int SERVER_OPT
           
protected static int VERSION_OPT
           
 
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.avalon.excalibur.cli.CLOption testFile)
          Starts up JMeter in GUI mode
 void startNonGui(org.apache.avalon.excalibur.cli.CLOption testFile, org.apache.avalon.excalibur.cli.CLOption logFile, org.apache.avalon.excalibur.cli.CLOption remoteStart)
           
 void startServer()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

HELP_OPT

protected static final int HELP_OPT
See Also:
Constant Field Values

VERSION_OPT

protected static final int VERSION_OPT
See Also:
Constant Field Values

SERVER_OPT

protected static final int SERVER_OPT
See Also:
Constant Field Values

PROXY_HOST

protected static final int PROXY_HOST
See Also:
Constant Field Values

PROXY_PORT

protected static final int PROXY_PORT
See Also:
Constant Field Values

PROXY_USERNAME

protected static final int PROXY_USERNAME
See Also:
Constant Field Values

PROXY_PASSWORD

protected static final int PROXY_PASSWORD
See Also:
Constant Field Values

options

protected static final org.apache.avalon.excalibur.cli.CLOptionDescriptor[] options
Define the understood options. Each CLOptionDescriptor contains:

Constructor Detail

JMeter

public JMeter()
Method Detail

startGui

public void startGui(org.apache.avalon.excalibur.cli.CLOption testFile)
              throws IllegalUserActionException,
                     IllegalAccessException,
                     ClassNotFoundException,
                     InstantiationException
Starts up JMeter in GUI mode

IllegalUserActionException
IllegalAccessException
ClassNotFoundException
InstantiationException

start

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


startServer

public void startServer()

startNonGui

public void startNonGui(org.apache.avalon.excalibur.cli.CLOption testFile,
                        org.apache.avalon.excalibur.cli.CLOption logFile,
                        org.apache.avalon.excalibur.cli.CLOption remoteStart)
                 throws IllegalUserActionException,
                        IllegalAccessException,
                        ClassNotFoundException,
                        InstantiationException
IllegalUserActionException
IllegalAccessException
ClassNotFoundException
InstantiationException

getIconMappings

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

getResourceBundles

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

Apache JMeter
1.9

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