JTR 5.0 API Documentation

jtr.config
Class StdParameters

java.lang.Object
  extended by jtr.config.StdParameters
All Implemented Interfaces:
java.io.Serializable

public class StdParameters
extends java.lang.Object
implements java.io.Serializable

This class simply provides the set of Strings representing the JTR standard parameters required by each IRunner at runtime.

Since:
1.0
Version:
5.0
Author:
Francesco Russo (frusso@dev.java.net)
See Also:
Serialized Form

Field Summary
static java.lang.String BINDING
          The set of available webservice bindings.
static java.lang.String ENTERPRISE
          The enterprise configuration that should be passed to a given IRunner.
static java.lang.String JMS
          The JMS configuration that should be passed to a given IRunner.
static java.lang.String RUNS
          How many runs each IRunner instance has to perform.
static java.lang.String SLEEP_TIME
          The sleep time to occur between two runs.
static java.lang.String WEBSERVICE
          The WEBSERVICE configuration that should be passed to a given IRunner.
 
Constructor Summary
StdParameters()
           
 
Method Summary
static boolean isStandard(RunnerConfigParam param)
          States whether the parameter param is a standard parameter or not.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SLEEP_TIME

public static final java.lang.String SLEEP_TIME
The sleep time to occur between two runs. (sleepTime)

See Also:
Constant Field Values

RUNS

public static final java.lang.String RUNS
How many runs each IRunner instance has to perform. (runs)

See Also:
Constant Field Values

ENTERPRISE

public static final java.lang.String ENTERPRISE
The enterprise configuration that should be passed to a given IRunner. (enterprise)

See Also:
Constant Field Values

JMS

public static final java.lang.String JMS
The JMS configuration that should be passed to a given IRunner. (jms)

See Also:
Constant Field Values

WEBSERVICE

public static final java.lang.String WEBSERVICE
The WEBSERVICE configuration that should be passed to a given IRunner. (webservice)

See Also:
Constant Field Values

BINDING

public static final java.lang.String BINDING
The set of available webservice bindings.

See Also:
Constant Field Values
Constructor Detail

StdParameters

public StdParameters()
Method Detail

isStandard

public static boolean isStandard(RunnerConfigParam param)
States whether the parameter param is a standard parameter or not.

Parameters:
param -
Returns:
true iff the parameter belongs to the JTR-std parameters

The JTR Project is licensed under GPL version 2