|
JTR 5.0 API Documentation | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use MissingStdParameterException | |
---|---|
jtr.assigner.impl | Default implementations of the contracts defined in the jtr.assigner
package. |
Uses of MissingStdParameterException in jtr.assigner.impl |
---|
Methods in jtr.assigner.impl that throw MissingStdParameterException | |
---|---|
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.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. |
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. |
|
The JTR Project is licensed under GPL version 2 | |||||||||
PREV NEXT | FRAMES NO FRAMES |