|
JTR 5.0 API Documentation | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjtr.config.StdParameters
public class StdParameters
This class simply provides the set of Strings representing
the JTR standard parameters required by each IRunner at
runtime.
| 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 |
|---|
public static final java.lang.String SLEEP_TIME
sleepTime)
public static final java.lang.String RUNS
IRunner instance has to perform. (runs)
public static final java.lang.String ENTERPRISE
IRunner. (enterprise)
public static final java.lang.String JMS
IRunner. (jms)
public static final java.lang.String WEBSERVICE
IRunner. (webservice)
public static final java.lang.String BINDING
| Constructor Detail |
|---|
public StdParameters()
| Method Detail |
|---|
public static boolean isStandard(RunnerConfigParam param)
param is a standard
parameter or not.
param -
true iff the parameter belongs to the JTR-std parameters
|
The JTR Project is licensed under GPL version 2 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||