|
JTR 5.0 API Documentation | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ParametersMap | |
---|---|
jtr.assigner.impl | Default implementations of the contracts defined in the jtr.assigner
package. |
jtr.config | Here reside all the basic classes used to compose the object-oriented representation
of a jtr.xml configuration file. |
jtr.runners | This package defines the hierarchy of interfaces that shape the interaction between user-defined runners and the JTR runtime. |
jtr.script | This package contains the main interfaces that must be implemented by both built-in and user-defined bindings to scripting-engines that should be used to run scripts meant for assigning parameters to runners. |
jtr.test | This package contains all those classes and interfaces in charge of managing
the execution of JTR Test Sessions. Beside this, this package brings a set of interfaces that model the way an outcome is defined in the JTR Project, and other contracts that must be implemented by those components in charge of showing the test results to the end user upon completion. |
jtr.test.impl | Default implementations of the interfaces defined in the jtr.test
package. |
Uses of ParametersMap in jtr.assigner.impl |
---|
Methods in jtr.assigner.impl with parameters of type ParametersMap | |
---|---|
protected void |
AbstractParamsAssigner.assignEnterpriseCfg(java.util.HashMap map,
RunnerConfig runnerConfig,
ParametersMap params)
This method loads into the provided map the
ENTERPRISE configuration to be assigned to the provided
runner implementation using StdParameters.ENTERPRISE as a
key. |
protected void |
AbstractParamsAssigner.assignJmsCfg(java.util.HashMap map,
RunnerConfig runnerConfig,
ParametersMap params)
This method loads into the provided map the
JMS configuration to be assigned to the provided runner
implementation using StdParameters.JMS as a key. |
protected void |
AbstractParamsAssigner.assignRuns(java.util.HashMap map,
RunnerConfig runnerConfig,
ParametersMap params)
This method loads into the provided map the
RUNS value to be assigned to the provided runner
implementation using StdParameters.RUN as a key. |
protected void |
AbstractParamsAssigner.assignSleepTime(java.util.HashMap map,
RunnerConfig runnerConfig,
ParametersMap params)
This method loads into the provided map the
SLEEP_TIME value to be assigned to the provided runner
implementation using StdParameters.SLEEP_TIME as a key. |
protected void |
AbstractParamsAssigner.assignWebservice(java.util.HashMap map,
RunnerConfig runnerConfig,
ParametersMap params)
This method loads into the provided map the
WEBSERVICE configuration to be assigned to the provided
runner implementation using StdParameters.WEBSERVICE as a
key. |
protected void |
AbstractParamsAssigner.assingBinding(java.util.HashMap map,
RunnerConfig runnerConfig,
ParametersMap params)
This method loads into the provided map the
BINDING configuration to be assigned to the provided
runner implementation using StdParameters.BINDING as a
key. |
protected void |
AbstractParamsAssigner.handleUserDefinedParameters(IRunnerClean cRunner,
RunnerConfig runnerConfig,
ParametersMap params)
This method routes the initialization of the different families of supported parameters other than the standard ones. |
protected void |
AbstractParamsAssigner.performStdAssignment(IRunnerClean cRunner,
RunnerConfig runnerConfig,
ParametersMap params,
IParamsAssigner caller)
This method assigns to the input IRunnerClean instance all
its configuration parameters specified in the jtr.xml
file.These parameters are stored into the runnerConfig and
params input parameters. |
java.util.HashMap |
AbstractParamsAssigner.readStdParameters(RunnerConfig runnerConfig,
ParametersMap params)
This method reads all the JTR standard parameters and puts them all into an HashMap .The keys used within this HashMap are those specified as
constant fields into the StdParameters class. |
Uses of ParametersMap in jtr.config |
---|
Methods in jtr.config that return types with arguments of type ParametersMap | |
---|---|
java.util.List<ParametersMap> |
RunnerConfig.getParameterMaps()
Gets all the configured ParmetersMap s as a
Vector<ParametersMap> . |
Methods in jtr.config with parameters of type ParametersMap | |
---|---|
void |
RunnerConfig.addParameterSet(ParametersMap runnerParam)
Adds a new ParametersMap to the set of currently available
ParameterMaps |
Uses of ParametersMap in jtr.runners |
---|
Methods in jtr.runners that return ParametersMap | |
---|---|
ParametersMap |
AbstractRunnerAncestor.getParameters()
Return the set of runtime parameters configured for the IRunner |
ParametersMap |
IRunnerClean.getParameters()
Get the paramters for the current runner. |
Methods in jtr.runners with parameters of type ParametersMap | |
---|---|
void |
AbstractRunnerAncestor.setParameters(ParametersMap params)
Provides the IRunner with its runtime parameters. |
void |
IRunnerClean.setParameters(ParametersMap params)
Set the paramters for the current runner. |
Uses of ParametersMap in jtr.script |
---|
Methods in jtr.script that return ParametersMap | |
---|---|
ParametersMap |
IScriptContext.getParameters()
Get the runner's parameters |
ParametersMap |
ScriptContext.getParameters()
Get the runner's parameters |
Constructors in jtr.script with parameters of type ParametersMap | |
---|---|
ScriptContext(java.lang.String cat,
ParametersMap params,
int id,
int epoch,
int run)
Costructor. |
Uses of ParametersMap in jtr.test |
---|
Methods in jtr.test that return ParametersMap | |
---|---|
ParametersMap |
IOutcome.getParametersMap()
Returns the parameters the IRunner was working with at the
moment of the exception |
Methods in jtr.test with parameters of type ParametersMap | |
---|---|
void |
IOutcome.setParametersMap(ParametersMap params)
Sets the parameters the IRunner that experiences the
excepion was working with |
Uses of ParametersMap in jtr.test.impl |
---|
Methods in jtr.test.impl that return ParametersMap | |
---|---|
ParametersMap |
DefaultOutcome.getParametersMap()
Returns the parameters the IRunner was working with at the
moment of the exception |
Methods in jtr.test.impl with parameters of type ParametersMap | |
---|---|
void |
DefaultOutcome.setParametersMap(ParametersMap params)
Sets the parameters the IRunner that experiences the
excepion was working with |
|
The JTR Project is licensed under GPL version 2 | |||||||||
PREV NEXT | FRAMES NO FRAMES |